1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Sandro Tosi <morph@debian.org>
Date: Thu, 8 Oct 2015 10:06:04 -0700
Subject: escape minus sign where needed
Patch-Name: 20_hyphen-used-as-minus-sign.patch
---
doc/ppserver.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/ppserver.1 b/doc/ppserver.1
index f376964..ed0aea0 100644
--- a/doc/ppserver.1
+++ b/doc/ppserver.1
@@ -58,7 +58,7 @@ Please visit http://www.parallelpython.com for extended up\-to\-date
documentation, examples and support forums
.br
.SH SECURITY
-Due to the security concerns it is highly recommended to run ppserver.py with an non-trivial secret key (-s command line argument) which should be paired with the matching secret keyword of PP Server class constructor. An alternative way to set a secret key is by assigning
+Due to the security concerns it is highly recommended to run ppserver.py with an non-trivial secret key (\-s command line argument) which should be paired with the matching secret keyword of PP Server class constructor. An alternative way to set a secret key is by assigning
.B pp_secret
variable in the configuration file
.B .pythonrc.py
|