mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Mark up NULL in .Dv.
PR: 31747 Submitted by: <andrew@ugh.net.au>
This commit is contained in:
parent
76b363a605
commit
5e52f30031
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86050
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user