[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.57 and 1.58

version 1.57, 2018/11/14 10:59:33 version 1.58, 2018/12/10 17:12:24
Line 277 
Line 277 
 The synopses below indicate which arguments have to be separated from  The synopses below indicate which arguments have to be separated from
 the function letters by whitespace characters.  the function letters by whitespace characters.
 .Pp  .Pp
   The
   .Ic a ,
   .Ic c ,
   .Ic i ,
   .Ic r ,
   and
   .Ic w
   functions cannot be followed by another command separated with a semicolon.
   The
   .Ar text
   and
   .Ar file
   arguments may contain semicolon characters.
   .Pp
 Functions can be combined to form a  Functions can be combined to form a
 .Em function list ,  .Em function list ,
 a list of  a list of
Line 561 
Line 575 
 .Op Fl aEiru  .Op Fl aEiru
 are extensions to that specification.  are extensions to that specification.
 .Pp  .Pp
   Following the
   .Ic b ,
   .Ic t ,
   or
   .Ic \&:
   commands with a semicolon and another command is an extension to the
   specification.
   .Pp
 The use of newlines to separate multiple commands on the command line  The use of newlines to separate multiple commands on the command line
 is non-portable;  is non-portable;
 the use of newlines to separate multiple commands within a command file  the use of newlines to separate multiple commands within a command file
Line 571 
Line 593 
 .Nm  .Nm
 command appeared in  command appeared in
 .At v7 .  .At v7 .
 .Sh CAVEATS  
 The use of semicolons to separate multiple commands  
 is not permitted for the following commands:  
 .Ic a , b , c ,  
 .Ic i , r , t ,  
 .Ic w , \&: ,  
 and  
 .Ic # .  

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58