=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/awk/awk.1,v retrieving revision 1.47 retrieving revision 1.48 diff -c -r1.47 -r1.48 *** src/usr.bin/awk/awk.1 2020/06/10 21:00:01 1.47 --- src/usr.bin/awk/awk.1 2020/06/10 21:01:50 1.48 *************** *** 1,4 **** ! .\" $OpenBSD: awk.1,v 1.47 2020/06/10 21:00:01 millert Exp $ .\" .\" Copyright (C) Lucent Technologies 1997 .\" All Rights Reserved --- 1,4 ---- ! .\" $OpenBSD: awk.1,v 1.48 2020/06/10 21:01:50 millert Exp $ .\" .\" Copyright (C) Lucent Technologies 1997 .\" All Rights Reserved *************** *** 787,796 **** .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 --- 787,793 ---- .Nm utility is compliant with the .St -p1003.1-2008 ! specification. .Pp The flags .Op Fl \&dV *************** *** 814,820 **** .Pp The scope rules for variables in functions are a botch; the syntax is worse. - .Pp - POSIX-standard interval expressions in regular expressions are not supported. .Pp Only eight-bit character sets are handled correctly. --- 811,815 ----