summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Yanovich <jaredy@cvs.openbsd.org>2004-09-20 18:43:39 +0000
committerJared Yanovich <jaredy@cvs.openbsd.org>2004-09-20 18:43:39 +0000
commit5a7d9cf5a1e8161beb836223515ad582bfb7d23d (patch)
tree88f2ff6b9b92c095d1692dd2256b5ed4aeea87bb
parent9632901c3bf0d068877fde2542590bcc9882fb7a (diff)
CAVEATS comes after HISTORY.
from jmc
-rw-r--r--share/man/man9/vwakeup.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/vwakeup.9 b/share/man/man9/vwakeup.9
index bd9271e5863..9f16c25ac05 100644
--- a/share/man/man9/vwakeup.9
+++ b/share/man/man9/vwakeup.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vwakeup.9,v 1.1 2004/09/19 23:19:18 jaredy Exp $
+.\" $OpenBSD: vwakeup.9,v 1.2 2004/09/20 18:43:38 jaredy Exp $
.\" Written by Jared Yanovich
.\" This file belongs to the public domain.
.Dd September 17, 2004
@@ -37,12 +37,12 @@ function must be called at
.Xr vnode 9 ,
.Xr vwaitforio 9 ,
.Xr wakeup 9
+.Sh HISTORY
+This document first appeared in
+.Ox 3.7 .
.Sh CAVEATS
Calling
.Fn vwakeup
more times than the number of outstanding I/O operations will cause the
system to
.Xr panic 9 .
-.Sh HISTORY
-This document first appeared in
-.Ox 3.7 .