diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-09-17 20:40:39 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-09-17 20:40:39 +0000 |
commit | da1a7d691740852b6e696649a508e5026aeca23e (patch) | |
tree | 8821206694d2fd4ae9785f0829b6df5332cc0c52 /chapter06 | |
parent | 2767b171c9cf8381858fbfa28300620685fe8c9a (diff) |
Upgrade to Coreutils-7.6. Fixes #2487.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9069 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/coreutils.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 04c0e6d9f..1cebe855b 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -151,7 +151,7 @@ mv -v /usr/bin/chroot /usr/sbin</userinput></screen> mktemp, mv, nice, nl, nohup, od, paste, pathchk, pinky, pr, printenv, printf, ptx, pwd, readlink, rm, rmdir, runcon, seq, sha1sum, sha224sum, sha256sum, sha384sum, sha512sum, shred, shuf, sleep, sort, split, stat, - stty, sum, sync, tac, tail, tee, test, timeout, touch, tr, true, + 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> </seglistitem> @@ -917,6 +917,17 @@ mv -v /usr/bin/chroot /usr/sbin</userinput></screen> </listitem> </varlistentry> + <varlistentry id="stdbuf"> + <term><command>stdbuf</command></term> + <listitem> + <para>Runs commands with altered buffering operations for its standard + streams</para> + <indexterm zone="ch-system-coreutils stdbuf"> + <primary sortas="b-stdbuf">stdbuf</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="stty"> <term><command>stty</command></term> <listitem> |