BSD 4_3_Reno release
[unix-history] / usr / src / usr.bin / cut / cut.1
index 7c0d6ac..54a3a01 100644 (file)
@@ -1,11 +1,23 @@
 .\" Copyright (c) 1989, 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1989, 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
-.\" %sccs.include.redist.man%
+.\" Redistribution and use in source and binary forms are permitted provided
+.\" that: (1) source distributions retain this entire copyright notice and
+.\" comment, and (2) distributions including binaries display the following
+.\" acknowledgement:  ``This product includes software developed by the
+.\" University of California, Berkeley and its contributors'' in the
+.\" documentation or other materials provided with the distribution and in
+.\" all advertising materials mentioning features or use of this software.
+.\" Neither the name of the University nor the names of its contributors may
+.\" be used to endorse or promote products derived from this software without
+.\" specific prior written permission.
+.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
+.\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 .\"
 .\"
-.\"     @(#)cut.1      5.2 (Berkeley) %G%
+.\"     @(#)cut.1      5.3 (Berkeley) 7/24/90
 .\"
 .\"
-.Dd 
+.Dd July 24, 1990
 .Dt CUT 1
 .Os BSD 4.4
 .Sh NAME
 .Dt CUT 1
 .Os BSD 4.4
 .Sh NAME
@@ -33,10 +45,10 @@ standard output.
 The items specified by
 .Ar list
 can be in terms of column position or in terms of fields delimited
 The items specified by
 .Ar list
 can be in terms of column position or in terms of fields delimited
-by a special character.
+by a special character. Column numbering starts from 1.
 .Pp
 .Ar List
 .Pp
 .Ar List
-is a comma or whitespace separated set of one-based numbers and/or
+is a comma or whitespace separated set of increasing numbers and/or
 number ranges.
 Number ranges consist of a number, a dash
 .Li (``\-'') ,
 number ranges.
 Number ranges consist of a number, a dash
 .Li (``\-'') ,
@@ -81,7 +93,7 @@ Unless specified, lines with no delimiters are passed through unmodified.
 .Tp
 .Pp
 .Nm Cut
 .Tp
 .Pp
 .Nm Cut
-exit 0 on success, 1 if an error occurred.
+exits 0 on success, 1 if an error occurred.
 .Sh SEE ALSO
 .Xr paste 1
 .Sh STANDARDS
 .Sh SEE ALSO
 .Xr paste 1
 .Sh STANDARDS