From 4cd3da5fc6f703a835793bc076c4f0f77dec7fdf Mon Sep 17 00:00:00 2001 Message-Id: <4cd3da5fc6f703a835793bc076c4f0f77dec7fdf.1747240838.git.mdw@distorted.org.uk> From: Mark Wooding Date: Mon, 8 Jul 2024 01:36:18 +0100 Subject: [PATCH] chkpath.1: Fix formatting of `--group' option. Organization: Straylight/Edgeware From: Mark Wooding --- chkpath.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chkpath.1 b/chkpath.1 index 9b04335..32ab1ca 100644 --- a/chkpath.1 +++ b/chkpath.1 @@ -62,7 +62,7 @@ effect, so put more in for more verbosity. Note that verbose doesn't mean the same as interesting. The default is to report problems with directories and system errors. .TP -.B "\-g, \-\-group " group +.BI "\-g, \-\-group " group Consider members of .I group to be trustworthy: -- [mdw]