Lines Matching refs:Pod
15 use Pod::Checker;
23 use OpenSSL::Util::Pod;
56 -n Print nits in POD pages
118 # Collect all POD files, both internal and public, and regardless of location
203 # contains hash tables showing which POD file each of those man
204 # files depend on. We use that information to find the POD files,
223 'doc', 'internal', $mansect, '*.pod')) ) {
298 err($id, "POD markup among the names in NAME")
306 my $simplename = basename($filename, ".pod");
318 if ( ( grep { basename($_) eq "$n.pod" }
322 err($id, "The following exist as other .pod files:",
626 || $id =~ /(openssl|-options)\.pod:1:$/;
642 # and only the names that have POD markup.
778 next if ( grep { basename($_) eq "$target.pod" }
801 err($id, "Doesn't start with =pod")
802 if $contents !~ /^=pod/;
830 # (non-consecutive lines are okay; see man3/MD5.pod).
846 err($id, "POD errors")
870 # Map of links in each POD file; filename => [ "foo(1)", "bar(3)", ... ]
872 # Map of names in each POD file or from "missing" files; possible values are:
873 # If found in a POD files, "name(s)" => filename
1025 my $simplename = basename($filename, ".pod");
1076 # may contain POD codes as well...
1227 my @doc = ( grep { basename($_) eq "openssl-$cmd.pod"
1228 # For "tsget" and "CA.pl" pod pages
1229 || basename($_) eq "$cmd.pod" }
1281 next if /openssl\.pod/
1282 || /CA\.pl/ || /tsget\.pod/; # these commands are special cases