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

Diff for /src/usr.bin/m4/m4.1 between version 1.38 and 1.39

version 1.38, 2005/03/02 10:12:15 version 1.39, 2005/09/06 15:33:21
Line 155 
Line 155 
 .Fa name ,  .Fa name ,
 overriding possible redefinitions.  overriding possible redefinitions.
 .It Fn changecom startcomment endcomment  .It Fn changecom startcomment endcomment
 Change the start and end comment sequences.  Changes the start comment and end comment sequences.
 The default is the pound sign  Comment sequences may be up to five characters long.
 .Pq Sq #  The default values are the pound sign
 and the newline character.  and the newline character.
 With no arguments comments are turned off.  .Bd -literal -offset indent
 The maximum length for a comment marker is five characters.  # This is a comment
   .Ed
   .Pp
   With no arguments, comments are turned off.
   With one single argument, the end comment sequence is set
   to the newline character.
 .It Fn changequote beginquote endquote  .It Fn changequote beginquote endquote
 Defines the quote symbols to be the first and second arguments.  Defines the open quote and close quote sequences.
 The symbols may be up to five characters long.  Quote sequences may be up to five characters long.
 If no arguments are  The default values are the backquote character and the quote
 given it restores the default open and close single quotes.  character.
   .Bd -literal -offset indent
   `Here is a quoted string'
   .Ed
   .Pp
   With no arguments, the default quotes are restored.
   With one single argument, the close quote sequence is set
   to the newline character.
 .It Fn decr arg  .It Fn decr arg
 Decrements the argument  Decrements the argument
 .Fa arg  .Fa arg
Line 386 
Line 398 
 .El  .El
 .Sh STANDARDS  .Sh STANDARDS
 .Nm  .Nm
 follows the Single Unix 2 specification, along with a few extensions taken  follows the Single Unix 3 specification, along with a few extensions taken
 from  from
 .Nm gnu-m4 .  .Nm gnu-m4 .
 .Pp  .Pp
 The  
 .Fl s  
 option  
 .Po  
 .Xr cpp 1 's  
 #line directives  
 .Pc  
 is currently not supported.  
 Flags  Flags
 .Fl I ,  .Fl I ,
 .Fl d ,  .Fl d ,

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