[BACK]Return to awk.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / awk

Diff for /src/usr.bin/awk/awk.1 between version 1.45 and 1.46

version 1.45, 2019/05/26 01:16:09 version 1.46, 2020/01/22 03:47:38
Line 240 
Line 240 
 .Xc  .Xc
 .It Xo Ic exit  .It Xo Ic exit
 .Op Ar expression  .Op Ar expression
 .No # exit immediately; status is Ar expression  .No # exit processing, and perform
   .Ic END
   processing; status is
   .Ar expression
 .Xc  .Xc
 .El  .El
 .Pp  .Pp
Line 360 
Line 363 
 or a Boolean combination  or a Boolean combination
 of these.  of these.
 .Pp  .Pp
 The special patterns  The special pattern
 .Ic BEGIN  .Ic BEGIN
 and  may be used to capture control before the first input line is read.
   The special pattern
 .Ic END  .Ic END
 may be used to capture control before the first input line is read  may be used to capture control after processing is finished.
 and after the last.  
 .Ic BEGIN  .Ic BEGIN
 and  and
 .Ic END  .Ic END

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46