diff options
-rw-r--r-- | usr.bin/m4/m4.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1 index c01f5fea377..646e9820f6e 100644 --- a/usr.bin/m4/m4.1 +++ b/usr.bin/m4/m4.1 @@ -1,4 +1,4 @@ -.\" @(#) $OpenBSD: m4.1,v 1.7 1999/09/14 08:21:37 espie Exp $ +.\" @(#) $OpenBSD: m4.1,v 1.8 1999/11/17 15:31:53 espie Exp $ .\" .\" .Dd January 26, 1993 @@ -23,7 +23,7 @@ language (e.g., C, ratfor, fortran, lex, and yacc). reads from the standard input and writes the processed text to the standard output. .Pp -Macro calls have the form name(argument1[, argument2, ...,] argumentN). +Macro calls have the form name(argument1[, argument2, ..., argumentN]). .Pp There cannot be any space following the macro name and the open parenthesis '('. If the macro name is not followed by an open |