Index: doc/awkcard.in =================================================================== RCS file: /sources/gawk/gawk-stable/doc/awkcard.in,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 awkcard.in --- doc/awkcard.in 11 Aug 2006 12:05:48 -0000 1.1.1.1 +++ doc/awkcard.in 3 Dec 2006 09:27:16 -0000 @@ -1168,7 +1168,7 @@ .br co-process pipe into \*(FCgetline\*(FR; set \*(FIv\*(FR. .ti -.2i -\*(FCnext\fP +\*(CD\*(FCnext\fP .br stop processing the current input record. Read next input record and Index: doc/gawk.texi =================================================================== RCS file: /sources/gawk/gawk-stable/doc/gawk.texi,v retrieving revision 1.5 diff -u -r1.5 gawk.texi --- doc/gawk.texi 15 Sep 2006 13:49:28 -0000 1.5 +++ doc/gawk.texi 3 Dec 2006 09:28:04 -0000 @@ -22776,10 +22776,17 @@ and @code{SUBSEP} built-in variables (@pxref{Built-in Variables}). @item +Assignable @code{$0}. + address@hidden The conditional expression using the ternary operator @samp{?:} (@pxref{Conditional Exp}). @item +The expression @address@hidden in @var{array}} outside of @samp{for} +statements (@pxref{Reference to Elements}). + address@hidden The exponentiation operator @samp{^} (@pxref{Arithmetic Ops}) and its assignment operator form @samp{^=} (@pxref{Assignment Ops}). @@ -22792,7 +22799,8 @@ Regexps as the value of @code{FS} (@pxref{Field Separators}) and as the third argument to the @code{split} function -(@pxref{String Functions}). +(@pxref{String Functions}), rather than using only the first character +of @code{FS}. @item Dynamic regexps as operands of the @samp{~} and @samp{!~} operators