[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.8 and 1.9

version 1.8, 1999/07/04 12:00:04 version 1.9, 2000/03/04 22:19:26
Line 215 
Line 215 
 and  and
 .Sq w  .Sq w
 functions take an optional file parameter, which should be separated  functions take an optional file parameter, which should be separated
 from the function letter by white space.  from the function letter by whitespace.
 Each file given as an argument to  Each file given as an argument to
 .Nm  .Nm
 is created (or its contents truncated) before any input processing begins.  is created (or its contents truncated) before any input processing begins.
Line 232 
Line 232 
 .Ql \&:  .Ql \&:
 functions all accept additional arguments.  functions all accept additional arguments.
 The following synopses indicate which arguments have to be separated from  The following synopses indicate which arguments have to be separated from
 the function letters by white space characters.  the function letters by whitespace characters.
 .Pp  .Pp
 Two of the functions take a function-list.  Two of the functions take a function-list.
 This is a list of  This is a list of
Line 248 
Line 248 
 .Pp  .Pp
 The  The
 .Ql {  .Ql {
 can be preceded by white space and can be followed by white space.  can be preceded or followed by whitespace.
 The function can be preceded by white space.  The function can be preceded by whitespace as well.
 The terminating  The terminating
 .Ql }  .Ql }
 must be preceded by a newline or optional white space.  must be preceded by a newline or optional whitespace.
 .sp  .sp
 .Bl -tag -width "XXXXXX" -compact  .Bl -tag -width "XXXXXX" -compact
 .It [2addr] function-list  .It [2addr] function-list

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9