Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • prologue/typography.xml

    r360fdfca re9d9f83  
    1 <?xml version="1.0" encoding="UTF-8"?>
     1<?xml version="1.0" encoding="ISO-8859-1"?>
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     
    7575  <para>This format is used to encapsulate text that is optional.</para>
    7676
    77   <para><ulink role='man' url='&man;passwd.5'>passwd(5)</ulink></para>
     77  <para><filename>passwd(5)</filename></para>
    7878
    7979  <para>This format is used to refer to a specific manual (man) page. The number inside parentheses
     
    8282  those two man pages will be located at
    8383  <filename>/usr/share/man/man1/passwd.1</filename> and
    84   <filename>/usr/share/man/man5/passwd.5</filename>. When the book uses
    85   <ulink role='man' url='&man;/passwd.5'>passwd(5)</ulink> it is
     84  <filename>/usr/share/man/man5/passwd.5</filename>. When the book uses <filename>passwd(5)</filename> it is
    8685  specifically referring to <filename>/usr/share/man/man5/passwd.5</filename>.
    8786  <command>man passwd</command> will print the first man page it finds that
    88   matches <quote>passwd,</quote> which will be
     87  matches <quote>passwd</quote>, which will be
    8988  <filename>/usr/share/man/man1/passwd.1</filename>. For this example, you will
    9089  need to run <command>man 5 passwd</command> in order to read the page
    9190  being specified. Note that most man pages do not have duplicate
    9291  page names in different sections. Therefore, <command>man <replaceable>&lt;program
    93   name&gt;</replaceable></command> is generally sufficient.  In the LFS
    94   book these references to man pages are also hyperlinks, so clicking on
    95   such a reference will open the man page rendered in HTML from
    96   <ulink url='https://man.archlinux.org/'>Arch Linux manual
    97   pages</ulink>.</para>
     92  name&gt;</replaceable></command> is generally sufficient.</para>
    9893
    9994</sect1>
Note: See TracChangeset for help on using the changeset viewer.