diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-11-17 15:31:54 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-11-17 15:31:54 +0000 |
commit | cda382a72443d3ba44721531afdb06fd4bb7e958 (patch) | |
tree | ea702f4e44192fb5ee8e3559b186e47273c3aef0 /usr.bin/m4/m4.1 | |
parent | 6f89bb7220afe7cc47b972f5f7f91e0e9224983c (diff) |
Typo
Diffstat (limited to 'usr.bin/m4/m4.1')
-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 |