diff options
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 7f6f09a94..45ac5f1c3 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -140,6 +140,7 @@ mv -v /usr/bin/chroot /usr/sbin</userinput></screen> <segmentedlist> <segtitle>Installed programs</segtitle> + <segtitle>Installed library</segtitle> <segtitle>Installed directory</segtitle> <seglistitem> @@ -153,6 +154,7 @@ mv -v /usr/bin/chroot /usr/sbin</userinput></screen> split, stat, stdbuf, stty, sum, sync, tac, tail, tee, test, timeout, touch, tr, true, truncate, tsort, tty, uname, unexpand, uniq, unlink, users, vdir, wc, who, whoami, and yes</seg> + <seg>libstdbuf.so</seg> <seg>/usr/lib/coreutils</seg> </seglistitem> </segmentedlist> @@ -1191,6 +1193,16 @@ mv -v /usr/bin/chroot /usr/sbin</userinput></screen> </listitem> </varlistentry> + <varlistentry id="libstdbuf"> + <term><filename class="libraryfile">libstdbuf</filename></term> + <listitem> + <para>Library used by <command>stdbuf</command></para> + <indexterm zone="ch-system-coreutils libstdbuf"> + <primary sortas="c-libstdbuf">libstdbuf</primary> + </indexterm> + </listitem> + </varlistentry> + </variablelist> </sect2> |