]> git.llucax.com Git - software/mutt-debian.git/blob - debian/patches/misc/manpage-typos.patch
patches/misc/manpage-typos.patch, fixes some typos in the manpage (Closes: 428017)
[software/mutt-debian.git] / debian / patches / misc / manpage-typos.patch
1 --- a/init.h
2 +++ b/init.h
3 @@ -760,7 +760,7 @@
4    ** If the GECOS field contains a string like ``lastname, firstname'' then you
5    ** should set it to ``\fC.*\fP''.
6    ** .pp
7 -  ** This can be useful if you see the following behavior: you address a e-mail
8 +  ** This can be useful if you see the following behavior: you address an e-mail
9    ** to user ID ``stevef'' whose full name is ``Steve Franklin''.  If mutt expands
10    ** ``stevef'' to ``"Franklin" stevef@foo.bar'' then you should set the $$gecos_mask to
11    ** a regular expression that will match the whole name so mutt will expand
12 @@ -1869,7 +1869,7 @@
13    { "pgp_clearsign_command",   DT_STR, R_NONE, UL &PgpClearSignCommand, 0 },
14    /*
15    ** .pp
16 -  ** This format is used to create a old-style ``clearsigned'' PGP
17 +  ** This format is used to create an old-style ``clearsigned'' PGP
18    ** message.  Note that the use of this format is \fBstrongly\fP
19    ** \fBdeprecated\fP.
20    ** .pp
21 @@ -2218,20 +2218,20 @@
22    { "ssl_use_sslv2", DT_BOOL, R_NONE, OPTSSLV2, 1 },
23    /*
24    ** .pp
25 -  ** This variables specifies whether to attempt to use SSLv2 in the
26 +  ** This variable specifies whether to attempt to use SSLv2 in the
27    ** SSL authentication process.
28    */
29  # endif /* defined USE_SSL_OPENSSL */
30    { "ssl_use_sslv3", DT_BOOL, R_NONE, OPTSSLV3, 1 },
31    /*
32    ** .pp
33 -  ** This variables specifies whether to attempt to use SSLv3 in the
34 +  ** This variable specifies whether to attempt to use SSLv3 in the
35    ** SSL authentication process.
36    */
37    { "ssl_use_tlsv1", DT_BOOL, R_NONE, OPTTLSV1, 1 },
38    /*
39    ** .pp
40 -  ** This variables specifies whether to attempt to use TLSv1 in the
41 +  ** This variable specifies whether to attempt to use TLSv1 in the
42    ** SSL authentication process.
43    */
44  # ifdef USE_SSL_GNUTLS