File: 20_hyphen-used-as-minus-sign.patch

package info (click to toggle)
parallelpython 1.6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 340 kB
  • ctags: 291
  • sloc: python: 1,486; makefile: 13
file content (23 lines) | stat: -rw-r--r-- 1,197 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From f3f32b707c3a0bb6d8c34c06b235fb42198f3fd9 Mon Sep 17 00:00:00 2001
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