chiark / gitweb /
buf.1: Fix wrong punctuation in example.
[misc] / buf.1
diff --git a/buf.1 b/buf.1
index e5004f1b7640b54593059a93f6af37a47fbb8f39..5dc47474fb947665f465dd452ed960e9351b2c1a 100644 (file)
--- a/buf.1
+++ b/buf.1
@@ -27,10 +27,10 @@ program writes standard input to a temporary file.  It then runs
 and exits with whatever exit status that exited with.
 .PP
 This is particularly useful for programs which want to seek their
-standard input, for example PostScript viewers.  A typical invokation
+standard input, for example PostScript viewers.  A typical invocation
 might be something like
 .VS
-man -Tps buf | buf gv
+man \-Tps buf | buf gv
 .VE
 .SH BUGS
 Doesn't exit correctly if subprogram was killed by a signal.