diff options
author | 2001-06-20 11:49:24 +0000 | |
---|---|---|
committer | 2001-06-20 11:49:24 +0000 | |
commit | 15d2c289b463e714973e96607d1c486f5b8e45be (patch) | |
tree | c132e4e14b05aee942c32d4eca5586d8497317e5 | |
parent | comment typo. from jsyn@nthought.com (diff) | |
download | wireguard-openbsd-15d2c289b463e714973e96607d1c486f5b8e45be.tar.xz wireguard-openbsd-15d2c289b463e714973e96607d1c486f5b8e45be.zip |
we don't use "/" in the beginning of the name in MANSUBDIR
millert@ ok
-rw-r--r-- | share/mk/bsd.README | 6 |
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). |