diff options
author | 2014-07-10 11:18:32 +0000 | |
---|---|---|
committer | 2014-07-10 11:18:32 +0000 | |
commit | 7314ccd04560dec927dc991af5aaaba1ef242f08 (patch) | |
tree | 487df202201209f8bf9fc16a8ef7face719119dc | |
parent | more missing rcs ids (diff) | |
download | wireguard-openbsd-7314ccd04560dec927dc991af5aaaba1ef242f08.tar.xz wireguard-openbsd-7314ccd04560dec927dc991af5aaaba1ef242f08.zip |
add a note that fields are returned in input order. ok deraadt sthen
-rw-r--r-- | usr.bin/cut/cut.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/cut/cut.1 b/usr.bin/cut/cut.1 index 60449af1308..732ad1f6364 100644 --- a/usr.bin/cut/cut.1 +++ b/usr.bin/cut/cut.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cut.1,v 1.22 2014/02/02 14:16:22 jmc Exp $ +.\" $OpenBSD: cut.1,v 1.23 2014/07/10 11:18:32 tedu Exp $ .\" $NetBSD: cut.1,v 1.6 1995/10/02 20:19:26 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -33,7 +33,7 @@ .\" .\" @(#)cut.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: February 2 2014 $ +.Dd $Mdocdate: July 10 2014 $ .Dt CUT 1 .Os .Sh NAME @@ -88,6 +88,8 @@ Numbers and number ranges may be repeated, overlapping, and in any order. It is not an error to select fields or columns not present in the input line. .Pp +Fields are output in the same order as input, not in the order selected. +.Pp The options are as follows: .Bl -tag -width Ds .It Fl b Ar list @@ -135,6 +137,7 @@ Show the names and login times of logged in users: .Pp .Dl "$ who | cut -c 1-8,18-30" .Sh SEE ALSO +.Xr awk 1 , .Xr paste 1 .Sh STANDARDS The |