From 8a2f9dff2b9393503f63902c6ba7802efd8d6e49 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Wed, 27 Jan 2021 18:20:04 +0100 Subject: [PATCH] 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 7ddb2b52c7c..02869838274 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