summaryrefslogtreecommitdiffstats
path: root/share/man/man9/sleepqueue.9
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-01-12 21:48:25 +0000
committerru <ru@FreeBSD.org>2005-01-12 21:48:25 +0000
commit024faad271beb979616e7563af236c1dcc0976db (patch)
tree55387cdd0f8237d019daf115b9f1109b18fa54ef /share/man/man9/sleepqueue.9
parent4b344b0b27bf042f8881d962c957e2cfcde2366a (diff)
downloadFreeBSD-src-024faad271beb979616e7563af236c1dcc0976db.zip
FreeBSD-src-024faad271beb979616e7563af236c1dcc0976db.tar.gz
Scheduled mdoc(7) sweep.
Diffstat (limited to 'share/man/man9/sleepqueue.9')
-rw-r--r--share/man/man9/sleepqueue.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/sleepqueue.9 b/share/man/man9/sleepqueue.9
index 8441048..eac8ec6 100644
--- a/share/man/man9/sleepqueue.9
+++ b/share/man/man9/sleepqueue.9
@@ -155,7 +155,7 @@ The
parameter is a bitmask consisting of the type of sleep queue being slept on
and zero or more optional flags.
There are currently two types of sleep queues:
-.Bl -tag -width SLEEPQ_CONDVAR
+.Bl -tag -width ".Dv SLEEPQ_CONDVAR"
.It Dv SLEEPQ_CONDVAR
A sleep queue used to implement condition variables.
.It Dv SLEEPQ_MSLEEP
@@ -167,7 +167,7 @@ and
.El
.Pp
There is currently only one optional flag:
-.Bl -tag -width SLEEPQ_INTERRUPTIBLE
+.Bl -tag -width ".Dv SLEEPQ_INTERRUPTIBLE"
.It Dv SLEEPQ_INTERRUPTIBLE
The current thread is entering an interruptible sleep.
.El
OpenPOWER on IntegriCloud