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

Diff for /src/usr.bin/sed/sed.1 between version 1.37 and 1.38

version 1.37, 2014/05/26 14:42:32 version 1.38, 2014/05/26 14:52:13
Line 276 
Line 276 
 The terminating  The terminating
 .Ql }  .Ql }
 must be preceded by a newline or optional whitespace.  must be preceded by a newline or optional whitespace.
   .Pp
   Functions and function-lists may be preceded by an exclamation mark,
   in which case they are applied only to lines that are
   .Em not
   selected by the addresses.
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It [2addr] Ar function-list  .It [2addr] Ar function-list
 Execute  Execute
Line 469 
Line 474 
 character, and a backslash followed by an  character, and a backslash followed by an
 .Sq n  .Sq n
 is replaced by a newline character.  is replaced by a newline character.
 .It [2addr] Ns Ic \&! Ns Ar function , [2addr] Ns Ic \&! Ns Ar function-list  
 Apply the function or function-list only to the lines that are  
 .Em not  
 selected by the address(es).  
 .It [0addr] Ns Ic \&: Ns Ar label  .It [0addr] Ns Ic \&: Ns Ar label
 This function does nothing; it bears a  This function does nothing; it bears a
 .Ar label  .Ar label

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38