git: bef16fad3bd2 - stable/13 - VOP_ADVLOCK(9): fix a typo
Guangyuan Yang
ygy at FreeBSD.org
Fri Feb 19 04:31:37 UTC 2021
The branch stable/13 has been updated by ygy (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=bef16fad3bd2f3291f36c9a745b2a70a40ebc9b6
commit bef16fad3bd2f3291f36c9a745b2a70a40ebc9b6
Author: Guangyuan Yang <ygy at FreeBSD.org>
AuthorDate: 2021-02-11 00:25:58 +0000
Commit: Guangyuan Yang <ygy at FreeBSD.org>
CommitDate: 2021-02-19 04:31:08 +0000
VOP_ADVLOCK(9): fix a typo
Submitted by: Ka Ho Ng <khng300 at gmail.com>
Differential Revision: https://reviews.freebsd.org/D28575
(cherry picked from commit c03ccb991d0e399435c9bbdb6b266ecee93f5b46)
---
share/man/man9/VOP_ADVLOCK.9 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/share/man/man9/VOP_ADVLOCK.9 b/share/man/man9/VOP_ADVLOCK.9
index e850f32e12b4..fab1e30484d2 100644
--- a/share/man/man9/VOP_ADVLOCK.9
+++ b/share/man/man9/VOP_ADVLOCK.9
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 27, 2019
+.Dd February 10, 2021
.Dt VOP_ADVLOCK 9
.Os
.Sh NAME
@@ -54,7 +54,7 @@ The operation to perform (see
.It Fa fl
Description of the lock.
.It Fa flags
-One of more of the following:
+One or more of the following:
.Pp
.Bl -tag -width ".Dv F_REMOTE" -offset indent -compact
.It Dv F_WAIT
More information about the dev-commits-src-all
mailing list