Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Apr 2021 08:53:00 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 95a466b20d92 - stable/13 - VOP_BMAP(9): Remove obsolete comma
Message-ID:  <202104050853.1358r023087959@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer):

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

commit 95a466b20d92e8016058ec8bad46b63ca06dc60d
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2021-01-27 17:20:04 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-04-05 08:52:40 +0000

    VOP_BMAP(9): Remove obsolete comma
    
    (cherry picked from commit 8a2f9dff2b9393503f63902c6ba7802efd8d6e49)
---
 share/man/man9/VOP_BMAP.9 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man9/VOP_BMAP.9 b/share/man/man9/VOP_BMAP.9
index 7ddb2b52c7ca..02869838274b 100644
--- a/share/man/man9/VOP_BMAP.9
+++ b/share/man/man9/VOP_BMAP.9
@@ -75,7 +75,7 @@ The vnode will be locked on entry and should remain locked on return.
 .Sh RETURN VALUES
 Zero is returned on success, otherwise an error code is returned.
 .Sh SEE ALSO
-.Xr vnode 9 ,
+.Xr vnode 9
 .Sh HISTORY
 A
 .Fn bmap



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104050853.1358r023087959>