Skip to content

Commit 24a6e04

Browse files
committed
insmntque.9: Refer to vnode operations vector correctly
The comment in sys/vnode.h describes the v_op member as "vnode operations vector", so use "operations" instead of "operation" here. Reviewed by: bcr MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D53333
1 parent b0cfcd0 commit 24a6e04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

share/man/man9/insmntque.9

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
2525
.\" DAMAGE.
2626
.\"
27-
.Dd January 29, 2022
27+
.Dd October 24, 2025
2828
.Dt INSMNTQUE 9
2929
.Os
3030
.Sh NAME
@@ -56,7 +56,7 @@ The vnode must be exclusively locked.
5656
.Pp
5757
On failure,
5858
.Fn insmntque
59-
resets vnode' operation vector to the vector of
59+
resets vnode's operations vector to the vector of
6060
.Xr deadfs 9 ,
6161
clears
6262
.Va v_data ,
@@ -71,7 +71,7 @@ failure is needed, the
7171
function may be used instead.
7272
It does not do any cleanup following a failure, leaving all
7373
the work to the caller.
74-
In particular, the operation vector
74+
In particular, the operations vector
7575
.Va v_op
7676
and
7777
.Va v_data

0 commit comments

Comments
 (0)