diff options
author | ru <ru@FreeBSD.org> | 2005-01-18 13:43:56 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-01-18 13:43:56 +0000 |
commit | 7f3c7f0d461522fe0390e72d21fa729bed8807bf (patch) | |
tree | 4ff679e02e4f5503cdcbf47f6fd1aa832ff79d14 /usr.bin/wc | |
parent | 8e249383f9b2938ac2233decd80969cc4cd3c59e (diff) | |
download | FreeBSD-src-7f3c7f0d461522fe0390e72d21fa729bed8807bf.zip FreeBSD-src-7f3c7f0d461522fe0390e72d21fa729bed8807bf.tar.gz |
Sort sections.
Diffstat (limited to 'usr.bin/wc')
-rw-r--r-- | usr.bin/wc/wc.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1 index d8ef935..48aeb6b 100644 --- a/usr.bin/wc/wc.1 +++ b/usr.bin/wc/wc.1 @@ -102,6 +102,8 @@ environment variables affect the execution of .Nm as described in .Xr environ 7 . +.Sh EXIT STATUS +.Ex -std .Sh EXAMPLES Count the number of characters, words and lines in each of the files .Pa report1 @@ -110,10 +112,6 @@ and as well as the totals for both: .Pp .Dl "wc -mlw report1 report2" -.Sh EXIT STATUS -.Ex -std -.Sh SEE ALSO -.Xr iswspace 3 .Sh COMPATIBILITY Historically, the .Nm @@ -134,6 +132,8 @@ This implementation defines a ``word'' in terms of the .Xr iswspace 3 function, as required by .St -p1003.2 . +.Sh SEE ALSO +.Xr iswspace 3 .Sh STANDARDS The .Nm |