summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-12-21 09:00:26 +0000
committerru <ru@FreeBSD.org>2004-12-21 09:00:26 +0000
commitba3655c74f170d85d1349f1e286aff27b58c9fc5 (patch)
treec770cc7ab20312f3a29a44816f43cb8965a9b44d /share/man
parentcec60429bbb77a84c44199253f4a9d1a628fcc2a (diff)
downloadFreeBSD-src-ba3655c74f170d85d1349f1e286aff27b58c9fc5.zip
FreeBSD-src-ba3655c74f170d85d1349f1e286aff27b58c9fc5.tar.gz
NOLIBC_R -> NO_LIBC_R
NOLIBPTHREAD -> NO_LIBPTHREAD NOLIBTHR -> NO_LIBTHR
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man3/Makefile2
-rw-r--r--share/man/man5/make.conf.56
2 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man3/Makefile b/share/man/man3/Makefile
index 19e9bdd..b95cc27 100644
--- a/share/man/man3/Makefile
+++ b/share/man/man3/Makefile
@@ -141,7 +141,7 @@ MLINKS+= tree.3 RB_EMPTY.3 \
tree.3 SPLAY_RIGHT.3 \
tree.3 SPLAY_ROOT.3
-.if !defined(NOLIBC_R) || !defined(NOLIBPTHREAD) || !defined(NOLIBTHR)
+.if !defined(NO_LIBC_R) || !defined(NO_LIBPTHREAD) || !defined(NO_LIBTHR)
PTHREAD_MAN= pthread.3 \
pthread_attr.3 \
pthread_attr_get_np.3 \
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index 03f32c4..f48d714 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -546,19 +546,19 @@ Set to not build games.
Set to not make or install
.Xr info 5
files.
-.It Va NOLIBC_R
+.It Va NO_LIBC_R
.Pq Vt bool
Set to not build
.Nm libc_r
(reentrant version of
.Nm libc ) .
-.It Va NOLIBPTHREAD
+.It Va NO_LIBPTHREAD
.Pq Vt bool
Set to not build the
.Nm libpthread
(M:N threading)
library.
-.It Va NOLIBTHR
+.It Va NO_LIBTHR
.Pq Vt bool
Set to not build the
.Nm libthr
OpenPOWER on IntegriCloud