=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cut/cut.1,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/cut/cut.1 1999/07/04 11:53:52 1.5 --- src/usr.bin/cut/cut.1 2000/03/05 20:09:21 1.6 *************** *** 1,4 **** ! .\" $OpenBSD: cut.1,v 1.5 1999/07/04 11:53:52 aaron Exp $ .\" $NetBSD: cut.1,v 1.6 1995/10/02 20:19:26 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 --- 1,4 ---- ! .\" $OpenBSD: cut.1,v 1.6 2000/03/05 20:09:21 aaron Exp $ .\" $NetBSD: cut.1,v 1.6 1995/10/02 20:19:26 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 *************** *** 60,66 **** The .Nm utility selects portions of each line (as specified by ! .Ar list ) from each .Ar file (or the standard input by default), and writes them to the --- 60,66 ---- The .Nm utility selects portions of each line (as specified by ! .Ar list ) from each .Ar file (or the standard input by default), and writes them to the *************** *** 68,74 **** The items specified by .Ar list 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 is a comma or whitespace separated set of increasing numbers and/or --- 68,75 ---- The items specified by .Ar list 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 is a comma or whitespace separated set of increasing numbers and/or *************** *** 76,82 **** Number ranges consist of a number, a dash .Pq Sq \- , and a second number ! and select the fields or columns from the first number to the second, inclusive. Numbers or number ranges may be preceded by a dash, which selects all fields or columns from 1 to the first number. --- 77,83 ---- Number ranges consist of a number, a dash .Pq Sq \- , and a second number ! which select the fields or columns from the first number to the second, inclusive. Numbers or number ranges may be preceded by a dash, which selects all fields or columns from 1 to the first number.