From: Dmitry Bogatov <KAction@debian.org>
Date: Tue, 6 Aug 2019 16:34:35 +0000
Subject: fix-hyphens-in-manpages

they need to be \-
---
 man/inotifywait.1  | 10 +++++-----
 man/inotifywatch.1 |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/man/inotifywait.1 b/man/inotifywait.1
index 191ed9b..9c43ca0 100644
--- a/man/inotifywait.1
+++ b/man/inotifywait.1
@@ -305,9 +305,9 @@ do something appropriate.
 
 .nf
 #!/bin/sh
-while inotifywait -e modify /var/log/messages; do
-  if tail -n1 /var/log/messages | grep httpd; then
-    kdialog --msgbox "Apache needs love!"
+while inotifywait \-e modify /var/log/messages; do
+  if tail \-n1 /var/log/messages | grep httpd; then
+    kdialog \-\-msgbox "Apache needs love!"
   fi
 done
 .fi
@@ -318,8 +318,8 @@ A custom output format is used to watch `~/test'.  Meanwhile, someone runs
 console.
 
 .nf
-% inotifywait -m -r --format '%:e %f' ~/test
-Setting up watches.  Beware: since -r was given, this may take a while!
+% inotifywait \-m \-r \-\-format '%:e %f' ~/test
+Setting up watches.  Beware: since \-r was given, this may take a while!
 Watches established.
 CREATE badfile
 OPEN badfile
diff --git a/man/inotifywatch.1 b/man/inotifywatch.1
index b8971f6..ee5571c 100644
--- a/man/inotifywatch.1
+++ b/man/inotifywatch.1
@@ -231,7 +231,7 @@ this event can occur even if it is not explicitly being listened to.
 Watching the `~/.beagle' directory for 60 seconds:
 
 .nf
-% inotifywatch -v -e access -e modify -t 60 -r ~/.beagle
+% inotifywatch \-v \-e access \-e modify \-t 60 \-r ~/.beagle
 Establishing watches...
 Setting up watch(es) on /home/rohan/.beagle
 OK, /home/rohan/.beagle is now being watched.
