=item cannot be immediately followed by a number
Since Perl 5.20 a POD =item cannot start with single number, as is the case in syncToCdn POD explanation of return codes. Using pod2* reports syntax errors like line 228: Expected text after =item, not a number Wrapped the numbers with POD's zero-effect markup Z<> to fix the issue.
This commit is contained in:
parent
cc5f0a30ad
commit
501d5f3757
1 changed files with 6 additions and 6 deletions
|
|
@ -221,27 +221,27 @@ The following exit values are returned:
|
|||
|
||||
=over 4
|
||||
|
||||
=item 0
|
||||
=item Z<0>
|
||||
|
||||
Successful execution.
|
||||
|
||||
=item 1
|
||||
=item Z<1>
|
||||
|
||||
Only super user may run the script.
|
||||
|
||||
=item 2
|
||||
=item Z<2>
|
||||
|
||||
Help requested.
|
||||
|
||||
=item 3
|
||||
=item Z<3>
|
||||
|
||||
Only one instance of this script can run at a time.
|
||||
|
||||
=item 4
|
||||
=item Z<4>
|
||||
|
||||
Error during invocation of the command.
|
||||
|
||||
=item 5
|
||||
=item Z<5>
|
||||
|
||||
Content Delivery Network (CDN) is not enabled.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue