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.
This commit is contained in:
Hugo Osvaldo Barrera 2025-04-25 15:52:09 +02:00 committed by navi
parent 2cb06edde0
commit a05efd2246

View File

@ -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