[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.43 and 1.44

version 1.43, 2014/05/27 17:45:02 version 1.44, 2014/10/22 23:23:22
Line 268 
Line 268 
 .Em function list ,  .Em function list ,
 a list of  a list of
 .Nm  .Nm
 functions separated by newlines, as follows:  functions each followed by a newline, as follows:
 .Bd -literal -offset indent  .Bd -literal -offset indent
 { function  { function
   function    function
Line 277 
Line 277 
 }  }
 .Ed  .Ed
 .Pp  .Pp
 The  The braces can be preceded and followed by whitespace.
 .Ql {  The functions can be preceded by whitespace as well.
 can be preceded or followed by whitespace.  
 The function can be preceded by whitespace as well.  
 The terminating  
 .Ql }  
 must be preceded by a newline or optional whitespace.  
 .Pp  .Pp
 Functions and function lists may be preceded by an exclamation mark,  Functions and function lists may be preceded by an exclamation mark,
 in which case they are applied only to lines that are  in which case they are applied only to lines that are

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44