Changeset 37428334 for prologue


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • prologue/typography.xml

    r5707154 r37428334  
    5555as seen<phrase condition="html"> or copy-and-pasted</phrase>.</para>
    5656
     57<para><filename>passwd(5)</filename></para>
     58
     59<para>This format is used to refer to a specific manual page (hereinafter
     60referred to simply as a <quote>man</quote> page). The number inside parentheses
     61indicates a specific section inside of <command>man</command>. For example,
     62<command>passwd</command> has two man pages. Per LFS installation instructions,
     63those two man pages will be located at
     64<filename>/usr/share/man/man1/passwd.1</filename> and
     65<filename>/usr/share/man/man5/passwd.5</filename>. Both man pages have different
     66information in them. When the book uses <filename>passwd(5)</filename> it is
     67specifically referring to <filename>/usr/share/man/man5/passwd.5</filename>.
     68<command>man passwd</command> will print the first man page it finds that
     69matches <quote>passwd</quote>, which will be
     70<filename>/usr/share/man/man1/passwd.1</filename>. For this example, you will
     71need to run <command>man 5 passwd</command> in order to read the specific page
     72being referred to. It should be noted that most man pages do not have duplicate
     73page names in different sections. Therefore, <command>man <replaceable>[program
     74name]</replaceable></command> is generally sufficient.</para>
     75
    5776</sect1>
    5877
Note: See TracChangeset for help on using the changeset viewer.