=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/wc/wc.1,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- src/usr.bin/wc/wc.1 2003/06/10 09:12:12 1.13 +++ src/usr.bin/wc/wc.1 2004/04/07 08:02:56 1.14 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wc.1,v 1.13 2003/06/10 09:12:12 jmc Exp $ +.\" $OpenBSD: wc.1,v 1.14 2004/04/07 08:02:56 jmc Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -37,10 +37,10 @@ .Os .Sh NAME .Nm wc -.Nd word, line, and byte count +.Nd word, line, and byte or character count .Sh SYNOPSIS .Nm wc -.Op Fl c | Fl m +.Op Fl c | m .Op Fl lw .Op Ar file ... .Sh DESCRIPTION @@ -105,8 +105,14 @@ lines words bytes file_name .Ed .Pp -The counts for lines, words and bytes are integers separated -by spaces. +If the +.Fl m +option is specified, +the number of bytes is replaced by +the number of characters in the listing above. +The counts for lines, words, and bytes +.Pq or characters +are integers separated by spaces. .Pp The .Nm