summaryrefslogtreecommitdiff
path: root/usr.bin/make/make.1
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-07-06 03:43:36 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-07-06 03:43:36 +0000
commitc896b2128fb800d7ad79ce4473d4c64baa9691fa (patch)
tree27151c06f89d5ff6807fbf68de2a0111e81b789d /usr.bin/make/make.1
parenta2e9a557f3df01eb01809474aea739c9c5fc43e7 (diff)
Insert missing .El directive; todd@
Diffstat (limited to 'usr.bin/make/make.1')
-rw-r--r--usr.bin/make/make.13
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index 6b0fdadda33..6dd274da250 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: make.1,v 1.34 2000/07/01 18:08:43 espie Exp $
+.\" $OpenBSD: make.1,v 1.35 2000/07/06 03:43:35 aaron Exp $
.\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -1140,6 +1140,7 @@ command in the file.
Each source specifies a suffix to
.Nm make .
If no sources are specified, any previous specified suffices are deleted.
+.El
.Sh COMPATIBILITY
Older versions of
.Nm