=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/awk/awk.1,v retrieving revision 1.40 retrieving revision 1.41 diff -c -r1.40 -r1.41 *** src/usr.bin/awk/awk.1 2011/05/02 11:14:11 1.40 --- src/usr.bin/awk/awk.1 2014/03/17 21:48:51 1.41 *************** *** 1,4 **** ! .\" $OpenBSD: awk.1,v 1.40 2011/05/02 11:14:11 jmc Exp $ .\" .\" Copyright (C) Lucent Technologies 1997 .\" All Rights Reserved --- 1,4 ---- ! .\" $OpenBSD: awk.1,v 1.41 2014/03/17 21:48:51 jmc Exp $ .\" .\" Copyright (C) Lucent Technologies 1997 .\" All Rights Reserved *************** *** 22,28 **** .\" ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF .\" THIS SOFTWARE. .\" ! .Dd $Mdocdate: May 2 2011 $ .Dt AWK 1 .Os .Sh NAME --- 22,28 ---- .\" ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF .\" THIS SOFTWARE. .\" ! .Dd $Mdocdate: March 17 2014 $ .Dt AWK 1 .Os .Sh NAME *************** *** 771,777 **** .Nm utility is compliant with the .St -p1003.1-2008 ! specification. .Pp The flags .Op Fl \&dV --- 771,780 ---- .Nm utility is compliant with the .St -p1003.1-2008 ! specification, ! except ! .Nm ! does not support {n,m} pattern matching. .Pp The flags .Op Fl \&dV *************** *** 781,789 **** .Cm fflush , compl , and , or , .Cm xor , lshift , rshift , are extensions to that specification. - .Pp - .Nm - does not support {n,m} pattern matching. .Sh HISTORY An .Nm --- 784,789 ----