summaryrefslogtreecommitdiff
path: root/share/mk
diff options
context:
space:
mode:
authorMike Pechkin <mpech@cvs.openbsd.org>2001-06-20 11:49:25 +0000
committerMike Pechkin <mpech@cvs.openbsd.org>2001-06-20 11:49:25 +0000
commit6953e205cb524fbc2f8701f24223329d04a88141 (patch)
treeb3282778f803b0d1f26273327f702fad2fd0f34a /share/mk
parent53191e03cfaf3d6bd0a66693ce4896c69a3d938e (diff)
we don't use "/" in the beginning of the name in MANSUBDIR
millert@ ok
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.README6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/mk/bsd.README b/share/mk/bsd.README
index 13d2986f862..637dbfa28f9 100644
--- a/share/mk/bsd.README
+++ b/share/mk/bsd.README
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.README,v 1.23 2001/04/03 23:00:08 espie Exp $
+# $OpenBSD: bsd.README,v 1.24 2001/06/20 11:49:24 mpech Exp $
# $NetBSD: bsd.README,v 1.17 1996/04/13 02:08:08 thorpej Exp $
# @(#)bsd.README 5.1 (Berkeley) 5/11/90
@@ -117,8 +117,8 @@ MANOWN Manual owner.
MANMODE Manual mode.
-MANSUBDIR Subdirectory under the manual page section, i.e. "/vax"
- or "/tahoe" for machine specific manual pages.
+MANSUBDIR Subdirectory under the manual page section, i.e. "vax"
+ or "tahoe" for machine specific manual pages.
MAN The manual pages to be installed (use a .1 - .9 suffix).