POD: Fix item numbering

Newer pod2man considers =item [1-9] part of a numbered list, while =item
0 starts an unnumbered list. Add a zero effect formatting mark to override
this.

doc/apps/smime.pod around line 315: Expected text after =item, not a
number
...

PR#3146
This commit is contained in:
Lubomir Rintel
2013-10-21 11:03:01 +02:00
committed by Dr. Stephen Henson
parent 5fdeb58ccd
commit c8919dde09
19 changed files with 43 additions and 43 deletions

View File

@@ -41,13 +41,13 @@ The following return values can occur:
=over 4
=item 0
=item Z<>0
The TLS/SSL handshake was not successful but was shut down controlled and
by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
return value B<ret> to find out the reason.
=item 1
=item Z<>1
The TLS/SSL handshake was successfully completed, a TLS/SSL connection has been
established.