Author: Stefan Ritter <xeno@thehappy.de>
Description: Fix hyphens in manpage
Forwarded: no

--- a/doc/xr.1
+++ b/doc/xr.1
@@ -4,8 +4,8 @@
 xr \- Crossroads Load Balancer & Fail Over Utility
 
 .SH "SYNOPSIS"
-\fBxr [--verbose] [--web-interface XRSERVER:PORT] --server
-tcp:XRSERVER:PORT --backend BACKEND:PORT [--backend BACKEND:PORT] ...\fR
+\fBxr [\-\-verbose] [\-\-web-interface XRSERVER:PORT] \-\-server
+tcp:XRSERVER:PORT \-\-backend BACKEND:PORT [\-\-backend BACKEND:PORT] ...\fR
 
 .SH "DESCRIPTION"
 This manual page briefly documents XR, the Crossroads Load Balancer &
@@ -27,11 +27,11 @@
 XR furthermore features a management web interface and can be run as a
 stand-alone daemon, or via inetd.
 
-Execute 'xr -h' to get a complete list of available command-line parameters.
+Execute 'xr \-h' to get a complete list of available command-line parameters.
 
 .SH "EXAMPLE"
-xr --verbose --server tcp:0:80 --backend 10.1.1.1:80 --backend
-10.1.1.2:80 --backend 10.1.1. 3:80 --web-interface 0:8001
+xr \-\-verbose \-\-server tcp:0:80 \-\-backend 10.1.1.1:80 \-\-backend
+10.1.1.2:80 \-\-backend 10.1.1. 3:80 \-\-web-interface 0:8001
 
 This instructs XR to listen to port 80 and to dispatch traffic to the
 servers 10.1.1.1, 10.1.1.2 and 10.1.1.2, port 80. A web interface for
@@ -40,7 +40,7 @@
 Direct your browser to the server running XR. You will see the pages
 served by one of the three back ends. The console where XR is
 started, will show what's going on (due to the presence of
---verbose).
+\-\-verbose).
 
 Direct your browser to the server running XR, but port 8001. You will
 see the web interface, which shows the status, and where you can
