V6/usr/man/man1/wc.1

Compare this file to the similar file:
Show the results in this format:

.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