=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cut/cut.1,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/cut/cut.1 1996/06/26 05:32:33 1.2 +++ src/usr.bin/cut/cut.1 1998/09/23 04:32:38 1.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cut.1,v 1.2 1996/06/26 05:32:33 deraadt Exp $ +.\" $OpenBSD: cut.1,v 1.3 1998/09/23 04:32:38 aaron Exp $ .\" $NetBSD: cut.1,v 1.6 1995/10/02 20:19:26 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -70,11 +70,11 @@ can be in terms of column position or in terms of fields delimited by a special character. Column numbering starts from 1. .Pp -.Ar List +.Ar list is a comma or whitespace separated set of increasing numbers and/or number ranges. Number ranges consist of a number, a dash -.Pq Li \- , +.Pq Sq \- , and a second number and select the fields or columns from the first number to the second, inclusive. @@ -112,8 +112,9 @@ Unless specified, lines with no delimiters are passed through unmodified. .El .Pp -.Nm Cut -exits 0 on success, 1 if an error occurred. +The +.Nm cut +utility exits 0 on success or 1 if an error occurred. .Sh SEE ALSO .Xr paste 1 .Sh STANDARDS