diff options
author | tjr <tjr@FreeBSD.org> | 2002-08-11 10:54:19 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-08-11 10:54:19 +0000 |
commit | a9d85f1bccfb9a4e4a442a86c6a1391fd192f8aa (patch) | |
tree | 42ee8943741de066aa57fffdc11fe93fbec24ce8 | |
parent | 40eb0ec9c329b12eaedb472b11a009c55c87b84a (diff) | |
download | FreeBSD-src-a9d85f1bccfb9a4e4a442a86c6a1391fd192f8aa.zip FreeBSD-src-a9d85f1bccfb9a4e4a442a86c6a1391fd192f8aa.tar.gz |
Locale environment variables influence wc(1) regardless of whether the
-m option is specified; correct ENVIRONMENT section.
-rw-r--r-- | usr.bin/wc/wc.1 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1 index 80afcda..2ca022f 100644 --- a/usr.bin/wc/wc.1 +++ b/usr.bin/wc/wc.1 @@ -103,10 +103,7 @@ and environment variables affect the execution of .Nm as described in -.Xr environ 7 -when the -.Fl m -option is specified. +.Xr environ 7 . .Sh EXAMPLES Count the number of characters, words and lines in each of the files .Pa report1 |