diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-23 09:49:15 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-23 09:49:15 +0000 |
commit | 457596c0cceeff6c6285db8d7794f452f2eca2ee (patch) | |
tree | 33bab55177cc312bb3bc9f25fd404f5a47de7e69 | |
parent | c721fc959cb9684b2a7f40c4a68243ce1115cef4 (diff) |
Textual fixes in util-linux. (merged from trunk r6119)
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6122 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/util-linux.xml | 7 | ||||
-rw-r--r-- | general.ent | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index 01d1ca103..bbd70fb0f 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -286,7 +286,7 @@ given device</para> <term><command>hwclock</command></term> <listitem> <para>Reads or sets the system's hardware clock, also called -the Real-Time Clock (RTC)) or Basic Input-Output System (BIOS) +the Real-Time Clock (RTC) or Basic Input-Output System (BIOS) clock</para> <indexterm zone="ch-system-util-linux hwclock"><primary sortas="b-hwclock">hwclock</primary></indexterm> </listitem> @@ -369,7 +369,7 @@ partition)</para> <varlistentry id="mkfs.bfs"> <term><command>mkfs.bfs</command></term> <listitem> -<para>Creates an Santa Cruz Operations (SCO) bfs file system</para> +<para>Creates a Santa Cruz Operations (SCO) bfs file system</para> <indexterm zone="ch-system-util-linux mkfs.bfs"><primary sortas="b-mkfs.bfs">mkfs.bfs</primary></indexterm> </listitem> </varlistentry> @@ -565,7 +565,8 @@ bootable image</para> <varlistentry id="swapon"> <term><command>swapon</command></term> <listitem> -<para>Enables devices and files for paging and swapping</para> +<para>Enables devices and files for paging and swapping and lists the devices +and files currently in use</para> <indexterm zone="ch-system-util-linux swapon"><primary sortas="b-swapon">swapon</primary></indexterm> </listitem> </varlistentry> diff --git a/general.ent b/general.ent index 27465357a..4e2ab2adb 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "TESTING-20050622"> -<!ENTITY releasedate "June 22, 2005"> +<!ENTITY version "TESTING-20050623"> +<!ENTITY releasedate "June 23, 2005"> <!ENTITY milestone "6.1"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> |