[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.49 and 1.50

version 1.49, 2020/06/10 21:02:53 version 1.50, 2020/06/10 21:05:02
Line 726 
Line 726 
 .It Fn rshift x n  .It Fn rshift x n
 Returns integer argument x shifted by n bits to the right.  Returns integer argument x shifted by n bits to the right.
 .El  .El
   .Sh ENVIRONMENT
   The following environment variables affect the execution of
   .Nm :
   .Bl -tag -width POSIXLY_CORRECT
   .It Ev POSIXLY_CORRECT
   When set, behave in accordance with the standard, even when it conflicts
   with historical behavior.
   .El
 .Sh EXIT STATUS  .Sh EXIT STATUS
 .Ex -std awk  .Ex -std awk
 .Pp  .Pp
Line 792 
Line 800 
 .Nm  .Nm
 utility is compliant with the  utility is compliant with the
 .St -p1003.1-2008  .St -p1003.1-2008
 specification.  specification except that consecutive backslashes in the replacement
   string argument for
   .Fn sub
   and
   .Fn gsub
   are not collapsed.
 .Pp  .Pp
 The flags  The flags
 .Op Fl \&dV  .Op Fl \&dV

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50