=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cut/cut.1,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** src/usr.bin/cut/cut.1 2009/02/08 17:15:09 1.15 --- src/usr.bin/cut/cut.1 2010/01/23 00:32:12 1.16 *************** *** 1,4 **** ! .\" $OpenBSD: cut.1,v 1.15 2009/02/08 17:15:09 jmc 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.16 2010/01/23 00:32:12 schwarze Exp $ .\" $NetBSD: cut.1,v 1.6 1995/10/02 20:19:26 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 *************** *** 33,39 **** .\" .\" @(#)cut.1 8.1 (Berkeley) 6/6/93 .\" ! .Dd $Mdocdate: February 8 2009 $ .Dt CUT 1 .Os .Sh NAME --- 33,39 ---- .\" .\" @(#)cut.1 8.1 (Berkeley) 6/6/93 .\" ! .Dd $Mdocdate: January 23 2010 $ .Dt CUT 1 .Os .Sh NAME *************** *** 68,74 **** Column numbering starts from 1. .Pp .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 Sq \- , --- 68,74 ---- Column numbering starts from 1. .Pp .Ar list ! is a comma or whitespace separated set of numbers and/or number ranges. Number ranges consist of a number, a dash .Pq Sq \- , *************** *** 136,138 **** --- 136,147 ---- utility is compliant with the .St -p1003.1-2008 specification. + .Sh CAVEATS + The current implementation does not support multi-byte characters. + Consequently + .Fl c + does the same as + .Fl b , + and + .Fl n + has no effect.