From 25a18dafb86a6c4381b0af857401b75dbd5f3fb6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 17 Jun 2009 16:17:19 +0200 Subject: [PATCH] doc: fix a typo * doc/coreutils.texi (stdbuf invocation): Insert missing "to". --- doc/coreutils.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.4.GIT