diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-09-25 12:30:29 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-09-25 12:30:29 +0200 |
commit | 07e825ba195cc9778bcdb75a831d11f26f99ef5a (patch) | |
tree | da339264f11ed16a4299f1f7e669ace2370e1ffb /doc/awkcard.in | |
parent | b84831d5a75556aa732cfa3552b90b9c804d9991 (diff) | |
parent | cf1aa2d743d3f6d94ed6cbd3fae97889913c5d75 (diff) | |
download | egawk-07e825ba195cc9778bcdb75a831d11f26f99ef5a.tar.gz egawk-07e825ba195cc9778bcdb75a831d11f26f99ef5a.tar.bz2 egawk-07e825ba195cc9778bcdb75a831d11f26f99ef5a.zip |
Update some things that are now POSIX.
Diffstat (limited to 'doc/awkcard.in')
-rw-r--r-- | doc/awkcard.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/awkcard.in b/doc/awkcard.in index 9f9f304a..372d5587 100644 --- a/doc/awkcard.in +++ b/doc/awkcard.in @@ -700,7 +700,7 @@ loop to iterate over all the elements of an array. .sp .5 Use the \*(FCdelete\fP statement to delete an element from an array. -\*(CLSpecifying just the array name without a subscript in +Specifying just the array name without a subscript in the \*(FCdelete\fP statement deletes the entire contents of an array. .sp .5 @@ -914,7 +914,7 @@ matches the closest \*(FCif\*(FR. .ti -.2i \*(FCnext\*(FR See \fHInput Control.\fP .ti -.2i -\*(CL\*(FCnextfile\*(FR See \fHInput Control.\fP\*(CD +\*(FCnextfile\*(FR See \fHInput Control.\fP .in -.2i .\" --- Start switch statement \*(CB\*(FCswitch (\*(FIexpression\*(FC) { @@ -1306,15 +1306,15 @@ program. Upon end of the input data, execute any \*(FCEND\fP rule(s). .br .ti -.2i -\*(CL\*(FCnextfile\fP +\*(FCnextfile\fP .br Stop processing the current input file. The next input record comes from the next input file. \*(FCFILENAME\fP \*(CBand -\*(FCARGIND\fP\*(CL are updated, \*(FCFNR\fP is reset to 1, +\*(FCARGIND\fP\*(CD are updated, \*(FCFNR\fP is reset to 1, and processing starts over with the first pattern in the AWK program. Upon end -of input data, execute any \*(FCEND\fP rule(s).\*(CD +of input data, execute any \*(FCEND\fP rule(s). .in -.2i .sp .5 .fi |