Date: Fri, 19 Feb 2021 04:31:37 GMT From: Guangyuan Yang <ygy@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: bef16fad3bd2 - stable/13 - VOP_ADVLOCK(9): fix a typo Message-ID: <202102190431.11J4Vb6W074968@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org> AuthorDate: 2021-02-11 00:25:58 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> CommitDate: 2021-02-19 04:31:08 +0000 VOP_ADVLOCK(9): fix a typo Submitted by: Ka Ho Ng <khng300@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102190431.11J4Vb6W074968>