From a05efd2246400e062ff8a7fa806f8ac91f0844ff Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Fri, 25 Apr 2025 15:52:09 +0200 Subject: [PATCH] Reduce needless indentation The parameter passed to -width is a raw string whose length is used to determine the width of the left column. The value being passed includes macros (which are not treated as such in this context). The string is therefore longer than it needs to be, and the leftmost column much wider than it needs to be. --- man/rc-update.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/rc-update.8 b/man/rc-update.8 index 629c2314..1ce2061a 100644 --- a/man/rc-update.8 +++ b/man/rc-update.8 @@ -44,7 +44,7 @@ directories. They must also be standard OpenRC scripts, meaning they must use openrc-run. .Pp -.Bl -tag -width "Fl a , -delete service" +.Bl -tag -width "delete service" .It Ic add Ar service Add the .Ar service