mdoc(7) police: fix markup.

This commit is contained in:
Ruslan Ermilov 2001-03-02 09:59:58 +00:00
parent 2a7e12fdbd
commit 0d42ab242e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73339
6 changed files with 27 additions and 21 deletions

View File

@ -43,11 +43,11 @@ function is used to get the process shared setting of a read/write
lock attribute object. The setting is returned via
.Fa pshared ,
and may be one of two values:
.Bl -hang -offset flag -width 123456789012345678901234
.It Ar PTHREAD_PROCESS_SHARED
.Bl -tag -width PTHREAD_PROCESS_PRIVATE
.It Dv PTHREAD_PROCESS_SHARED
Any thread of any process that has access to the memory where the
read/write lock resides can manipulate the lock.
.It Ar PTHREAD_PROCESS_PRIVATE
.It Dv PTHREAD_PROCESS_PRIVATE
Only threads created within the same process as the thread that
initialized the read/write lock can manipulate the lock. This is
the default value.

View File

@ -45,11 +45,11 @@ to the value referenced by
.Fa pshared .
.Fa pshared
may be one of two values:
.Bl -hang -offset flag -width 123456789012345678901234
.It Ar PTHREAD_PROCESS_SHARED
.Bl -tag -width PTHREAD_PROCESS_PRIVATE
.It Dv PTHREAD_PROCESS_SHARED
Any thread of any process that has access to the memory where the
read/write lock resides can manipulate the lock.
.It Ar PTHREAD_PROCESS_PRIVATE
.It Dv PTHREAD_PROCESS_PRIVATE
Only threads created within the same process as the thread that
initialized the read/write lock can manipulate the lock. This is
the default value.
@ -85,4 +85,6 @@ The
function first appeared in
.Fx 3.0 .
.Sh BUGS
The PTHREAD_PROCESS_SHARED attribute is not supported.
The
.Dv PTHREAD_PROCESS_SHARED
attribute is not supported.

View File

@ -43,11 +43,11 @@ function is used to get the process shared setting of a read/write
lock attribute object. The setting is returned via
.Fa pshared ,
and may be one of two values:
.Bl -hang -offset flag -width 123456789012345678901234
.It Ar PTHREAD_PROCESS_SHARED
.Bl -tag -width PTHREAD_PROCESS_PRIVATE
.It Dv PTHREAD_PROCESS_SHARED
Any thread of any process that has access to the memory where the
read/write lock resides can manipulate the lock.
.It Ar PTHREAD_PROCESS_PRIVATE
.It Dv PTHREAD_PROCESS_PRIVATE
Only threads created within the same process as the thread that
initialized the read/write lock can manipulate the lock. This is
the default value.

View File

@ -45,11 +45,11 @@ to the value referenced by
.Fa pshared .
.Fa pshared
may be one of two values:
.Bl -hang -offset flag -width 123456789012345678901234
.It Ar PTHREAD_PROCESS_SHARED
.Bl -tag -width PTHREAD_PROCESS_PRIVATE
.It Dv PTHREAD_PROCESS_SHARED
Any thread of any process that has access to the memory where the
read/write lock resides can manipulate the lock.
.It Ar PTHREAD_PROCESS_PRIVATE
.It Dv PTHREAD_PROCESS_PRIVATE
Only threads created within the same process as the thread that
initialized the read/write lock can manipulate the lock. This is
the default value.
@ -85,4 +85,6 @@ The
function first appeared in
.Fx 3.0 .
.Sh BUGS
The PTHREAD_PROCESS_SHARED attribute is not supported.
The
.Dv PTHREAD_PROCESS_SHARED
attribute is not supported.

View File

@ -43,11 +43,11 @@ function is used to get the process shared setting of a read/write
lock attribute object. The setting is returned via
.Fa pshared ,
and may be one of two values:
.Bl -hang -offset flag -width 123456789012345678901234
.It Ar PTHREAD_PROCESS_SHARED
.Bl -tag -width PTHREAD_PROCESS_PRIVATE
.It Dv PTHREAD_PROCESS_SHARED
Any thread of any process that has access to the memory where the
read/write lock resides can manipulate the lock.
.It Ar PTHREAD_PROCESS_PRIVATE
.It Dv PTHREAD_PROCESS_PRIVATE
Only threads created within the same process as the thread that
initialized the read/write lock can manipulate the lock. This is
the default value.

View File

@ -45,11 +45,11 @@ to the value referenced by
.Fa pshared .
.Fa pshared
may be one of two values:
.Bl -hang -offset flag -width 123456789012345678901234
.It Ar PTHREAD_PROCESS_SHARED
.Bl -tag -width PTHREAD_PROCESS_PRIVATE
.It Dv PTHREAD_PROCESS_SHARED
Any thread of any process that has access to the memory where the
read/write lock resides can manipulate the lock.
.It Ar PTHREAD_PROCESS_PRIVATE
.It Dv PTHREAD_PROCESS_PRIVATE
Only threads created within the same process as the thread that
initialized the read/write lock can manipulate the lock. This is
the default value.
@ -85,4 +85,6 @@ The
function first appeared in
.Fx 3.0 .
.Sh BUGS
The PTHREAD_PROCESS_SHARED attribute is not supported.
The
.Dv PTHREAD_PROCESS_SHARED
attribute is not supported.