Package: ssss / 0.5-3

0001-Fix-hyphens-and-typos-in-the-manpage.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
From: Tomasz Buchert <tomasz@debian.org>
Date: Wed, 2 Sep 2015 19:37:13 +0200
Subject: Fix hyphens and typos in the manpage

---
 ssss.manpage.xml | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/ssss.manpage.xml b/ssss.manpage.xml
index 5ddd773..136f73c 100644
--- a/ssss.manpage.xml
+++ b/ssss.manpage.xml
@@ -8,9 +8,9 @@ href="http://masqmail.cx/xmltoman/xmltoman.xsl" ?>
   desc="Split and Combine Secrets using Shamir's Secret Sharing Scheme.">
 
 <synopsis>
-      <cmd>ssss-split -t <arg>threshold</arg> -n <arg>shares</arg> [-w <arg>token</arg>] 
-         [-s <arg>level</arg>] [-x] [-q] [-Q] [-D] [-v]</cmd>
-      <cmd>ssss-combine -t <arg>threshold</arg> [-x] [-q] [-Q] [-D] [-v]</cmd>
+      <cmd>ssss-split \-t <arg>threshold</arg> \-n <arg>shares</arg> [\-w <arg>token</arg>]
+         [\-s <arg>level</arg>] [\-x] [\-q] [\-Q] [\-D] [\-v]</cmd>
+      <cmd>ssss-combine \-t <arg>threshold</arg> [\-x] [\-q] [\-Q] [\-D] [\-v]</cmd>
 </synopsis>
 
 <description>
@@ -30,20 +30,20 @@ and the reconstruction of a secret using user-provided shares.</p>
 <options>
 
       <option>
-<p><opt>-t <arg>threshold</arg></opt></p> <optdesc>
+<p><opt>\-t <arg>threshold</arg></opt></p> <optdesc>
 <p>Specify the number of
       shares necessary to reconstruct the secret.</p></optdesc>
     
 </option>
 
       <option>
-<p><opt>-n <arg>shares</arg></opt></p>
+<p><opt>\-n <arg>shares</arg></opt></p>
 <optdesc>
       <p>Specify the number of shares to be generated.</p>
 </optdesc>
 </option>      
       
-      <option><p><opt>-w <arg>token</arg></opt></p>
+      <option><p><opt>\-w <arg>token</arg></opt></p>
 <optdesc>
       <p>Text token to name shares in order to avoid confusion in case one
       utilizes secret sharing to protect several independent secrets. The
@@ -51,19 +51,19 @@ and the reconstruction of a secret using user-provided shares.</p>
 </optdesc>
 </option>      
       
-      <option><p><opt>-s <arg>level</arg></opt></p>
+      <option><p><opt>\-s <arg>level</arg></opt></p>
 <optdesc>
       <p>Enforce the scheme's security level (in bits). This option
       implies an upper bound for the length of the shared secret
       (shorter secrets are padded). Only multiples of 8 in the range
-      from 8 to 1024 are allowed. If this option is ommitted (or the
+      from 8 to 1024 are allowed. If this option is omitted (or the
       value given is 0) the security level is chosen automatically
       depending on the secret's length.  The security level directly
       determines the length of the shares.</p>
 </optdesc>
 </option>      
 
-      <option><p><opt>-x</opt></p>
+      <option><p><opt>\-x</opt></p>
 <optdesc>
       <p>Hex mode: use hexadecimal digits in place of ASCII characters for
       I/O. This is useful if one wants to protect binary data, like
@@ -71,20 +71,20 @@ and the reconstruction of a secret using user-provided shares.</p>
 </optdesc>
 </option>      
 
-      <option><p><opt>-q</opt></p>
+      <option><p><opt>\-q</opt></p>
 <optdesc>
       <p>Quiet mode: disable all unnecessary output. Useful in scripts.
       </p>
 </optdesc>
 </option>      
-      <option><p><opt>-Q</opt></p>
+      <option><p><opt>\-Q</opt></p>
 <optdesc>
-      <p>Extra quiet mode: like <opt>-q</opt>, but also suppress
+      <p>Extra quiet mode: like <opt>\-q</opt>, but also suppress
 warnings.</p>
 </optdesc>
 </option>      
 
-      <option><p><opt>-D</opt></p>
+      <option><p><opt>\-D</opt></p>
 <optdesc>
       <p>Disable the diffusion layer added in version 0.2. This option
       is needed when shares are combined that where generated with
@@ -92,7 +92,7 @@ warnings.</p>
 </optdesc>
 </option>      
 
-      <option><p><opt>-v</opt></p>
+      <option><p><opt>\-v</opt></p>
 <optdesc>
       <p>Print version information.</p>
 </optdesc>
@@ -107,7 +107,7 @@ warnings.</p>
 </p>
 
 <p>
-          ssss-split -t 3 -n 10 -w passwd
+          ssss-split \-t 3 \-n 10 \-w passwd
 </p>
 
 <p>
@@ -116,7 +116,7 @@ warnings.</p>
 </p>
 
 <p>
-          ssss-combine -t 3
+          ssss-combine \-t 3
 </p>
 
 </section>
@@ -128,10 +128,10 @@ sharing to just the key. Among others openssl and gpg can do the
 encryption part:
 </p>
 <p>
-openssl bf -e &lt; file.plain &gt; file.encrypted
+openssl bf \-e &lt; file.plain &gt; file.encrypted
 </p>
 <p>
-gpg -c &lt; file.plain &gt; file.encrypted
+gpg \-c &lt; file.plain &gt; file.encrypted
 </p>
 
 </section>