Mark up NULL in .Dv.

PR:		31747
Submitted by:	<andrew@ugh.net.au>
This commit is contained in:
dd 2001-11-04 23:13:03 +00:00
parent 27a9f94f82
commit c70efc47e9
3 changed files with 9 additions and 3 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.