summaryrefslogtreecommitdiff
path: root/doc/coreutils.texi
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-06-17 16:17:19 +0200
committerJim Meyering <meyering@redhat.com>2009-06-17 16:17:19 +0200
commit25a18dafb86a6c4381b0af857401b75dbd5f3fb6 (patch)
tree30917453c7791d41773445053bb54b95b3a8469c /doc/coreutils.texi
parenta5a2a406f8d65f0e852d9ed7fbfb630c6b81dd7f (diff)
downloadcoreutils-25a18dafb86a6c4381b0af857401b75dbd5f3fb6.tar.xz
doc: fix a typo
* doc/coreutils.texi (stdbuf invocation): Insert missing "to".
Diffstat (limited to 'doc/coreutils.texi')
-rw-r--r--doc/coreutils.texi2
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