Lines Matching refs:POD
15 use Pod::Checker;
23 use OpenSSL::Util::Pod;
55 -n Print nits in POD pages
114 # Collect all POD files, both internal and public, and regardless of location
199 # contains hash tables showing which POD file each of those man
200 # files depend on. We use that information to find the POD files,
219 'doc', 'internal', $mansect, '*.pod')) ) {
292 err($id, "POD markup among the names in NAME")
300 my $simplename = basename($filename, ".pod");
312 if ( ( grep { basename($_) eq "$n.pod" }
316 err($id, "The following exist as other .pod files:",
583 || $id =~ /(openssl|-options)\.pod:1:$/;
599 # and only the names that have POD markup.
735 next if ( grep { basename($_) eq "$target.pod" }
758 err($id, "Doesn't start with =pod")
759 if $contents !~ /^=pod/;
787 # (non-consecutive lines are okay; see man3/MD5.pod).
803 err($id, "POD errors")
827 # Map of links in each POD file; filename => [ "foo(1)", "bar(3)", ... ]
829 # Map of names in each POD file or from "missing" files; possible values are:
830 # If found in a POD files, "name(s)" => filename
972 my $simplename = basename($filename, ".pod");
1014 # may contain POD codes as well...
1165 my @doc = ( grep { basename($_) eq "openssl-$cmd.pod"
1166 # For "tsget" and "CA.pl" pod pages
1167 || basename($_) eq "$cmd.pod" }
1219 next if /openssl\.pod/
1220 || /CA\.pl/ || /tsget\.pod/; # these commands are special cases