aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/wc/wc.1
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-01-18 13:43:56 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-01-18 13:43:56 +0000
commit6c7216df785592bb069469113f556dfd1946ed5d (patch)
tree4ff679e02e4f5503cdcbf47f6fd1aa832ff79d14 /usr.bin/wc/wc.1
parent55bf0e44752ba3432c3e4632c45263d5795e0aa9 (diff)
downloadsrc-6c7216df785592bb069469113f556dfd1946ed5d.tar.gz
src-6c7216df785592bb069469113f556dfd1946ed5d.zip
Sort sections.
Notes
Notes: svn path=/head/; revision=140420
Diffstat (limited to 'usr.bin/wc/wc.1')
-rw-r--r--usr.bin/wc/wc.18
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1
index d8ef9353f9ad..48aeb6b70068 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