diff options
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/vwaitforio.9 | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/share/man/man9/vwaitforio.9 b/share/man/man9/vwaitforio.9 index 009471e5c74..e7b72526ab6 100644 --- a/share/man/man9/vwaitforio.9 +++ b/share/man/man9/vwaitforio.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vwaitforio.9,v 1.15 2019/03/10 21:31:49 jmc Exp $ +.\" $OpenBSD: vwaitforio.9,v 1.16 2019/07/19 00:54:58 cheloha Exp $ .\" .\" Copyright (c) 2001 Constantine Sapuntzakis .\" All rights reserved. @@ -23,7 +23,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 10 2019 $ +.Dd $Mdocdate: July 19 2019 $ .Dt VWAITFORIO 9 .Os .Sh NAME @@ -33,7 +33,12 @@ .In sys/types.h .In sys/vnode.h .Ft int -.Fn vwaitforio "struct vnode *vp" "int slpflag" "char *wmesg" "int slptimeo" +.Fo vwaitforio +.Fa "struct vnode *vp" +.Fa "int slpflag" +.Fa "char *wmesg" +.Fa "uint64_t slptimeo" +.Fc .Sh DESCRIPTION The .Fn vwaitforio @@ -54,7 +59,7 @@ The and .Fa slptimeo arguments indicate flags to be passed to -.Xr tsleep 9 . +.Xr tsleep_nsec 9 . .Pp This function must be called at .Xr splbio 9 . |