summaryrefslogtreecommitdiff
path: root/usr.bin/m4
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2010-09-19 21:30:06 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2010-09-19 21:30:06 +0000
commit9979ab199658820d7566d6d8c83fefd202d02a19 (patch)
treefea9093e6a104b0101127ecfbc8df43eae19b8ba /usr.bin/m4
parentd8adfedd1f9447884e6104ee703357e8513df92b (diff)
more wacky macro fixing;
Diffstat (limited to 'usr.bin/m4')
-rw-r--r--usr.bin/m4/m4.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1
index 0d91f6cc00e..be1f3d171b3 100644
--- a/usr.bin/m4/m4.1
+++ b/usr.bin/m4/m4.1
@@ -1,4 +1,4 @@
-.\" @(#) $OpenBSD: m4.1,v 1.57 2010/03/22 20:40:44 espie Exp $
+.\" @(#) $OpenBSD: m4.1,v 1.58 2010/09/19 21:30:04 jmc Exp $
.\"
.\" Copyright (c) 1989, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -30,7 +30,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: March 22 2010 $
+.Dd $Mdocdate: September 19 2010 $
.Dt M4 1
.Os
.Sh NAME
@@ -74,7 +74,7 @@ Macro calls have the form name(argument1[, argument2, ..., argumentN]).
.Pp
There cannot be any space following the macro name and the open
parenthesis
-.Pq Sq ( .
+.Pq Sq \&( .
If the macro name is not followed by an open
parenthesis it is processed with no arguments.
.Pp