=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/awk/awk.1,v retrieving revision 1.38 retrieving revision 1.39 diff -c -r1.38 -r1.39 *** src/usr.bin/awk/awk.1 2011/02/07 00:02:50 1.38 --- src/usr.bin/awk/awk.1 2011/03/22 15:55:43 1.39 *************** *** 1,4 **** ! .\" $OpenBSD: awk.1,v 1.38 2011/02/07 00:02:50 schwarze Exp $ .\" .\" Copyright (C) Lucent Technologies 1997 .\" All Rights Reserved --- 1,4 ---- ! .\" $OpenBSD: awk.1,v 1.39 2011/03/22 15:55:43 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: February 7 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 22 2011 $ .Dt AWK 1 .Os .Sh NAME *************** *** 628,634 **** .Ic getline returns 1 for a successful input, 0 for end of file, and \-1 for an error. .It Fn fflush [expr] ! Flushes any buffered output for the file, pipe .Fa expr , or all open files or pipes if .Fa expr --- 628,634 ---- .Ic getline returns 1 for a successful input, 0 for end of file, and \-1 for an error. .It Fn fflush [expr] ! Flushes any buffered output for the file or pipe .Fa expr , or all open files or pipes if .Fa expr *************** *** 704,712 **** .It Fn xor x y Performs a bitwise Exclusive-OR on integer arguments x and y. .It Fn lshift x n ! Returns x shifted by n bits to the left. .It Fn rshift x n ! Returns y shifted by n bits to the right. .El .Sh EXIT STATUS .Ex -std awk --- 704,712 ---- .It Fn xor x y Performs a bitwise Exclusive-OR on integer arguments x and y. .It Fn lshift x n ! Returns integer argument x shifted by n bits to the left. .It Fn rshift x n ! Returns integer argument x shifted by n bits to the right. .El .Sh EXIT STATUS .Ex -std awk