aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2021-01-27 17:20:04 +0000
committerGordon Bergling <gbe@FreeBSD.org>2021-01-27 17:20:04 +0000
commit8a2f9dff2b9393503f63902c6ba7802efd8d6e49 (patch)
tree39aea7f06767f5b0189b66ca1186bfd93d2a2cd8
parent8dba3dd846cf60c9014f81b099058a9023477096 (diff)
downloadsrc-8a2f9dff2b9393503f63902c6ba7802efd8d6e49.tar.gz
src-8a2f9dff2b9393503f63902c6ba7802efd8d6e49.zip
VOP_BMAP(9): Remove obsolete comma
-rw-r--r--share/man/man9/VOP_BMAP.92
1 files changed, 1 insertions, 1 deletions
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