diff options
author | Jim Meyering <meyering@redhat.com> | 2009-06-17 16:17:19 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-06-17 16:17:19 +0200 |
commit | 25a18dafb86a6c4381b0af857401b75dbd5f3fb6 (patch) | |
tree | 30917453c7791d41773445053bb54b95b3a8469c | |
parent | a5a2a406f8d65f0e852d9ed7fbfb630c6b81dd7f (diff) | |
download | coreutils-25a18dafb86a6c4381b0af857401b75dbd5f3fb6.tar.xz |
doc: fix a typo
* doc/coreutils.texi (stdbuf invocation): Insert missing "to".
-rw-r--r-- | doc/coreutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 91b3f5781..8d248d911 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -14533,7 +14533,7 @@ the exit status of @var{command} otherwise @cindex standard streams, buffering @cindex line buffered -@command{stdbuf} allows one modify the buffering operations of the +@command{stdbuf} allows one to modify the buffering operations of the three standard I/O streams associated with a program. Synopsis: @example |