[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.11 and 1.12

version 1.11, 2003/02/18 07:51:08 version 1.12, 2003/06/10 09:12:09
Line 3 
Line 3 
 .\"  .\"
 .\" Copyright (C) Lucent Technologies 1997  .\" Copyright (C) Lucent Technologies 1997
 .\" All Rights Reserved  .\" All Rights Reserved
 .\"  .\"
 .\" Permission to use, copy, modify, and distribute this software and  .\" Permission to use, copy, modify, and distribute this software and
 .\" its documentation for any purpose and without fee is hereby  .\" its documentation for any purpose and without fee is hereby
 .\" granted, provided that the above copyright notice appear in all  .\" granted, provided that the above copyright notice appear in all
Line 13 
Line 13 
 .\" its entities not be used in advertising or publicity pertaining  .\" its entities not be used in advertising or publicity pertaining
 .\" to distribution of the software without specific, written prior  .\" to distribution of the software without specific, written prior
 .\" permission.  .\" permission.
 .\"  .\"
 .\" LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,  .\" LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
 .\" INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.  .\" INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
 .\" IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY  .\" IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
Line 389 
Line 389 
 of regular expressions and  of regular expressions and
 relational expressions.  relational expressions.
 Regular expressions are as in  Regular expressions are as in
 .Xr egrep  1 .  .Xr egrep 1 .
 Isolated regular expressions  Isolated regular expressions
 in a pattern apply to the entire line.  in a pattern apply to the entire line.
 Regular expressions may also occur in  Regular expressions may also occur in

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12