diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2001-11-04 23:13:03 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2001-11-04 23:13:03 +0000 |
commit | 5e52f30031b9619e04aba249d208cdbae7dcdd2a (patch) | |
tree | 304c7be6241ca85293fc1d6da8c811082ea608a0 /lib/libpthread/man/pthread_create.3 | |
parent | 76b363a6052773d12af499559dc773c6ac2f3bc3 (diff) |
Mark up NULL in .Dv.
PR: 31747
Submitted by: <andrew@ugh.net.au>
Notes
Notes:
svn path=/head/; revision=86050
Diffstat (limited to 'lib/libpthread/man/pthread_create.3')
-rw-r--r-- | lib/libpthread/man/pthread_create.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libpthread/man/pthread_create.3 b/lib/libpthread/man/pthread_create.3 index 53b68abc2dd1..35f783c3ce9b 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. |