summaryrefslogtreecommitdiff
path: root/usr.bin/m4
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2002-04-18 18:57:24 +0000
committerMarc Espie <espie@cvs.openbsd.org>2002-04-18 18:57:24 +0000
commitad977949dab4b3dec2641bc7f8664713f59fc40a (patch)
tree7772808d0e04f12e0ca12a8af8dae8456c246268 /usr.bin/m4
parente70ad8ddb92675aa01475ad3070d25fe305bfc5f (diff)
correct description of undefine, both according to the code, and to
single unix.
Diffstat (limited to 'usr.bin/m4')
-rw-r--r--usr.bin/m4/m4.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1
index 223f2967711..ccd793d6e2a 100644
--- a/usr.bin/m4/m4.1
+++ b/usr.bin/m4/m4.1
@@ -1,4 +1,4 @@
-.\" @(#) $OpenBSD: m4.1,v 1.23 2001/09/29 11:56:18 espie Exp $
+.\" @(#) $OpenBSD: m4.1,v 1.24 2002/04/18 18:57:23 espie Exp $
.\"
.\"
.Dd January 26, 1993
@@ -317,7 +317,7 @@ You cannot use
.Xr tr 1
style abbreviations.
.It Ic undefine
-Removes the definition for the macro specified by the first argument.
+Removes the definition for the macros specified by its arguments.
.It Ic undivert
Flushes the named output queues (or all queues if no arguments).
.It Ic unix