Remove d- and v-flags
d-flag: There's no need for that, use the &-operator or fork+exec in a non-shell-context. In the latter case you get the PID for free. v-flag: If you want to find out which version of a package is installed, consult your package manager. That's his job.
This commit is contained in:

committed by
Aaron Marcher

parent
958c34052a
commit
4d33c36014
11
slstatus.1
11
slstatus.1
@ -6,14 +6,7 @@
|
||||
.Nd suckless status monitor
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Oo
|
||||
.Op Fl v
|
||||
|
|
||||
.Oo
|
||||
.Op Fl d
|
||||
.Op Fl o | n
|
||||
.Oc
|
||||
.Oc
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
is a suckless status monitor for window managers that use WM_NAME (e.g. dwm) or
|
||||
@ -23,14 +16,10 @@ By default,
|
||||
outputs to WM_NAME.
|
||||
.Sh OPTIONS
|
||||
.Bl -tag -width Ds
|
||||
.It Fl d
|
||||
Daemonize.
|
||||
.It Fl n
|
||||
Write to stdout once and exit.
|
||||
.It Fl o
|
||||
Write to stdout continuously.
|
||||
.It Fl v
|
||||
Write version information to stdout and exit.
|
||||
.El
|
||||
.Sh CUSTOMIZATION
|
||||
.Nm
|
||||
|
Reference in New Issue
Block a user