summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-11-04 23:13:03 +0000
committerdd <dd@FreeBSD.org>2001-11-04 23:13:03 +0000
commitc5f502b79b387bd3afad22748c7768c667c57994 (patch)
tree304c7be6241ca85293fc1d6da8c811082ea608a0 /lib
parentf1ad80a38fc47380a6fbf21d81ffd9ed053d341d (diff)
downloadFreeBSD-src-c5f502b79b387bd3afad22748c7768c667c57994.zip
FreeBSD-src-c5f502b79b387bd3afad22748c7768c667c57994.tar.gz
Mark up NULL in .Dv.
PR: 31747 Submitted by: <andrew@ugh.net.au>
Diffstat (limited to 'lib')
-rw-r--r--lib/libc_r/man/pthread_create.34
-rw-r--r--lib/libpthread/man/pthread_create.34
2 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc_r/man/pthread_create.3 b/lib/libc_r/man/pthread_create.3
index 53b68ab..35f783c 100644
--- a/lib/libc_r/man/pthread_create.3
+++ b/lib/libc_r/man/pthread_create.3
@@ -50,7 +50,9 @@ function is used to create a new thread, with attributes specified by
within a process.
If
.Fa attr
-is NULL, the default attributes are used.
+is
+.Dv NULL ,
+the default attributes are used.
If the attributes specified by
.Fa attr
are modified later, the thread's attributes are not affected.
diff --git a/lib/libpthread/man/pthread_create.3 b/lib/libpthread/man/pthread_create.3
index 53b68ab..35f783c 100644
--- a/lib/libpthread/man/pthread_create.3
+++ b/lib/libpthread/man/pthread_create.3
@@ -50,7 +50,9 @@ function is used to create a new thread, with attributes specified by
within a process.
If
.Fa attr
-is NULL, the default attributes are used.
+is
+.Dv NULL ,
+the default attributes are used.
If the attributes specified by
.Fa attr
are modified later, the thread's attributes are not affected.
OpenPOWER on IntegriCloud