Changeset 0090db5


Ignore:
Timestamp:
04/14/2006 09:37:17 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
40f8bf2
Parents:
b55b3c4
Message:

Changed typography convections.

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

Files:
27 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rb55b3c4 r0090db5  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>April 14, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[manuel] - Changed typography convections. From now,
     44          eplaceable text is encamsulated inside &lt; $gt:, optional text
     45          inside [ ], and libraries extensions inside { }. Thanks to
     46          Bruce Dubbs for submint the patch.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
    3850
    3951    <listitem>
  • chapter02/creatingfilesystem.xml

    rb55b3c4 r0090db5  
    2222  system on the LFS partition, run the following:</para>
    2323
    24 <screen role="nodump"><userinput>mke2fs -v /dev/<replaceable>[xxx]</replaceable></userinput></screen>
     24<screen role="nodump"><userinput>mke2fs -v /dev/<replaceable>&lt;xxx&gt;</replaceable></userinput></screen>
    2525
    26   <para>Replace <replaceable>[xxx]</replaceable> with the name of the LFS
     26  <para>Replace <replaceable>&lt;xxx&gt;</replaceable> with the name of the LFS
    2727  partition (<filename class="devicefile">hda5</filename> in our previous
    2828  example).</para>
     
    3636    uses custom enhancements, run the following command:</para>
    3737
    38 <screen role="nodump"><userinput>debugfs -R feature /dev/<replaceable>[xxx]</replaceable></userinput></screen>
     38<screen role="nodump"><userinput>debugfs -R feature /dev/<replaceable>&lt;xxx&gt;</replaceable></userinput></screen>
    3939
    4040    <para>If the output contains features other than: <option>dir_index</option>;
     
    5252../configure
    5353make #note that we intentionally don't 'make install' here!
    54 ./misc/mke2fs -v /dev/<replaceable>[xxx]</replaceable>
     54./misc/mke2fs -v /dev/<replaceable>&lt;xxx&gt;</replaceable>
    5555cd /tmp
    5656rm -rfv e2fsprogs-&e2fsprogs-version;</userinput></screen>
     
    6262  partition, there is no need to format it.</para>
    6363
    64 <screen role="nodump"><userinput>mkswap /dev/<replaceable>[yyy]</replaceable></userinput></screen>
     64<screen role="nodump"><userinput>mkswap /dev/<replaceable>&lt;yyy&gt;</replaceable></userinput></screen>
    6565
    66   <para>Replace <replaceable>[yyy]</replaceable> with the name of the
     66  <para>Replace <replaceable>&lt;yyy&gt;</replaceable> with the name of the
    6767  <systemitem class="filesystem">swap</systemitem> partition.</para>
    6868
  • chapter02/mounting.xml

    rb55b3c4 r0090db5  
    2727
    2828<screen role="nodump"><userinput>mkdir -pv $LFS
    29 mount -v /dev/<replaceable>[xxx]</replaceable> $LFS</userinput></screen>
     29mount -v /dev/<replaceable>&lt;xxx&gt;</replaceable> $LFS</userinput></screen>
    3030
    31   <para>Replace <replaceable>[xxx]</replaceable> with the designation of the LFS
     31  <para>Replace <replaceable>&lt;xxx&gt;</replaceable> with the designation of the LFS
    3232  partition.</para>
    3333
     
    3737
    3838<screen role="nodump"><userinput>mkdir -pv $LFS
    39 mount -v /dev/<replaceable>[xxx]</replaceable> $LFS
     39mount -v /dev/<replaceable>&lt;xxx&gt;</replaceable> $LFS
    4040mkdir -v $LFS/usr
    41 mount -v /dev/<replaceable>[yyy]</replaceable> $LFS/usr</userinput></screen>
     41mount -v /dev/<replaceable>&lt;yyy&gt;</replaceable> $LFS/usr</userinput></screen>
    4242
    43   <para>Replace <replaceable>[xxx]</replaceable> and
    44   <replaceable>[yyy]</replaceable> with the appropriate partition
     43  <para>Replace <replaceable>&lt;xxx&gt;</replaceable> and
     44  <replaceable>&lt;yyy&gt;</replaceable> with the appropriate partition
    4545  names.</para>
    4646
  • chapter06/binutils.xml

    rb55b3c4 r0090db5  
    128128        <seg>addr2line, ar, as, c++filt, gprof, ld, nm, objcopy, objdump,
    129129        ranlib, readelf, size, strings, and strip</seg>
    130         <seg>libiberty.a, libbfd.[a,so], and libopcodes.[a,so]</seg>
     130        <seg>libiberty.a, libbfd.{a,so}, and libopcodes.{a,so}</seg>
    131131      </seglistitem>
    132132    </segmentedlist>
  • chapter06/bzip2.xml

    rb55b3c4 r0090db5  
    120120        <seg>bunzip2 (link to bzip2), bzcat (link to bzip2), bzcmp, bzdiff,
    121121        bzegrep, bzfgrep, bzgrep, bzip2, bzip2recover, bzless, and bzmore</seg>
    122         <seg>libbz2.[a,so]</seg>
     122        <seg>libbz2.{a,so}</seg>
    123123      </seglistitem>
    124124    </segmentedlist>
  • chapter06/db.xml

    rb55b3c4 r0090db5  
    134134        <seg>db_archive, db_checkpoint, db_deadlock, db_dump, db_hotbackup,
    135135        db_load, db_printlog, db_recover, db_stat, db_upgrade, and db_verify</seg>
    136         <seg>libdb.[so,a] and libdb_cxx.[so,a]</seg>
     136        <seg>libdb.{so,ar}and libdb_cxx.r{o,ar}</seg>
    137137      </seglistitem>
    138138    </segmentedlist>
     
    260260
    261261      <varlistentry id="libdb">
    262         <term><filename class="libraryfile">libdb.[so,a]</filename></term>
     262        <term><filename class="libraryfile">libdb.{so,a}</filename></term>
    263263        <listitem>
    264264          <para>Contains functions to manipulate database files from C
     
    271271
    272272      <varlistentry id="libdb_cxx">
    273         <term><filename class="libraryfile">libdb_cxx.[so,a]</filename></term>
     273        <term><filename class="libraryfile">libdb_cxx.{so,a}</filename></term>
    274274        <listitem>
    275275          <para>Contains functions to manipulate database files from C++
  • chapter06/e2fsprogs.xml

    rb55b3c4 r0090db5  
    126126        mk_cmds, mke2fs, mkfs.ext2, mkfs.ext3, mklost+found, resize2fs,
    127127        tune2fs, and uuidgen.</seg>
    128         <seg>libblkid.[a,so], libcom_err.[a,so], libe2p.[a,so],
    129         libext2fs.[a,so], libss.[a,so], and libuuid.[a,so]</seg>
     128        <seg>libblkid.{a,so}, libcom_err.{a,so}, libe2p.{a,so},
     129        libext2fs.{a,so}, libss.{a,so}, and libuuid.{a,so}</seg>
    130130      </seglistitem>
    131131    </segmentedlist>
  • chapter06/file.xml

    rb55b3c4 r0090db5  
    7171      <seglistitem>
    7272        <seg>file</seg>
    73         <seg>libmagic.[a,so]</seg>
     73        <seg>libmagic.{a,so}</seg>
    7474      </seglistitem>
    7575    </segmentedlist>
  • chapter06/gcc.xml

    rb55b3c4 r0090db5  
    142142      <seglistitem>
    143143        <seg>c++, cc (link to gcc), cpp, g++, gcc, gccbug, and gcov</seg>
    144         <seg>libgcc.a, libgcc_eh.a, libgcc_s.so, libstdc++.[a,so], and
     144        <seg>libgcc.a, libgcc_eh.a, libgcc_s.so, libstdc++.{a,so}, and
    145145        libsupc++.a</seg>
    146146      </seglistitem>
  • chapter06/gettext.xml

    rb55b3c4 r0090db5  
    7777        msgexec, msgfilter, msgfmt, msggrep, msginit, msgmerge, msgunfmt, msguniq,
    7878        ngettext, and xgettext</seg>
    79         <seg>libasprintf.[a,so], libgettextlib.so, libgettextpo.[a,so], and
     79        <seg>libasprintf.{a,so}, libgettextlib.so, libgettextpo.{a,so}, and
    8080        libgettextsrc.so</seg>
    8181      </seglistitem>
  • chapter06/glibc.xml

    rb55b3c4 r0090db5  
    272272    <filename>/etc/localtime</filename> file by running:</para>
    273273
    274 <screen><userinput>cp -v --remove-destination /usr/share/zoneinfo/<replaceable>[xxx]</replaceable> \
     274<screen><userinput>cp -v --remove-destination /usr/share/zoneinfo/<replaceable>$lt;xxx&gt;</replaceable> \
    275275    /etc/localtime</userinput></screen>
    276276
    277     <para>Replace <replaceable>[xxx]</replaceable> with the name of the time zone
     277    <para>Replace <replaceable>&lt;xxx&gt;</replaceable> with the name of the time zone
    278278    that <command>tzselect</command> provided (e.g., Canada/Eastern).</para>
    279279
     
    343343        pcprofiledump, pt_chown, rpcgen, rpcinfo, sln, sprof, tzselect, xtrace,
    344344        zdump, and zic</seg>
    345         <seg>ld.so, libBrokenLocale.[a,so], libSegFault.so, libanl.[a,so],
    346         libbsd-compat.a, libc.[a,so], libcidn.so, libcrypt.[a,so], libdl.[a,so],
    347         libg.a, libieee.a, libm.[a,so], libmcheck.a, libmemusage.so, libnsl.a,
     345        <seg>ld.so, libBrokenLocale.{a,so}, libSegFault.so, libanl.{a,so},
     346        libbsd-compat.a, libc.{a,so}, libcidn.so, libcrypt.{a,so}, libdl.{a,so},
     347        libg.a, libieee.a, libm.{a,so}, libmcheck.a, libmemusage.so, libnsl.a,
    348348        libnss_compat.so, libnss_dns.so, libnss_files.so, libnss_hesiod.so,
    349         libnss_nis.so, libnss_nisplus.so, libpcprofile.so, libpthread.[a,so],
    350         libresolv.[a,so], librpcsvc.a, librt.[a,so], libthread_db.so, and
    351         libutil.[a,so]</seg>
     349        libnss_nis.so, libnss_nisplus.so, libpcprofile.so, libpthread.{a,so},
     350        libresolv.{a,so}, librpcsvc.a, librt.{a,so}, libthread_db.so, and
     351        libutil.{a,so}</seg>
    352352      </seglistitem>
    353353    </segmentedlist>
  • chapter06/groff.xml

    rb55b3c4 r0090db5  
    7373    <para>Prepare Groff for compilation:</para>
    7474
    75 <screen><userinput>PAGE=<replaceable>[paper_size]</replaceable> ./configure --prefix=/usr --enable-multibyte</userinput></screen>
     75<screen><userinput>PAGE=<replaceable>&lt;paper_size&gt;</replaceable> ./configure --prefix=/usr --enable-multibyte</userinput></screen>
    7676
    7777    <para>Compile the package:</para>
  • chapter06/iproute2.xml

    rb55b3c4 r0090db5  
    145145          <para>The main executable. It has several different functions:</para>
    146146
    147           <para><command>ip link <replaceable>[device]</replaceable></command>
     147          <para><command>ip link <replaceable>&lt;device&gt;</replaceable></command>
    148148          allows users to look at the state of devices and to make changes</para>
    149149
  • chapter06/libtool.xml

    rb55b3c4 r0090db5  
    7373      <seglistitem>
    7474        <seg>libtool and libtoolize</seg>
    75         <seg>libltdl.[a,so]</seg>
     75        <seg>libltdl.{a,so}</seg>
    7676      </seglistitem>
    7777    </segmentedlist>
  • chapter06/man-db.xml

    rb55b3c4 r0090db5  
    297297    <para>If upstream distributes the manual pages in the same encoding
    298298    as Man-DB expects, the manual pages can be copied to
    299     <filename class="directory">/usr/share/man/<replaceable>[language
    300     code]</replaceable></filename>. E.g., French manual pages
     299    <filename class="directory">/usr/share/man/<replaceable>&lt;language
     300    code&gt;</replaceable></filename>. E.g., French manual pages
    301301    (<ulink url="http://ccb.club.fr/man/man-fr-1.58.0.tar.bz2"/>) can be
    302302    installed with the following command:</para>
  • chapter06/ncurses.xml

    rb55b3c4 r0090db5  
    166166        <seg>captoinfo (link to tic), clear, infocmp, infotocap (link to tic),
    167167        reset (link to tset), tack, tic, toe, tput, and tset</seg>
    168         <seg>libcursesw.[a,so] (symlink and linker script to libncursesw.[a,so]),
    169         libformw.[a,so], libmenuw.[a,so], libncurses++w.a, libncursesw.[a,so],
    170         libpanelw.[a,so] and their non-wide-character counterparts without "w"
     168        <seg>libcursesw.{a,so} (symlink and linker script to libncursesw.{a,so}),
     169        libformw.{a,so}, libmenuw.{a,so}, libncurses++w.a, libncursesw.{a,so},
     170        libpanelw.{a,so} and their non-wide-character counterparts without "w"
    171171        in the library names.</seg>
    172172      </seglistitem>
  • chapter06/readline.xml

    rb55b3c4 r0090db5  
    103103
    104104      <seglistitem>
    105         <seg>libhistory.[a,so], and libreadline.[a,so]</seg>
     105        <seg>libhistory.{a,so}, and libreadline.{a,so}</seg>
    106106      </seglistitem>
    107107    </segmentedlist>
  • chapter06/shadow.xml

    rb55b3c4 r0090db5  
    222222        newgrp), su, useradd, userdel, usermod, vigr (link to vipw), and
    223223        vipw</seg>
    224         <seg>libshadow.[a,so]</seg>
     224        <seg>libshadow.{a,so}</seg>
    225225      </seglistitem>
    226226    </segmentedlist>
  • chapter06/zlib.xml

    rb55b3c4 r0090db5  
    102102
    103103      <seglistitem>
    104         <seg>libz.[a,so]</seg>
     104        <seg>libz.{a,so}</seg>
    105105      </seglistitem>
    106106    </segmentedlist>
  • chapter07/hostname.xml

    rb55b3c4 r0090db5  
    2323  hostname by running:</para>
    2424
    25 <screen><userinput>echo "HOSTNAME=<replaceable>[lfs]</replaceable>" &gt; /etc/sysconfig/network</userinput></screen>
     25<screen><userinput>echo "HOSTNAME=<replaceable>&lt;lfs&gt;</replaceable>" &gt; /etc/sysconfig/network</userinput></screen>
    2626
    27   <para><replaceable>[lfs]</replaceable> needs to be replaced with the name given
     27  <para><replaceable>&lt;lfs&gt;</replaceable> needs to be replaced with the name given
    2828  to the computer. Do not enter the Fully Qualified Domain Name (FQDN) here. That
    2929  information will be put in the <filename>/etc/hosts</filename> file in the next
  • chapter07/hosts.xml

    rb55b3c4 r0090db5  
    2727  <filename>/etc/hosts</filename> file. The syntax is:</para>
    2828
    29 <screen><literal>&lt;IP address&gt; myhost.example.org aliases</literal></screen>
     29<screen><literal>IP_address myhost.example.org aliases</literal></screen>
    3030
    3131  <para>Unless the computer is to be visible to the Internet (i.e.,
     
    5555
    5656127.0.0.1 localhost
    57 <replaceable>[192.168.1.1]</replaceable> <replaceable>[&lt;HOSTNAME&gt;.example.org]</replaceable> <replaceable>[HOSTNAME]</replaceable>
     57<replaceable>&lt;192.168.1.1&gt;</replaceable> <replaceable>&lt;HOSTNAME.example.org&gt;</replaceable> <replaceable>[alias1] [alias2 ...]</replaceable>
    5858
    5959# End /etc/hosts (network card version)</literal>
    6060EOF</userinput></screen>
    6161
    62   <para>The <replaceable>[192.168.1.1]</replaceable> and
    63   <replaceable>[&lt;HOSTNAME&gt;.example.org]</replaceable>
     62  <para>The <replaceable>&lt;192.168.1.1&gt;</replaceable> and
     63  <replaceable>&lt;HOSTNAME.example.org&gt;</replaceable>
    6464  values need to be changed for specific users or requirements (if
    6565  assigned an IP address by a network/system administrator and the
    66   machine will be connected to an existing network).</para>
     66  machine will be connected to an existing network). The optional alias
     67  name(s) can be omitted.</para>
    6768
    6869  <para>If a network card is not going to be configured, create the
     
    7273<literal># Begin /etc/hosts (no network card version)
    7374
    74 127.0.0.1 <replaceable>[&lt;HOSTNAME&gt;.example.org]</replaceable> <replaceable>[HOSTNAME]</replaceable> localhost
     75127.0.0.1 <replaceable>&lt;HOSTNAME.example.org&gt;</replaceable> <replaceable>&lt;HOSTNAME&gt;</replaceable> localhost
    7576
    7677# End /etc/hosts (no network card version)</literal>
  • chapter07/network.xml

    rb55b3c4 r0090db5  
    140140<literal># Begin /etc/resolv.conf
    141141
    142 domain {<replaceable>[Your Domain Name]</replaceable>}
    143 nameserver <replaceable>[IP address of your primary nameserver]</replaceable>
    144 nameserver <replaceable>[IP address of your secondary nameserver]</replaceable>
     142domain {<replaceable>&lt;Your Domain Name&gt;</replaceable>}
     143nameserver <replaceable>&lt;IP address of your primary nameserver&gt;</replaceable>
     144nameserver <replaceable>&lt;IP address of your secondary nameserver&gt;</replaceable>
    145145
    146146# End /etc/resolv.conf</literal>
    147147EOF</userinput></screen>
    148148
    149     <para>Replace <replaceable>[IP address of the nameserver]</replaceable>
     149    <para>Replace <replaceable>&lt;IP address of the nameserver&gt;</replaceable>
    150150    with the IP address of the DNS most appropriate for the setup. There will
    151151    often be more than one entry (requirements demand secondary servers for
  • chapter07/profile.xml

    rb55b3c4 r0090db5  
    6666  earlier.</para>
    6767
    68   <para>Replace <replaceable>[ll]</replaceable> below with the two-letter code
     68  <para>Replace <replaceable>&lt;ll&gt;</replaceable> below with the two-letter code
    6969  for the desired language (e.g., <quote>en</quote>) and
    70   <replaceable>[CC]</replaceable> with the two-letter code for the appropriate
    71   country (e.g., <quote>GB</quote>). <replaceable>[charmap]</replaceable> should
     70  <replaceable>&lt;CC&gt;</replaceable> with the two-letter code for the appropriate
     71  country (e.g., <quote>GB</quote>). <replaceable>&lt;charmap&gt;</replaceable> should
    7272  be replaced with the canonical charmap for your chosen locale. Optional
    7373  modifiers such as <quote>@euro</quote> may also be present.</para>
     
    8484  <quote>utf8</quote>), so it is safest in most
    8585  cases to choose the canonical name for a particular locale. To determine
    86   the canonical name, run the following command, where <replaceable>[locale
    87   name]</replaceable> is the output given by <command>locale -a</command> for
     86  the canonical name, run the following command, where <replaceable>&lt;locale
     87  name&gt;</replaceable> is the output given by <command>locale -a</command> for
    8888  your preferred locale (<quote>en_GB.iso88591</quote> in our example).</para>
    8989
    90 <screen role="nodump"><userinput>LC_ALL=<replaceable>[locale name]</replaceable> locale charmap</userinput></screen>
     90<screen role="nodump"><userinput>LC_ALL=<replaceable>&lt;locale name&gt;</replaceable> locale charmap</userinput></screen>
    9191
    9292  <para>For the <quote>en_GB.iso88591</quote> locale, the above command
     
    9999  to it being added to the Bash startup files:</para>
    100100
    101 <screen role="nodump"><userinput>LC_ALL=[locale name] locale country
    102 LC_ALL=[locale name] locale language
    103 LC_ALL=[locale name] locale charmap
    104 LC_ALL=[locale name] locale int_curr_symbol
    105 LC_ALL=[locale name] locale int_prefix</userinput></screen>
     101<screen role="nodump"><userinput>LC_ALL=&lt;locale name&gt; locale country
     102LC_ALL=&lt;locale name&gt; locale language
     103LC_ALL=&lt;locale name&gt; locale charmap
     104LC_ALL=&lt;locale name&gt; locale int_curr_symbol
     105LC_ALL=&lt;locale name&gt; locale int_prefix</userinput></screen>
    106106
    107107  <para>The above commands should print the country and language names, the
     
    144144<literal># Begin /etc/profile
    145145
    146 export LANG=<replaceable>[ll]</replaceable>_<replaceable>[CC]</replaceable>.<replaceable>[charmap]</replaceable><replaceable>[@modifiers]</replaceable>
     146export LANG=<replaceable>&lt;ll&gt;</replaceable>_<replaceable>&lt;CC&gt;</replaceable>.<replaceable>&lt;charmap&gt;</replaceable><replaceable>&lt;@modifiers&gt;</replaceable>
    147147export INPUTRC=/etc/inputrc
    148148
  • chapter07/usage.xml

    rb55b3c4 r0090db5  
    3939
    4040  <para>The command used to change run-levels is <command>init
    41   <replaceable>[runlevel]</replaceable></command>, where
    42   <replaceable>[runlevel]</replaceable> is the target run-level. For example, to
     41  <replaceable>&lt;runlevel&gt;</replaceable></command>, where
     42  <replaceable>&lt;runlevel&gt;</replaceable> is the target run-level. For example, to
    4343  reboot the computer, a user could issue the <command>init 6</command> command,
    4444  which is an alias for the <command>reboot</command> command. Likewise,
  • chapter08/fstab.xml

    rb55b3c4 r0090db5  
    2626#                                                        order
    2727
    28 /dev/<replaceable>[xxx]</replaceable>     /            <replaceable>[fff]</replaceable>  defaults        1     1
    29 /dev/<replaceable>[yyy]</replaceable>     swap         swap   pri=1           0     0
     28/dev/<replaceable>&lt;xxx&gt;</replaceable>     /            <replaceable>&lt;fff&gt;</replaceable>  defaults        1     1
     29/dev/<replaceable>&lt;yyy&gt;</replaceable>     swap         swap   pri=1           0     0
    3030proc           /proc        proc   defaults        0     0
    3131sysfs          /sys         sysfs  defaults        0     0
     
    3535EOF</userinput></screen>
    3636
    37   <para>Replace <replaceable>[xxx]</replaceable>,
    38   <replaceable>[yyy]</replaceable>, and <replaceable>[fff]</replaceable>
     37  <para>Replace <replaceable>&lt;xxx&gt;</replaceable>,
     38  <replaceable>&lt;yyy&gt;</replaceable>, and <replaceable>&lt;fff&gt;</replaceable>
    3939  with the values appropriate for the system, for example, <filename
    4040  class="partition">hda2</filename>, <filename
  • general.ent

    rb55b3c4 r0090db5  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20060413">
    3 <!ENTITY releasedate "April 13, 2006">
     2<!ENTITY version "SVN-20060414">
     3<!ENTITY releasedate "April 14, 2006">
    44<!ENTITY milestone "6.2">
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
  • prologue/typography.xml

    rb55b3c4 r0090db5  
    5050  seen.</para>
    5151
    52   <para><replaceable>[REPLACED TEXT]</replaceable></para>
     52  <para><replaceable>&lt;REPLACED TEXT&gt;</replaceable></para>
    5353
    5454  <para>This format is used to encapsulate text that is not to be typed
    55   as seen or copied-and-pasted.</para>
     55  as seen or for copy-and-paste operations.</para>
     56
     57  <para><replaceable>[OPTIONAL TEXT]</replaceable></para>
     58
     59  <para>This format is used to encapsulate text that is optional.</para>
    5660
    5761  <para><filename>passwd(5)</filename></para>
     
    7175  need to run <command>man 5 passwd</command> in order to read the specific page
    7276  being referred to. It should be noted that most man pages do not have duplicate
    73   page names in different sections. Therefore, <command>man <replaceable>[program
    74   name]</replaceable></command> is generally sufficient.</para>
     77  page names in different sections. Therefore, <command>man <replaceable>&lt;program
     78  name&gt;</replaceable></command> is generally sufficient.</para>
    7579
    7680</sect1>
Note: See TracChangeset for help on using the changeset viewer.