From: Joey Hess Date: Sat, 31 Oct 2009 23:02:53 +0000 (-0400) Subject: wording X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad61b8762ecb666d386160df83031d34071e1031;p=moreutils wording --- diff --git a/sponge.docbook b/sponge.docbook index f9395a7..185311f 100644 --- a/sponge.docbook +++ b/sponge.docbook @@ -56,8 +56,8 @@ USA sponge reads standard input and writes it out to the specified file. Unlike a shell redirect, sponge soaks up all its input before - opening the output file. This allows for - constructing pipelines that read from and write to + opening the output file. This allows constricting + pipelines that read from and write to the same file. If no output file is specified, sponge outputs to stdout.