summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2021-08-10 22:20:32 +0000
committerJames E Keenan <jkeenan@cpan.org>2021-08-14 15:07:51 +0000
commit4b79ccc8bc29ed54bb9a9e62d7ecc0162dba10f5 (patch)
tree207664d3ea4ed7d632694f5562276a0f2e24d1a2
parentc0ac28175b4f88934f5b20131fbcd727c858af8d (diff)
downloadperl-4b79ccc8bc29ed54bb9a9e62d7ecc0162dba10f5.tar.gz
Pod::Html::Util: small documentation changes
In part suggested by rjbs code review.
-rw-r--r--ext/Pod-Html/lib/Pod/Html/Util.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/Pod-Html/lib/Pod/Html/Util.pm b/ext/Pod-Html/lib/Pod/Html/Util.pm
index 26d323cb0c..bf95703a78 100644
--- a/ext/Pod-Html/lib/Pod/Html/Util.pm
+++ b/ext/Pod-Html/lib/Pod/Html/Util.pm
@@ -47,6 +47,8 @@ Process command-line switches (options). Returns a reference to a hash. Will
provide usage message if C<--help> switch is present or if parameters are
invalid.
+Calling this subroutine may modify C<@ARGV>.
+
=cut
sub process_command_line {
@@ -86,7 +88,7 @@ sub process_command_line {
=head2 C<usage()>
-Display customary Pod::Html usage information.
+Display customary Pod::Html usage information on STDERR.
=cut