summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man9/vgone.911
-rw-r--r--share/man/man9/vrecycle.97
2 files changed, 13 insertions, 5 deletions
diff --git a/share/man/man9/vgone.9 b/share/man/man9/vgone.9
index ef46e859d3b..963b71dc82a 100644
--- a/share/man/man9/vgone.9
+++ b/share/man/man9/vgone.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vgone.9,v 1.9 2020/08/02 19:32:08 tim Exp $
+.\" $OpenBSD: vgone.9,v 1.10 2020/08/05 11:10:24 tim Exp $
.\"
.\" Copyright (C) 2001 Chad David <davidc@acns.ab.ca>. All rights reserved.
.\"
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD: src/share/man/man9/vgone.9,v 1.2 2001/12/14 09:11:13 ru Exp $
.\"
-.Dd $Mdocdate: August 2 2020 $
+.Dd $Mdocdate: August 5 2020 $
.Dt VGONE 9
.Os
.Sh NAME
@@ -45,9 +45,14 @@
.Fn vgone
and
.Fn vgonel
-prepare a vnode for reuse by another file system.
+prepare the vnode
+.Fa vp
+for reuse by another file system.
The preparation includes the cleaning of all file system specific data and
the removal from its mount point vnode list.
+The
+.Fa p
+argument specifies the process responsible for the call.
.Pp
.Fn vgone
is identical to
diff --git a/share/man/man9/vrecycle.9 b/share/man/man9/vrecycle.9
index f2e34e9fc01..4fb029870bd 100644
--- a/share/man/man9/vrecycle.9
+++ b/share/man/man9/vrecycle.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vrecycle.9,v 1.10 2013/06/04 19:27:17 schwarze Exp $
+.\" $OpenBSD: vrecycle.9,v 1.11 2020/08/05 11:10:24 tim Exp $
.\"-
.\" Copyright (c) 2002 Peter Werner
.\" All rights reserved.
@@ -25,7 +25,7 @@
.\" SUCH DAMAGE.
.\"
.\"
-.Dd $Mdocdate: June 4 2013 $
+.Dd $Mdocdate: August 5 2020 $
.Dt VRECYCLE 9
.Os
.Sh NAME
@@ -52,6 +52,9 @@ field is zero.
If
.Va v_usecount
is non-zero, it simply returns.
+The
+.Fa p
+argument specifies the process responsible for the call.
.Sh RETURN VALUES
.Fn vrecycle
will return 1 if the vnode was placed on the free list.