summaryrefslogtreecommitdiff
path: root/share/man/man9/vget.9
diff options
context:
space:
mode:
authorPedro Martelletto <pedro@cvs.openbsd.org>2004-08-03 14:09:26 +0000
committerPedro Martelletto <pedro@cvs.openbsd.org>2004-08-03 14:09:26 +0000
commitf32addc15d0b6cd3f97e7d7cbd0beaaa11c5dcb6 (patch)
tree7cdc749904206fa1fc56cf96020de3c70c07cb08 /share/man/man9/vget.9
parentd3d2e11bc0b9d927773fecfd983e034324cfd1de (diff)
mention EBUSY, ok jmc@
Diffstat (limited to 'share/man/man9/vget.9')
-rw-r--r--share/man/man9/vget.99
1 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man9/vget.9 b/share/man/man9/vget.9
index 3fd86a851c3..f74555d7e71 100644
--- a/share/man/man9/vget.9
+++ b/share/man/man9/vget.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vget.9,v 1.6 2004/04/17 20:30:41 jmc Exp $
+.\" $OpenBSD: vget.9,v 1.7 2004/08/03 14:09:25 pedro Exp $
.\" -*- nroff -*-
.\"
.\" Copyright (c) 1996 Doug Rabson
@@ -73,6 +73,13 @@ The vnode
.Fa vp
is in the process of being cleaned out from the underlying
file system.
+.It Bq Er EBUSY
+The vnode
+.Fa vp
+is in the process of being cleaned out from the underlying file system, and
+it wasn't possible to sleep on it because the
+.Dv LK_NOWAIT
+flag was specified.
.El
.Sh SEE ALSO
.Xr vnode 9 ,