git: 8a2f9dff2b93 - main - VOP_BMAP(9): Remove obsolete comma

Gordon Bergling gbe at FreeBSD.org
Wed Jan 27 17:20:52 UTC 2021


The branch main has been updated by gbe (doc committer):

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

commit 8a2f9dff2b9393503f63902c6ba7802efd8d6e49
Author:     Gordon Bergling <gbe at FreeBSD.org>
AuthorDate: 2021-01-27 17:20:04 +0000
Commit:     Gordon Bergling <gbe at FreeBSD.org>
CommitDate: 2021-01-27 17:20:04 +0000

    VOP_BMAP(9): Remove obsolete comma
---
 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