mirror of
https://github.com/OpenRC/openrc.git
synced 2026-01-26 16:29:07 +00:00
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:
parent
2cb06edde0
commit
a05efd2246
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user