summaryrefslogtreecommitdiff
path: root/usr.bin/cut
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/cut
parent55bf0e44752ba3432c3e4632c45263d5795e0aa9 (diff)
downloadsrc-test2-6c7216df785592bb069469113f556dfd1946ed5d.tar.gz
src-test2-6c7216df785592bb069469113f556dfd1946ed5d.zip
Notes
Diffstat (limited to 'usr.bin/cut')
-rw-r--r--usr.bin/cut/cut.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cut/cut.1 b/usr.bin/cut/cut.1
index a4368e924728..13056a2dc3d9 100644
--- a/usr.bin/cut/cut.1
+++ b/usr.bin/cut/cut.1
@@ -134,6 +134,8 @@ environment variables affect the execution of the
utility.
Their effect is described in
.Xr environ 7 .
+.Sh EXIT STATUS
+.Ex -std
.Sh EXAMPLES
Extract users' login names and shells from the system
.Xr passwd 5
@@ -146,8 +148,6 @@ pairs:
Show the names and login times of the currently logged in users:
.Pp
.Dl "who | cut -c 1-16,26-38"
-.Sh EXIT STATUS
-.Ex -std
.Sh SEE ALSO
.Xr colrm 1 ,
.Xr paste 1