Skip to content

Commit

Permalink
Merge pull request #25 from josch/man-url-prefix
Browse files Browse the repository at this point in the history
bin/pod2markdown: add --man-url-prefix
  • Loading branch information
rwstauner committed Oct 29, 2023
2 parents 514edd0 + c434310 commit 87fc6ad
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bin/pod2markdown
Expand Up @@ -19,6 +19,7 @@ GetOptions(\%opts, qw(
help|h
html_encode_chars|html-encode-chars=s
match_encoding|match-encoding|m
man_url_prefix|man-url-prefix=s
output_encoding|output-encoding|e=s
utf8|utf-8|u
)) or pod2usage(2);
Expand Down Expand Up @@ -101,6 +102,14 @@ See L<Pod::Markdown/html_encode_chars> for more information.
Use the same C<< =encoding >> as the input pod for the output file.
=item --man-url-prefix
Alters the man page urls that are created from C<< LE<lt>E<gt> >> codes.
The default is C<http://man.he.net/man>.
See L<Pod::Markdown/man_url_prefix> for more information.
=item --output-encoding (-e)
Specify the encoding for the output file.
Expand Down

0 comments on commit 87fc6ad

Please sign in to comment.