aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2006-04-14 09:37:17 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2006-04-14 09:37:17 +0000
commit0090db5c7b0cb69fc9c06da99ad868814414d2b0 (patch)
treeae4db250fab5b28bd3b688e2553959db4d5cd433 /chapter06
parentb55b3c4ff2c23fd0ae6734552a769b6237af387c (diff)
Changed typography convections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7516 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/binutils.xml2
-rw-r--r--chapter06/bzip2.xml2
-rw-r--r--chapter06/db.xml6
-rw-r--r--chapter06/e2fsprogs.xml4
-rw-r--r--chapter06/file.xml2
-rw-r--r--chapter06/gcc.xml2
-rw-r--r--chapter06/gettext.xml2
-rw-r--r--chapter06/glibc.xml16
-rw-r--r--chapter06/groff.xml2
-rw-r--r--chapter06/iproute2.xml2
-rw-r--r--chapter06/libtool.xml2
-rw-r--r--chapter06/man-db.xml4
-rw-r--r--chapter06/ncurses.xml6
-rw-r--r--chapter06/readline.xml2
-rw-r--r--chapter06/shadow.xml2
-rw-r--r--chapter06/zlib.xml2
16 files changed, 29 insertions, 29 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml
index 0d1184ebf..3ee411059 100644
--- a/chapter06/binutils.xml
+++ b/chapter06/binutils.xml
@@ -127,7 +127,7 @@ cd ../binutils-build</userinput></screen>
<seglistitem>
<seg>addr2line, ar, as, c++filt, gprof, ld, nm, objcopy, objdump,
ranlib, readelf, size, strings, and strip</seg>
- <seg>libiberty.a, libbfd.[a,so], and libopcodes.[a,so]</seg>
+ <seg>libiberty.a, libbfd.{a,so}, and libopcodes.{a,so}</seg>
</seglistitem>
</segmentedlist>
diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml
index 4fd91d3d8..5fb3498a5 100644
--- a/chapter06/bzip2.xml
+++ b/chapter06/bzip2.xml
@@ -119,7 +119,7 @@ ln -sv bzip2 /bin/bzcat</userinput></screen>
<seglistitem>
<seg>bunzip2 (link to bzip2), bzcat (link to bzip2), bzcmp, bzdiff,
bzegrep, bzfgrep, bzgrep, bzip2, bzip2recover, bzless, and bzmore</seg>
- <seg>libbz2.[a,so]</seg>
+ <seg>libbz2.{a,so}</seg>
</seglistitem>
</segmentedlist>
diff --git a/chapter06/db.xml b/chapter06/db.xml
index 7d2f4a498..c15f2ef52 100644
--- a/chapter06/db.xml
+++ b/chapter06/db.xml
@@ -133,7 +133,7 @@ chown -Rv root:root /usr/share/doc/db-&db-version;</userinput></screen>
<seglistitem>
<seg>db_archive, db_checkpoint, db_deadlock, db_dump, db_hotbackup,
db_load, db_printlog, db_recover, db_stat, db_upgrade, and db_verify</seg>
- <seg>libdb.[so,a] and libdb_cxx.[so,a]</seg>
+ <seg>libdb.{so,ar}and libdb_cxx.r{o,ar}</seg>
</seglistitem>
</segmentedlist>
@@ -259,7 +259,7 @@ chown -Rv root:root /usr/share/doc/db-&db-version;</userinput></screen>
<varlistentry id="libdb">
- <term><filename class="libraryfile">libdb.[so,a]</filename></term>
+ <term><filename class="libraryfile">libdb.{so,a}</filename></term>
<listitem>
<para>Contains functions to manipulate database files from C
programs</para>
@@ -270,7 +270,7 @@ chown -Rv root:root /usr/share/doc/db-&db-version;</userinput></screen>
</varlistentry>
<varlistentry id="libdb_cxx">
- <term><filename class="libraryfile">libdb_cxx.[so,a]</filename></term>
+ <term><filename class="libraryfile">libdb_cxx.{so,a}</filename></term>
<listitem>
<para>Contains functions to manipulate database files from C++
programs</para>
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml
index 60c1cc5a6..896ca4ae3 100644
--- a/chapter06/e2fsprogs.xml
+++ b/chapter06/e2fsprogs.xml
@@ -125,8 +125,8 @@ cd build</userinput></screen>
e2image, e2label, findfs, fsck, fsck.ext2, fsck.ext3, logsave, lsattr,
mk_cmds, mke2fs, mkfs.ext2, mkfs.ext3, mklost+found, resize2fs,
tune2fs, and uuidgen.</seg>
- <seg>libblkid.[a,so], libcom_err.[a,so], libe2p.[a,so],
- libext2fs.[a,so], libss.[a,so], and libuuid.[a,so]</seg>
+ <seg>libblkid.{a,so}, libcom_err.{a,so}, libe2p.{a,so},
+ libext2fs.{a,so}, libss.{a,so}, and libuuid.{a,so}</seg>
</seglistitem>
</segmentedlist>
diff --git a/chapter06/file.xml b/chapter06/file.xml
index 2fb0f3f3b..ea3721a36 100644
--- a/chapter06/file.xml
+++ b/chapter06/file.xml
@@ -70,7 +70,7 @@
<seglistitem>
<seg>file</seg>
- <seg>libmagic.[a,so]</seg>
+ <seg>libmagic.{a,so}</seg>
</seglistitem>
</segmentedlist>
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index fac78f1c1..74fec55b2 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -141,7 +141,7 @@ cd ../gcc-build</userinput></screen>
<seglistitem>
<seg>c++, cc (link to gcc), cpp, g++, gcc, gccbug, and gcov</seg>
- <seg>libgcc.a, libgcc_eh.a, libgcc_s.so, libstdc++.[a,so], and
+ <seg>libgcc.a, libgcc_eh.a, libgcc_s.so, libstdc++.{a,so}, and
libsupc++.a</seg>
</seglistitem>
</segmentedlist>
diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml
index 0c88354c4..3067910ed 100644
--- a/chapter06/gettext.xml
+++ b/chapter06/gettext.xml
@@ -76,7 +76,7 @@
gettextize, hostname, msgattrib, msgcat, msgcmp, msgcomm, msgconv, msgen,
msgexec, msgfilter, msgfmt, msggrep, msginit, msgmerge, msgunfmt, msguniq,
ngettext, and xgettext</seg>
- <seg>libasprintf.[a,so], libgettextlib.so, libgettextpo.[a,so], and
+ <seg>libasprintf.{a,so}, libgettextlib.so, libgettextpo.{a,so}, and
libgettextsrc.so</seg>
</seglistitem>
</segmentedlist>
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index dfab1c2a5..f09ce9daa 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -271,10 +271,10 @@ EOF</userinput></screen>
<emphasis>Canada/Eastern</emphasis>). Then create the
<filename>/etc/localtime</filename> file by running:</para>
-<screen><userinput>cp -v --remove-destination /usr/share/zoneinfo/<replaceable>[xxx]</replaceable> \
+<screen><userinput>cp -v --remove-destination /usr/share/zoneinfo/<replaceable>$lt;xxx&gt;</replaceable> \
/etc/localtime</userinput></screen>
- <para>Replace <replaceable>[xxx]</replaceable> with the name of the time zone
+ <para>Replace <replaceable>&lt;xxx&gt;</replaceable> with the name of the time zone
that <command>tzselect</command> provided (e.g., Canada/Eastern).</para>
<variablelist>
@@ -342,13 +342,13 @@ EOF</userinput></screen>
ldd, lddlibc4, locale, localedef, mtrace, nscd, nscd_nischeck,
pcprofiledump, pt_chown, rpcgen, rpcinfo, sln, sprof, tzselect, xtrace,
zdump, and zic</seg>
- <seg>ld.so, libBrokenLocale.[a,so], libSegFault.so, libanl.[a,so],
- libbsd-compat.a, libc.[a,so], libcidn.so, libcrypt.[a,so], libdl.[a,so],
- libg.a, libieee.a, libm.[a,so], libmcheck.a, libmemusage.so, libnsl.a,
+ <seg>ld.so, libBrokenLocale.{a,so}, libSegFault.so, libanl.{a,so},
+ libbsd-compat.a, libc.{a,so}, libcidn.so, libcrypt.{a,so}, libdl.{a,so},
+ libg.a, libieee.a, libm.{a,so}, libmcheck.a, libmemusage.so, libnsl.a,
libnss_compat.so, libnss_dns.so, libnss_files.so, libnss_hesiod.so,
- libnss_nis.so, libnss_nisplus.so, libpcprofile.so, libpthread.[a,so],
- libresolv.[a,so], librpcsvc.a, librt.[a,so], libthread_db.so, and
- libutil.[a,so]</seg>
+ libnss_nis.so, libnss_nisplus.so, libpcprofile.so, libpthread.{a,so},
+ libresolv.{a,so}, librpcsvc.a, librt.{a,so}, libthread_db.so, and
+ libutil.{a,so}</seg>
</seglistitem>
</segmentedlist>
diff --git a/chapter06/groff.xml b/chapter06/groff.xml
index 21166ba88..6e1d0d0cc 100644
--- a/chapter06/groff.xml
+++ b/chapter06/groff.xml
@@ -72,7 +72,7 @@
<para>Prepare Groff for compilation:</para>
-<screen><userinput>PAGE=<replaceable>[paper_size]</replaceable> ./configure --prefix=/usr --enable-multibyte</userinput></screen>
+<screen><userinput>PAGE=<replaceable>&lt;paper_size&gt;</replaceable> ./configure --prefix=/usr --enable-multibyte</userinput></screen>
<para>Compile the package:</para>
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml
index fdf93aa08..21bf91f71 100644
--- a/chapter06/iproute2.xml
+++ b/chapter06/iproute2.xml
@@ -144,7 +144,7 @@
<listitem>
<para>The main executable. It has several different functions:</para>
- <para><command>ip link <replaceable>[device]</replaceable></command>
+ <para><command>ip link <replaceable>&lt;device&gt;</replaceable></command>
allows users to look at the state of devices and to make changes</para>
<para><command>ip addr</command> allows users to look at addresses and
diff --git a/chapter06/libtool.xml b/chapter06/libtool.xml
index 6d554cf48..27e95d3bb 100644
--- a/chapter06/libtool.xml
+++ b/chapter06/libtool.xml
@@ -72,7 +72,7 @@
<seglistitem>
<seg>libtool and libtoolize</seg>
- <seg>libltdl.[a,so]</seg>
+ <seg>libltdl.{a,so}</seg>
</seglistitem>
</segmentedlist>
diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml
index 17b05259b..44f3c79ed 100644
--- a/chapter06/man-db.xml
+++ b/chapter06/man-db.xml
@@ -296,8 +296,8 @@ install -m755 convert-mans /usr/bin</userinput></screen>
<para>If upstream distributes the manual pages in the same encoding
as Man-DB expects, the manual pages can be copied to
- <filename class="directory">/usr/share/man/<replaceable>[language
- code]</replaceable></filename>. E.g., French manual pages
+ <filename class="directory">/usr/share/man/<replaceable>&lt;language
+ code&gt;</replaceable></filename>. E.g., French manual pages
(<ulink url="http://ccb.club.fr/man/man-fr-1.58.0.tar.bz2"/>) can be
installed with the following command:</para>
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml
index a8ec143c3..25f1524be 100644
--- a/chapter06/ncurses.xml
+++ b/chapter06/ncurses.xml
@@ -165,9 +165,9 @@ cp -av lib/lib*.so.5* /usr/lib</userinput></screen>
<seglistitem>
<seg>captoinfo (link to tic), clear, infocmp, infotocap (link to tic),
reset (link to tset), tack, tic, toe, tput, and tset</seg>
- <seg>libcursesw.[a,so] (symlink and linker script to libncursesw.[a,so]),
- libformw.[a,so], libmenuw.[a,so], libncurses++w.a, libncursesw.[a,so],
- libpanelw.[a,so] and their non-wide-character counterparts without "w"
+ <seg>libcursesw.{a,so} (symlink and linker script to libncursesw.{a,so}),
+ libformw.{a,so}, libmenuw.{a,so}, libncurses++w.a, libncursesw.{a,so},
+ libpanelw.{a,so} and their non-wide-character counterparts without "w"
in the library names.</seg>
</seglistitem>
</segmentedlist>
diff --git a/chapter06/readline.xml b/chapter06/readline.xml
index 7a434e58d..6a18282d2 100644
--- a/chapter06/readline.xml
+++ b/chapter06/readline.xml
@@ -102,7 +102,7 @@ ln -sfv ../../lib/libhistory.so.5 /usr/lib/libhistory.so</userinput></screen>
<segtitle>Installed libraries</segtitle>
<seglistitem>
- <seg>libhistory.[a,so], and libreadline.[a,so]</seg>
+ <seg>libhistory.{a,so}, and libreadline.{a,so}</seg>
</seglistitem>
</segmentedlist>
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml
index 1ce93107d..6ef44b66f 100644
--- a/chapter06/shadow.xml
+++ b/chapter06/shadow.xml
@@ -221,7 +221,7 @@ ln -sfv ../../lib/libshadow.so.0 /usr/lib/libshadow.so</userinput></screen>
logoutd, newgrp, newusers, passwd, pwck, pwconv, pwunconv, sg (link to
newgrp), su, useradd, userdel, usermod, vigr (link to vipw), and
vipw</seg>
- <seg>libshadow.[a,so]</seg>
+ <seg>libshadow.{a,so}</seg>
</seglistitem>
</segmentedlist>
diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml
index 14dbbdbbe..1ea5f3fea 100644
--- a/chapter06/zlib.xml
+++ b/chapter06/zlib.xml
@@ -101,7 +101,7 @@ make</userinput></screen>
<segtitle>Installed libraries</segtitle>
<seglistitem>
- <seg>libz.[a,so]</seg>
+ <seg>libz.{a,so}</seg>
</seglistitem>
</segmentedlist>