Research V6 development
authorJoe Ossanna <jfo@research.uucp>
Fri, 27 Jun 1975 00:35:54 +0000 (19:35 -0500)
committerJoe Ossanna <jfo@research.uucp>
Fri, 27 Jun 1975 00:35:54 +0000 (19:35 -0500)
Work on file usr/doc/man/man1/wc.1

Synthesized-from: v6

usr/doc/man/man1/wc.1 [new file with mode: 0644]

diff --git a/usr/doc/man/man1/wc.1 b/usr/doc/man/man1/wc.1
new file mode 100644 (file)
index 0000000..2ef1ed0
--- /dev/null
@@ -0,0 +1,14 @@
+.th WC I 7/26/74
+.sh NAME
+wc \*- word count
+.sh SYNOPSIS
+.bd wc
+[ name ... ]
+.sh DESCRIPTION
+.it Wc
+counts lines and words in the named files,
+or in the standard input if no name appears.
+A word is a maximal string of printing characters
+delimited by spaces, tabs or newlines.
+All other characters are simply ignored.
+.sh BUGS