]> git.pld-linux.org Git - packages/gnutls.git/blob - gnutls-fix.patch
- updated to 1.0.16
[packages/gnutls.git] / gnutls-fix.patch
1 --- gnutls-1.0.14/doc/manpages/srptool.1.orig   2004-05-08 12:52:29.000000000 +0200
2 +++ gnutls-1.0.14/doc/manpages/srptool.1        2004-06-21 21:48:33.859329624 +0200
3 @@ -2,6 +2,8 @@
4  .SH NAME
5  srptool \- Simple SRP password tool
6  .SH SYNOPSIS
7 +srptool [\fIoptions\fR]
8 +.PP
9  gnutls\-srpcrypt [\fIoptions\fR]
10  .SH DESCRIPTION
11  Very simple program that emulates the programs in the Stanford SRP
12 @@ -34,7 +36,7 @@
13  
14  .RS
15  .nf
16 -$ gnutls\-srpcrypt \-\-create\-conf /etc/tpasswd.conf
17 +$ srptool \-\-create\-conf /etc/tpasswd.conf
18  .fi
19  .RE
20  
21 @@ -44,7 +46,7 @@
22  
23  .RS
24  .nf
25 -$ gnutls\-srpcrypt \-\-passwd /etc/tpasswd \\
26 +$ srptool \-\-passwd /etc/tpasswd \\
27      \-\-passwd\-conf /etc/tpasswd.conf \-u test
28  .fi
29  .RE
30 @@ -54,7 +56,7 @@
31  
32  .RS
33  .nf
34 -$ gnutls\-srpcrypt \-\-passwd /etc/tpasswd \\
35 +$ srptool \-\-passwd /etc/tpasswd \\
36      \-\-passwd\-conf /etc/tpasswd.conf \-\-verify \-u test
37  .fi
38  .RE
This page took 0.079223 seconds and 3 git commands to generate.