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/cut | |
parent | 8e249383f9b2938ac2233decd80969cc4cd3c59e (diff) | |
download | FreeBSD-src-7f3c7f0d461522fe0390e72d21fa729bed8807bf.zip FreeBSD-src-7f3c7f0d461522fe0390e72d21fa729bed8807bf.tar.gz |
Sort sections.
Diffstat (limited to 'usr.bin/cut')
-rw-r--r-- | usr.bin/cut/cut.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cut/cut.1 b/usr.bin/cut/cut.1 index a4368e9..13056a2 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 |