summaryrefslogtreecommitdiff
path: root/usr.bin/m4
diff options
context:
space:
mode:
authorMarc Balmer <mbalmer@cvs.openbsd.org>2006-08-29 18:40:50 +0000
committerMarc Balmer <mbalmer@cvs.openbsd.org>2006-08-29 18:40:50 +0000
commit0bd9a98f41d1946ab29e633fb0ab91b6724ef7a1 (patch)
tree96785dc5b3b4b2b7530b5b4fe96e6eaf58a25663 /usr.bin/m4
parent51a8fd5f361556bc0f1a6b148bce706c5e0c5acd (diff)
fix a typo. it's esyscmd, not esycmd.
ok jmc
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 274b20c2240..c7c9ebc8995 100644
--- a/usr.bin/m4/m4.1
+++ b/usr.bin/m4/m4.1
@@ -1,4 +1,4 @@
-.\" @(#) $OpenBSD: m4.1,v 1.45 2006/03/23 10:52:23 jmc Exp $
+.\" @(#) $OpenBSD: m4.1,v 1.46 2006/08/29 18:40:49 mbalmer Exp $
.\"
.\" Copyright (c) 1989, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -447,7 +447,7 @@ Other implementations may erase all definitions on the stack instead.
.Pp
For portability, one should not use the macros
.Ic builtin ,
-.Ic esycmd ,
+.Ic esyscmd ,
.Ic expr ,
.Ic format ,
.Ic indir ,