summaryrefslogtreecommitdiff
path: root/static/v10/man1/wc.1
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
commit97d5c458cfa039d857301e1ca7d5af3beb37131d (patch)
treeb460cd850d0537eb71806ba30358840377b27688 /static/v10/man1/wc.1
parentb89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff)
build: Better Build System
Diffstat (limited to 'static/v10/man1/wc.1')
-rw-r--r--static/v10/man1/wc.136
1 files changed, 0 insertions, 36 deletions
diff --git a/static/v10/man1/wc.1 b/static/v10/man1/wc.1
deleted file mode 100644
index 6631ae63..00000000
--- a/static/v10/man1/wc.1
+++ /dev/null
@@ -1,36 +0,0 @@
-.pa 1
-.he 'WC (I)'3/15/72'WC (I)'
-.ti 0
-NAME wc -- get (English) word count
-.sp
-.ti 0
-SYNOPSIS wc__ name918 ...
-.sp
-.ti 0
-DESCRIPTION wc__
-provides a count of the words, text lines, and control lines for
-each argument file.
-
-A text line is a sequence of characters not beginning with ".",
-"!" or "'"
-and ended by a new-line.
-A control line is a line beginning with ".",
-"!" or "'".
-A word is a sequence of characters bounded by the beginning
-of a line, by the end of a line, or by a blank or a tab.
-
-When
-there is more than one input file,
-a grand total is also printed.
-.sp
-.ti 0
-FILES --
-.sp
-.ti 0
-SEE ALSO roff(I)
-.sp
-.ti 0
-DIAGNOSTICS none; arguments not found are ignored.
-.sp
-.ti 0
-BUGS --