diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-09-06 15:50:20 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-09-06 15:50:20 +0000 |
commit | f4ce913e8b2de04074b2d975d2e446693b0a23e0 (patch) | |
tree | 2bb31460cadad38c5a5fd1ee616a138f410c8ce3 /usr.bin/m4/m4.1 | |
parent | d81b4678132dfbd4a881b6621e80cc598edfa62c (diff) |
less diff in -g/not -g.
mentioned by otto@
Diffstat (limited to 'usr.bin/m4/m4.1')
-rw-r--r-- | usr.bin/m4/m4.1 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1 index 1a7383b5051..57a5654d52e 100644 --- a/usr.bin/m4/m4.1 +++ b/usr.bin/m4/m4.1 @@ -1,4 +1,4 @@ -.\" @(#) $OpenBSD: m4.1,v 1.39 2005/09/06 15:33:21 espie Exp $ +.\" @(#) $OpenBSD: m4.1,v 1.40 2005/09/06 15:50:19 espie Exp $ .\" .\" Copyright (c) 1989, 1993 .\" The Regents of the University of California. All rights reserved. @@ -135,8 +135,7 @@ Turn tracing on for .Ar macro . .It Fl g Activate GNU-m4 compatibility mode. -In this mode, changequote with -two empty parameters deactivates quotes, translit handles simple character +In this mode, translit handles simple character 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. |