diff options
Diffstat (limited to 'appendixa')
-rw-r--r-- | appendixa/gettext-desc.xml | 2 | ||||
-rw-r--r-- | appendixa/groff-desc.xml | 2 | ||||
-rw-r--r-- | appendixa/kernel-desc.xml | 2 | ||||
-rw-r--r-- | appendixa/modutils-desc.xml | 2 | ||||
-rw-r--r-- | appendixa/sysvinit-desc.xml | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/appendixa/gettext-desc.xml b/appendixa/gettext-desc.xml index 76897aece..be027bbdf 100644 --- a/appendixa/gettext-desc.xml +++ b/appendixa/gettext-desc.xml @@ -51,7 +51,7 @@ from a translation catalog.</para> <para><command>msggrep</command> extracts all messages of a translation catalog that match a given pattern or belong to some given source files.</para> -<para><command>msginit</command> creates a new <filename>.po</filename> +<para><command>msginit</command> creates a new <filename>.po</filename> file, initializing the meta information with values from the user's environment.</para> diff --git a/appendixa/groff-desc.xml b/appendixa/groff-desc.xml index 87a3dbea3..fbb001851 100644 --- a/appendixa/groff-desc.xml +++ b/appendixa/groff-desc.xml @@ -73,7 +73,7 @@ within troff or TeX input files into commands understood by TeX or troff.</para> <para><command>pic2graph</command> converts a PIC diagram into a cropped image.</para> -<para><command>pre-grohtml </command> translates the output of GNU troff +<para><command>pre-grohtml </command> translates the output of GNU troff to html.</para> <para><command>post-grohtml</command> translates the output of GNU troff diff --git a/appendixa/kernel-desc.xml b/appendixa/kernel-desc.xml index 3114f603f..89d16ee3f 100644 --- a/appendixa/kernel-desc.xml +++ b/appendixa/kernel-desc.xml @@ -6,7 +6,7 @@ system that gets loaded. It detects and initializes all the components of your computer's hardware, then makes these components available as a tree of files to the software, and turns a single CPU into a multi-tasking machine capable of running scores of programs seemingly at the same time.</para> - + <para>The <emphasis>kernel headers</emphasis> define the interface to the services that the kernel provides. The headers in your system's <filename>include</filename> directory should <emphasis>always</emphasis> be diff --git a/appendixa/modutils-desc.xml b/appendixa/modutils-desc.xml index e455bcbb7..4209b166d 100644 --- a/appendixa/modutils-desc.xml +++ b/appendixa/modutils-desc.xml @@ -1,7 +1,7 @@ <sect2><title>Short descriptions</title> <para><command>depmod</command> creates a dependency file, based on the -symbols it finds in the existing set of modules. This dependency file is used +symbols it finds in the existing set of modules. This dependency file is used by modprobe to automatically load the required modules.</para> <para><command>genksyms</command> generates symbol version information.</para> diff --git a/appendixa/sysvinit-desc.xml b/appendixa/sysvinit-desc.xml index 94d504659..b4113a382 100644 --- a/appendixa/sysvinit-desc.xml +++ b/appendixa/sysvinit-desc.xml @@ -32,7 +32,7 @@ switch off the computer. But see halt.</para> But see halt.</para> <para><command>runlevel</command> reports the previous and the current -runlevel, as noted in the last runlevel record in +runlevel, as noted in the last runlevel record in <filename>/var/run/utmp</filename>.</para> <para><command>shutdown</command> brings the system down in a secure way, @@ -43,7 +43,7 @@ normally invoked by init when the system goes into single user mode.</para> <para><command>telinit</command> tells init which runlevel to enter.</para> -<para><command>utmpdump</command> displays the content of the given login +<para><command>utmpdump</command> displays the content of the given login file in a friendlier format.</para> <para><command>wall</command> writes a message to all logged-in users.</para> |