diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-07-06 04:06:59 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-07-06 04:06:59 +0000 |
commit | 28bba41f8ac3d66aaf6f97aaf141ad865dda4052 (patch) | |
tree | c3f2d7a67bd7f6a3847cc48221345bec5a56754b /usr.bin/m4 | |
parent | c896b2128fb800d7ad79ce4473d4c64baa9691fa (diff) |
Insert more missing .El directives. Our troff really should identify these and
spit out a warning.
Diffstat (limited to 'usr.bin/m4')
-rw-r--r-- | usr.bin/m4/m4.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1 index d3d8175f8a1..14938325fb9 100644 --- a/usr.bin/m4/m4.1 +++ b/usr.bin/m4/m4.1 @@ -1,4 +1,4 @@ -.\" @(#) $OpenBSD: m4.1,v 1.16 2000/04/17 02:32:43 aaron Exp $ +.\" @(#) $OpenBSD: m4.1,v 1.17 2000/07/06 04:06:55 aaron Exp $ .\" .\" .Dd January 26, 1993 @@ -71,6 +71,7 @@ Activate GNU-m4 compatibility mode. In this mode, changequote with two empty parameters deactivates quotes, translit handles simple character ranges (e.g., a-z) and regular expressions mimic emacs behavior. +.El .Sh SYNTAX .Nm m4 provides the following built-in macros. |