summaryrefslogtreecommitdiff
path: root/static/unix-v10/man1/punct.1
diff options
context:
space:
mode:
Diffstat (limited to 'static/unix-v10/man1/punct.1')
-rw-r--r--static/unix-v10/man1/punct.122
1 files changed, 22 insertions, 0 deletions
diff --git a/static/unix-v10/man1/punct.1 b/static/unix-v10/man1/punct.1
new file mode 100644
index 00000000..06574a94
--- /dev/null
+++ b/static/unix-v10/man1/punct.1
@@ -0,0 +1,22 @@
+.TH PUNCT 1
+.SH NAME
+punct \- punctuation checker
+.SH SYNOPSIS
+.B /usr/bin/WWB/punct
+[ file ... ]
+.SH DESCRIPTION
+.I Punct
+scans English text for punctuation errors and doubled words.
+When it finds an error,
+it places the error on the standard output
+together with line number and suggested repunctuation.
+.SH FILES
+.ta \w'/tmp/$$* 'u
+/tmp/$$* temporary files
+.SH SEE ALSO
+style(1), diction(1), wwb(1)
+.SH BUGS
+.I Punct
+will consider unfamiliar abbreviations ending with a period (except initials)
+to be the end of the sentence,
+consequently, it will capitalize the next word.