summaryrefslogtreecommitdiff
path: root/usr.bin/wc/wc.1
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-01-12 18:15:17 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-01-12 18:15:17 +0000
commit1e5468e0ccb0ec4005c18bc01f0058997b036a9d (patch)
treec31b25ebaf664571e64840a975cc9f63e89b41d5 /usr.bin/wc/wc.1
parent088a76f64c00ca8b904c92df4ceb272705adda0e (diff)
typos; jmc@prioris.mini.pw.edu.pl
Diffstat (limited to 'usr.bin/wc/wc.1')
-rw-r--r--usr.bin/wc/wc.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1
index 6695cbd21d1..51017cef929 100644
--- a/usr.bin/wc/wc.1
+++ b/usr.bin/wc/wc.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wc.1,v 1.10 2000/03/23 21:39:55 aaron Exp $
+.\" $OpenBSD: wc.1,v 1.11 2003/01/12 18:15:16 deraadt Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -57,8 +57,8 @@ If more than one input file is specified,
a line of cumulative count(s) for all named files is output on a
separate line following the last file count.
.Nm
-considers a word to be a maximal string of characters delimited by white
-space.
+considers a word to be a maximal string of characters delimited by
+whitespace.
Whitespace characters are the set of characters for which the
.Xr isspace 3
function returns true.