chiark
/
gitweb
/
~mdw
/
misc
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
hush.in: Turn off buffering in the pipe-merging `cat'.
[misc]
/
buf.1
diff --git
a/buf.1
b/buf.1
index 021aabe11f5e8b77ef93d731f8c779cf54f5d638..e5004f1b7640b54593059a93f6af37a47fbb8f39 100644
(file)
--- a/
buf.1
+++ b/
buf.1
@@
-20,7
+20,7
@@
buf \- buffer stdin to a file
.SH DESCRIPTION
The
.B buf
-program writes standard input to a temporary file. It then runs
+program writes standard input to a temporary file. It then runs
.VS
.IR "command arguments " ... " stdinfile"
.VE