git: 95a466b20d92 - stable/13 - VOP_BMAP(9): Remove obsolete comma

Gordon Bergling gbe at FreeBSD.org
Mon Apr 5 08:53:00 UTC 2021


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 at FreeBSD.org>
AuthorDate: 2021-01-27 17:20:04 +0000
Commit:     Gordon Bergling <gbe at 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


More information about the dev-commits-src-all mailing list