Add additional Z<> markup to pgpverify for Pod::Simple
Pod::Simple is now more aggressive about disambiguating numbered lists from text lists, so add more Z<> markup to make it clear that exit statuses shouldn't be turned into a numbered list.
This commit is contained in:
parent
9f92729598
commit
380104043b
1 changed files with 4 additions and 4 deletions
|
@ -734,19 +734,19 @@ B<pgpverify> may exit with the following statuses:
|
|||
|
||||
The control message had a good PGP signature.
|
||||
|
||||
=item 1
|
||||
=item 1Z<>
|
||||
|
||||
The control message had no PGP signature.
|
||||
|
||||
=item 2
|
||||
=item 2Z<>
|
||||
|
||||
The control message had an unknown PGP signature.
|
||||
|
||||
=item 3
|
||||
=item 3Z<>
|
||||
|
||||
The control message had a bad PGP signature.
|
||||
|
||||
=item 255
|
||||
=item 255Z<>
|
||||
|
||||
A problem occurred not directly related to PGP analysis of signature.
|
||||
|
||||
|
|
Loading…
Reference in a new issue