summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.README
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-03-23 16:48:04 +0000
committerru <ru@FreeBSD.org>2000-03-23 16:48:04 +0000
commit66f14660339ff8d82153ce2e2f95d9c1513c4ddd (patch)
tree3a5023d9a7d6d327257e8b2a5d24ee139b1ae9a7 /share/mk/bsd.README
parent0c09525478b936eb4227bb7f4d58e2a8353b7384 (diff)
downloadFreeBSD-src-66f14660339ff8d82153ce2e2f95d9c1513c4ddd.zip
FreeBSD-src-66f14660339ff8d82153ce2e2f95d9c1513c4ddd.tar.gz
Correct instructions/examples about manual pages.
Diffstat (limited to 'share/mk/bsd.README')
-rw-r--r--share/mk/bsd.README12
1 files changed, 6 insertions, 6 deletions
diff --git a/share/mk/bsd.README b/share/mk/bsd.README
index c314876..3491f8a 100644
--- a/share/mk/bsd.README
+++ b/share/mk/bsd.README
@@ -108,9 +108,9 @@ MANMODE Manual mode.
MANSUBDIR Subdirectory under the manual page section, i.e. "/vax"
or "/tahoe" for machine specific manual pages.
-MAN1 ... MAN8 The manual pages to be installed (use a .0 suffix).
+MAN1 ... MAN9 The manual pages to be installed (use a .1 - .9 suffix).
-MLINKS List of manual page links (using a .1 - .8 suffix). The
+MLINKS List of manual page links (using a .1 - .9 suffix). The
linked-to file must come first, the linked file second,
and there may be multiple pairs. The files are soft-linked.
@@ -210,8 +210,8 @@ LINKS The list of binary links; should be full pathnames, the
LINKS= ${DESTDIR}/bin/test ${DESTDIR}/bin/[
-MAN1...MAN8 Manual pages (should end in .0). If no MAN variable is
- defined, "MAN1=${PROG}.0" is assumed.
+MAN1...MAN9 Manual pages (should end in .1 - .9). If no MAN variable
+ is defined, "MAN1=${PROG}.1" is assumed.
PROG The name of the program to build. If not supplied, nothing
is built.
@@ -259,7 +259,7 @@ To build foo from foo.c with a manual page foo.1, use:
To build foo from foo.c with a manual page foo.2, add the line:
- MAN2= foo.0
+ MAN2= foo.2
If foo does not have a manual page at all, add the line:
@@ -300,7 +300,7 @@ LIBMODE Library mode.
LDADD Additional loader objects.
-MAN1 ... MAN8 The manual pages to be installed (use a .0 suffix).
+MAN1 ... MAN9 The manual pages to be installed (use a .1 - .9 suffix).
SRCS List of source files to build the library. Suffix types
.s, .c, and .f are supported. Note, .s files are preferred
OpenPOWER on IntegriCloud