Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Feb 2021 14:03:01 GMT
From:      Guangyuan Yang <ygy@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: c03ccb991d0e - main - VOP_ADVLOCK(9): fix a typo
Message-ID:  <202102111403.11BE31LL004781@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ygy (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=c03ccb991d0e399435c9bbdb6b266ecee93f5b46

commit c03ccb991d0e399435c9bbdb6b266ecee93f5b46
Author:     Guangyuan Yang <ygy@FreeBSD.org>
AuthorDate: 2021-02-11 00:25:58 +0000
Commit:     Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2021-02-11 14:02:43 +0000

    VOP_ADVLOCK(9): fix a typo
    
    Submitted by:   Ka Ho Ng <khng300@gmail.com>
    MFC after:      1 week
    Differential Revision:  https://reviews.freebsd.org/D28575
---
 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?202102111403.11BE31LL004781>