From c5f502b79b387bd3afad22748c7768c667c57994 Mon Sep 17 00:00:00 2001 From: dd Date: Sun, 4 Nov 2001 23:13:03 +0000 Subject: Mark up NULL in .Dv. PR: 31747 Submitted by: --- lib/libc_r/man/pthread_create.3 | 4 +++- lib/libpthread/man/pthread_create.3 | 4 +++- share/man/man3/pthread_create.3 | 4 +++- 3 files changed, 9 insertions(+), 3 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. diff --git a/share/man/man3/pthread_create.3 b/share/man/man3/pthread_create.3 index 53b68ab..35f783c 100644 --- a/share/man/man3/pthread_create.3 +++ b/share/man/man3/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. -- cgit v1.1