diff options
Diffstat (limited to 'usr.bin/wc')
-rw-r--r-- | usr.bin/wc/wc.1 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1 index 2ca022f..c3d8025 100644 --- a/usr.bin/wc/wc.1 +++ b/usr.bin/wc/wc.1 @@ -86,8 +86,7 @@ When an option is specified, .Nm only reports the information requested by that option. The default action is equivalent to specifying the -.Fl c , -.Fl l +.Fl c , l and .Fl w options. @@ -96,8 +95,7 @@ If no files are specified, the standard input is used and no file name is displayed. .Sh ENVIRONMENT The -.Ev LANG , -.Ev LC_ALL +.Ev LANG , LC_ALL and .Ev LC_CTYPE environment variables affect the execution of |