=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/m4/m4.1,v retrieving revision 1.14 retrieving revision 1.15 diff -c -r1.14 -r1.15 *** src/usr.bin/m4/m4.1 2000/03/23 21:39:54 1.14 --- src/usr.bin/m4/m4.1 2000/04/12 21:47:48 1.15 *************** *** 1,4 **** ! .\" @(#) $OpenBSD: m4.1,v 1.14 2000/03/23 21:39:54 aaron Exp $ .\" .\" .Dd January 26, 1993 --- 1,4 ---- ! .\" @(#) $OpenBSD: m4.1,v 1.15 2000/04/12 21:47:48 aaron Exp $ .\" .\" .Dd January 26, 1993 *************** *** 63,74 **** Undefine the symbol .Ar name . .It Fl I Ar "dirname" ! Add directory .Ar dirname to the include path. .It Fl g Activate GNU-m4 compatibility mode. ! In this mode, changequote with two empty parameters deactivates quotes, translit handles simple character ranges (e.g., a-z) and regular expressions mimic emacs behavior. .Sh SYNTAX --- 63,74 ---- Undefine the symbol .Ar name . .It Fl I Ar "dirname" ! Add directory .Ar dirname to the include path. .It Fl g Activate GNU-m4 compatibility mode. ! In this mode, changequote with two empty parameters deactivates quotes, translit handles simple character ranges (e.g., a-z) and regular expressions mimic emacs behavior. .Sh SYNTAX *************** *** 206,212 **** invoked after all other processing is done.) .It Ic maketemp Translates the string ! .Dq XXXXX in the first argument with the current process ID leaving other characters alone. This can be used to create unique --- 206,212 ---- invoked after all other processing is done.) .It Ic maketemp Translates the string ! .Dq XXXXX in the first argument with the current process ID leaving other characters alone. This can be used to create unique *************** *** 219,225 **** .It Ic patsubst Substitutes a regular expression in a string with a replacement string. Usual substitution patterns apply: an ampersand ! .Pq Ql & is replaced by the string matching the regular expression. The string .Ql \e# , --- 219,225 ---- .It Ic patsubst Substitutes a regular expression in a string with a replacement string. Usual substitution patterns apply: an ampersand ! .Pq Ql & is replaced by the string matching the regular expression. The string .Ql \e# ,