From 4d33c360141952f6071d19c34c0395ad2ff668a1 Mon Sep 17 00:00:00 2001
From: Laslo Hunhold <dev@frign.de>
Date: Thu, 10 Aug 2017 21:56:06 +0200
Subject: 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.
---
 slstatus.1 | 11 -----------
 1 file changed, 11 deletions(-)

(limited to 'slstatus.1')

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
-- 
cgit v1.2.3