Changeset 37428334 for chapter06


Ignore:
Timestamp:
07/04/2005 10:03:52 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
6.1, 6.1.1
Children:
a998246
Parents:
5707154
Message:

Brought (hopefully) all references of man/info pages into conformity. Updated typography to reflect this. (merged from trunk r6376)

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6378 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter06/flex.xml

    r5707154 r37428334  
    3535
    3636<para>The GNU autotools detects that the Flex source code has been
    37 modified by the previous patch and tries to update the manual page
     37modified by the previous patch and tries to update the man page
    3838accordingly. This does not work correctly on many systems, and the
    3939default page is fine, so make sure it does not get regenerated:</para>
  • chapter06/man-pages.xml

    r5707154 r37428334  
    1111
    1212<sect2 role="package"><title/>
    13 <para>The Man-pages package contains over 1,200 manual pages.</para>
     13<para>The Man-pages package contains over 1,200 man pages.</para>
    1414
    1515<segmentedlist>
     
    3939<segmentedlist>
    4040<segtitle>Installed files</segtitle>
    41 <seglistitem><seg>various manual pages</seg></seglistitem>
     41<seglistitem><seg>various man pages</seg></seglistitem>
    4242</segmentedlist>
    4343
     
    4646<?dbhtml list-presentation="table"?>
    4747
    48 <varlistentry id="manual-pages">
    49 <term><filename>manual pages</filename></term>
     48<varlistentry id="man-pages">
     49<term><filename>man pages</filename></term>
    5050<listitem>
    5151<para>Describe the C and C++ functions, important
    5252device files, and significant configuration files</para>
    53 <indexterm zone="ch-system-man-pages manual-pages"><primary sortas="e-manual-pages">manual pages</primary></indexterm>
     53<indexterm zone="ch-system-man-pages man-pages"><primary sortas="e-man-pages">man pages</primary></indexterm>
    5454</listitem>
    5555</varlistentry>
  • chapter06/man.xml

    r5707154 r37428334  
    1111
    1212<sect2 role="package"><title/>
    13 <para>The Man package contains programs for finding and viewing manual pages.</para>
     13<para>The Man package contains programs for finding and viewing man pages.</para>
    1414
    1515<segmentedlist>
     
    8787specification, <command>groff</command> has no means of typesetting
    8888characters outside International Organization for Standards
    89 (ISO) 8859-1 without some strange escape codes. When formatting manual
     89(ISO) 8859-1 without some strange escape codes. When formatting man
    9090pages, <command>groff</command> thinks that they are in the ISO 8859-1
    9191encoding and this <parameter>-Tlatin1</parameter> switch tells
     
    9696
    9797<para>This does not solve the problem of a non-working
    98 <command>man2dvi</command> program for localized manual pages in
     98<command>man2dvi</command> program for localized man pages in
    9999non-ISO 8859-1 locales. Also, it does not work with multibyte
    100100character sets. The first problem does not currently have a solution.
     
    124124<term><command>apropos</command></term>
    125125<listitem>
    126 <para>Searches the whatis database and displays the short descriptions
     126<para>Searches the <command>whatis</command> database and displays the short descriptions
    127127of system commands that contain a given string</para>
    128128<indexterm zone="ch-system-man apropos"><primary sortas="b-apropos">apropos</primary></indexterm>
     
    133133<term><command>makewhatis</command></term>
    134134<listitem>
    135 <para>Builds the whatis database; it reads all the manual pages in the
    136 manpath and writes the name and a short description in the whatis
    137 database for each page</para>
     135<para>Builds the <command>whatis</command> database; it reads all the man pages
     136in the <envar>MANPATH</envar> and writes the name and a short description in the
     137<command>whatis</command> database for each page</para>
    138138<indexterm zone="ch-system-man makewhatis"><primary sortas="b-makewhatis">makewhatis</primary></indexterm>
    139139</listitem>
     
    143143<term><command>man</command></term>
    144144<listitem>
    145 <para>Formats and displays the requested on-line manual page</para>
     145<para>Formats and displays the requested on-line man page</para>
    146146<indexterm zone="ch-system-man man"><primary sortas="b-man">man</primary></indexterm>
    147147</listitem>
     
    151151<term><command>man2dvi</command></term>
    152152<listitem>
    153 <para>Converts a manual page into dvi format</para>
     153<para>Converts a man page into dvi format</para>
    154154<indexterm zone="ch-system-man man2dvi"><primary sortas="b-man2dvi">man2dvi</primary></indexterm>
    155155</listitem>
     
    159159<term><command>man2html</command></term>
    160160<listitem>
    161 <para>Converts a manual page into HTML</para>
     161<para>Converts a man page into HTML</para>
    162162<indexterm zone="ch-system-man man2html"><primary sortas="b-man2html">man2html</primary></indexterm>
    163163</listitem>
     
    167167<term><command>whatis</command></term>
    168168<listitem>
    169 <para>Searches the whatis database and displays the short descriptions
     169<para>Searches the <command>whatis</command> database and displays the short descriptions
    170170of system commands that contain the given keyword as a separate
    171171word</para>
  • chapter06/texinfo.xml

    r5707154 r37428334  
    1212<sect2 role="package"><title/>
    1313<para>The Texinfo package contains programs for reading, writing, and
    14 converting Info documents.</para>
     14converting info pages.</para>
    1515
    1616<segmentedlist>
     
    6464<filename>/usr/share/info/dir</filename>.  Unfortunately, due to
    6565occasional problems in the Makefiles of various packages, it can
    66 sometimes get out of step with the Info manuals installed on the
     66sometimes get out of sync with the info pages installed on the
    6767system. If the <filename>/usr/share/info/dir</filename> file ever
    6868needs to be recreated, the following optional commands will accomplish
     
    9494<term><command>info</command></term>
    9595<listitem>
    96 <para>Used to read Info documents which are similar to man
    97 pages, but often go much deeper than just explaining all the command
    98 line options. For example, compare <command>man bison</command> and
    99 <command>info bison</command>.</para>
     96<para>Used to read info pages which are similar to man pages, but often go much
     97deeper than just explaining all the available command line options. For example,
     98compare <command>man bison</command> and <command>info bison</command>.</para>
    10099<indexterm zone="ch-system-texinfo info"><primary sortas="b-info">info</primary></indexterm>
    101100</listitem>
     
    114113<term><command>install-info</command></term>
    115114<listitem>
    116 <para>Used to install Info files; it updates entries in the Info index
    117 file</para>
     115<para>Used to install info pages; it updates entries in the
     116<command>info</command> index file</para>
    118117<indexterm zone="ch-system-texinfo install-info"><primary sortas="b-install-info">install-info</primary></indexterm>
    119118</listitem>
     
    124123<listitem>
    125124<para>Translates the given Texinfo source documents into
    126 Info files, plain text, or HTML</para>
     125info pages, plain text, or HTML</para>
    127126<indexterm zone="ch-system-texinfo makeinfo"><primary sortas="b-makeinfo">makeinfo</primary></indexterm>
    128127</listitem>
  • chapter06/util-linux.xml

    r5707154 r37428334  
    608608<term><command>whereis</command></term>
    609609<listitem>
    610 <para>Reports the location of binary, the source, and the manual page
     610<para>Reports the location of the binary, source, and man page
    611611for the given command</para>
    612612<indexterm zone="ch-system-util-linux whereis"><primary sortas="b-whereis">whereis</primary></indexterm>
Note: See TracChangeset for help on using the changeset viewer.