mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
PDF fixes in chapter06, set 2.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@4944 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
f3a70cdefc
commit
94a4a774f8
@ -229,7 +229,7 @@ system date</para>
|
|||||||
<para>Copies a file using the given block size and count, while
|
<para>Copies a file using the given block size and count, while
|
||||||
optionally performing conversions on it</para>
|
optionally performing conversions on it</para>
|
||||||
<indexterm zone="ch-system-coreutils dd"><primary sortas="b-dd">dd</primary></indexterm>
|
<indexterm zone="ch-system-coreutils dd"><primary sortas="b-dd">dd</primary></indexterm>
|
||||||
</listitem>
|
<beginpage/></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry id="df">
|
<varlistentry id="df">
|
||||||
|
@ -121,7 +121,7 @@ directory of a package to begin internationalizing it</para>
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>Displays a network hostname in various forms</para>
|
<para>Displays a network hostname in various forms</para>
|
||||||
<indexterm zone="ch-system-gettext hostname-gettext"><primary sortas="b-hostname-gettext">hostname</primary></indexterm>
|
<indexterm zone="ch-system-gettext hostname-gettext"><primary sortas="b-hostname-gettext">hostname</primary></indexterm>
|
||||||
</listitem>
|
<beginpage/></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry id="msgattrib">
|
<varlistentry id="msgattrib">
|
||||||
|
@ -115,6 +115,7 @@
|
|||||||
<indexterm zone="ch-system-iproute2 ifstat">
|
<indexterm zone="ch-system-iproute2 ifstat">
|
||||||
<primary sortas="b-ifstat">ifstat</primary>
|
<primary sortas="b-ifstat">ifstat</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
<beginpage/>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
@ -61,8 +61,10 @@ non-existent files. Recreate those symlinks:</para>
|
|||||||
|
|
||||||
<screen><userinput>ln -sf ../../lib/libncurses.so.5 /usr/lib/libncurses.so
|
<screen><userinput>ln -sf ../../lib/libncurses.so.5 /usr/lib/libncurses.so
|
||||||
ln -sf libncurses.so /usr/lib/libcurses.so</userinput></screen>
|
ln -sf libncurses.so /usr/lib/libcurses.so</userinput></screen>
|
||||||
</sect2>
|
|
||||||
|
|
||||||
|
<beginpage/>
|
||||||
|
|
||||||
|
</sect2>
|
||||||
|
|
||||||
<sect2 id="contents-ncurses" role="content"><title>Contents of Ncurses</title>
|
<sect2 id="contents-ncurses" role="content"><title>Contents of Ncurses</title>
|
||||||
|
|
||||||
|
@ -74,8 +74,9 @@ location:</para>
|
|||||||
ln -sf ../../lib/libreadline.so.5 /usr/lib/libreadline.so
|
ln -sf ../../lib/libreadline.so.5 /usr/lib/libreadline.so
|
||||||
ln -sf ../../lib/libhistory.so.5 /usr/lib/libhistory.so</userinput></screen>
|
ln -sf ../../lib/libhistory.so.5 /usr/lib/libhistory.so</userinput></screen>
|
||||||
|
|
||||||
</sect2>
|
<beginpage/>
|
||||||
|
|
||||||
|
</sect2>
|
||||||
|
|
||||||
<sect2 id="contents-readline" role="content"><title>Contents of Readline</title>
|
<sect2 id="contents-readline" role="content"><title>Contents of Readline</title>
|
||||||
<segmentedlist>
|
<segmentedlist>
|
||||||
|
@ -74,6 +74,8 @@ for f in *
|
|||||||
do install-info $f dir 2>/dev/null
|
do install-info $f dir 2>/dev/null
|
||||||
done</userinput></screen>
|
done</userinput></screen>
|
||||||
|
|
||||||
|
<beginpage/>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 id="contents-texinfo" role="content"><title>Contents of Texinfo</title>
|
<sect2 id="contents-texinfo" role="content"><title>Contents of Texinfo</title>
|
||||||
|
Loading…
Reference in New Issue
Block a user