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:
Russ Allbery 2016-10-17 16:10:37 -07:00
parent 9f92729598
commit 380104043b

View file

@ -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.