summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2007-03-09 18:06:36 +0000
committerjhb <jhb@FreeBSD.org>2007-03-09 18:06:36 +0000
commitd1e477f59206691720fca7463107c37d950a8320 (patch)
tree5cccd9e082c6ba3164266db018051032b3e17067
parentb3c329c3137b8c11982db11c558108270ec0f57d (diff)
downloadFreeBSD-src-d1e477f59206691720fca7463107c37d950a8320.zip
FreeBSD-src-d1e477f59206691720fca7463107c37d950a8320.tar.gz
Document SLEEPQ_PAUSE.
-rw-r--r--share/man/man9/sleepqueue.95
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man9/sleepqueue.9 b/share/man/man9/sleepqueue.9
index 2432d59..882a3aa 100644
--- a/share/man/man9/sleepqueue.9
+++ b/share/man/man9/sleepqueue.9
@@ -173,7 +173,7 @@ The
parameter is a bitmask consisting of the type of sleep queue being slept on
and zero or more optional flags.
.Pp
-There are currently two types of sleep queues:
+There are currently three types of sleep queues:
.Pp
.Bl -tag -width ".Dv SLEEPQ_CONDVAR" -compact
.It Dv SLEEPQ_CONDVAR
@@ -184,6 +184,9 @@ A sleep queue used to implement
.Xr wakeup 9
and
.Xr wakeup_one 9 .
+.It Dv SLEEPQ_PAUSE
+A sleep queue used to implement
+.Xr pause 9 .
.El
.Pp
There is currently only one optional flag:
OpenPOWER on IntegriCloud