summaryrefslogtreecommitdiff
path: root/slstatus.1
diff options
context:
space:
mode:
authorLaslo Hunhold <dev@frign.de>2017-08-10 21:56:06 +0200
committerAaron Marcher <me@drkhsh.at>2017-08-10 22:32:48 +0200
commit4d33c360141952f6071d19c34c0395ad2ff668a1 (patch)
treeea7da3a36922cbf1e84901fc00206520b3a06bcc /slstatus.1
parent958c34052a13b964f5fd1e748c18796d155af7db (diff)
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.
Diffstat (limited to 'slstatus.1')
-rw-r--r--slstatus.111
1 files changed, 0 insertions, 11 deletions
diff --git a/slstatus.1 b/slstatus.1
index bc27271..d29f197 100644
--- a/slstatus.1
+++ b/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