diff options
Diffstat (limited to 'usr.bin/cut/cut.1')
-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 |