summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2010-10-20 06:29:11 +0000
committeravg <avg@FreeBSD.org>2010-10-20 06:29:11 +0000
commitceaa77fada5c357d577f1f69e47fb14dff12bb67 (patch)
tree3e5f80b8e3720e62eccff26f4229334f1413459a /share
parent2e7847beecbc0bfde95408e0af60bc754762f960 (diff)
downloadFreeBSD-src-ceaa77fada5c357d577f1f69e47fb14dff12bb67.zip
FreeBSD-src-ceaa77fada5c357d577f1f69e47fb14dff12bb67.tar.gz
catch up manual pages with rename of vm_page_sleep_busy to vm_page_sleep_if_busy
Suggested by: alc MFC after: 4 days
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/Makefile2
-rw-r--r--share/man/man9/vm_page_sleep_if_busy.9 (renamed from share/man/man9/vm_page_sleep_busy.9)12
-rw-r--r--share/man/man9/vm_page_wakeup.92
3 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 261be4f..79ba70b 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -324,7 +324,7 @@ MAN= accept_filter.9 \
vm_page_lookup.9 \
vm_page_protect.9 \
vm_page_rename.9 \
- vm_page_sleep_busy.9 \
+ vm_page_sleep_if_busy.9 \
vm_page_wakeup.9 \
vm_page_wire.9 \
vm_page_zero_fill.9 \
diff --git a/share/man/man9/vm_page_sleep_busy.9 b/share/man/man9/vm_page_sleep_if_busy.9
index 6ccdf68..850979f 100644
--- a/share/man/man9/vm_page_sleep_busy.9
+++ b/share/man/man9/vm_page_sleep_if_busy.9
@@ -27,20 +27,20 @@
.\" $FreeBSD$
.\"
.Dd July 13, 2001
-.Dt VM_PAGE_SLEEP_BUSY 9
+.Dt VM_PAGE_SLEEP_IF_BUSY 9
.Os
.Sh NAME
-.Nm vm_page_sleep_busy
+.Nm vm_page_sleep_if_busy
.Nd "wait for a busy page to become unbusy"
.Sh SYNOPSIS
.In sys/param.h
.In vm/vm.h
.In vm/vm_page.h
.Ft int
-.Fn vm_page_sleep_busy "vm_page_t m" "int also_m_busy" "const char *wmesg"
+.Fn vm_page_sleep_if_busy "vm_page_t m" "int also_m_busy" "const char *wmesg"
.Sh DESCRIPTION
The
-.Fn vm_page_sleep_busy
+.Fn vm_page_sleep_if_busy
function waits until the
.Dv VPO_BUSY
flag is cleared.
@@ -51,7 +51,7 @@ is non-zero, it also waits for
to become zero.
.Sh RETURN VALUES
If
-.Fn vm_page_sleep_busy
+.Fn vm_page_sleep_if_busy
finds the page busy it returns
.Dv TRUE .
If not, it returns
@@ -59,7 +59,7 @@ If not, it returns
Returning
.Dv TRUE
does not necessary mean that
-.Fn vm_page_sleep_busy
+.Fn vm_page_sleep_if_busy
slept, but only that
.Fn splvm
was called.
diff --git a/share/man/man9/vm_page_wakeup.9 b/share/man/man9/vm_page_wakeup.9
index 75f0ca8..5908b62 100644
--- a/share/man/man9/vm_page_wakeup.9
+++ b/share/man/man9/vm_page_wakeup.9
@@ -68,7 +68,7 @@ flag on the page, and calls
.Fn vm_page_flash
in case somebody has been waiting for it.
.Sh SEE ALSO
-.Xr vm_page_sleep_busy 9 ,
+.Xr vm_page_sleep_if_busy 9 ,
.Xr wakeup 9
.Sh AUTHORS
This manual page was written by
OpenPOWER on IntegriCloud