Remove d- and v-flags
authorLaslo Hunhold <dev@frign.de>
Thu, 10 Aug 2017 19:56:06 +0000 (21:56 +0200)
committerAaron Marcher <me@drkhsh.at>
Thu, 10 Aug 2017 20:32:48 +0000 (22:32 +0200)
commit4d33c360141952f6071d19c34c0395ad2ff668a1
treeea7da3a36922cbf1e84901fc00206520b3a06bcc
parent958c34052a13b964f5fd1e748c18796d155af7db
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.
config.mk
slstatus.1
slstatus.c