[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.37 and 1.38

version 1.37, 2004/05/25 20:24:24 version 1.38, 2005/03/02 10:12:15
Line 138 
Line 138 
 In this mode, changequote with  In this mode, changequote with
 two empty parameters deactivates quotes, translit handles simple character  two empty parameters deactivates quotes, translit handles simple character
 ranges (e.g., a-z), regular expressions mimic emacs behavior,  ranges (e.g., a-z), regular expressions mimic emacs behavior,
   multiple m4wrap calls are handled as a stack,
 and the number of diversions is unlimited.  and the number of diversions is unlimited.
 .It Fl s  .It Fl s
 Output line synchronization directives, suitable for  Output line synchronization directives, suitable for
Line 294 
Line 295 
 .Ic m4wrap("cleanup(tempfile)")  .Ic m4wrap("cleanup(tempfile)")
 causes the macro cleanup to be  causes the macro cleanup to be
 invoked after all other processing is done).  invoked after all other processing is done).
   .Pp
   Multiple calls to
   .Fn m4wrap
   get inserted in sequence at the final
   .Dv EOF .
 .It Fn maketemp template  .It Fn maketemp template
 Invokes  Invokes
 .Xr mkstemp 3  .Xr mkstemp 3

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