Lines Matching defs:err
274 sub err {
289 err($id, "Trailing comma before - in NAME")
292 err($id, "POD markup among the names in NAME")
295 err($id, "Missing comma in NAME")
307 err($id, "The name '$n' contains white-space")
316 err($id, "The following exist as other .pod files:",
319 err($id, "$simplename (filename) missing from NAME section")
336 err($id, "Can't parse rest of synopsis:\n$syn\n(declarations not ending with a semicolon (;)?)");
372 # err($id, "Function typedef has space before arg list: $line");
408 err($id, "$sym missing from NAME section")
413 err($id, "Prototype missing spaces around commas: $line")
419 err($id, "$n missing from SYNOPSIS")
432 err($id, "$section should appear before $before section")
449 err($id, "Duplicate section $line")
454 err($id, "Duplicate subsection $line")
458 err($id, "Period in =head")
460 err($id, "not all uppercase in =head1")
462 err($id, "All uppercase in subhead")
549 err($id, "Malformed option [1] in SYNOPSIS: $&");
559 err($id, "Malformed option [2] in SYNOPSIS: $found")
573 err($id, "Unexpected bracket in OPTIONS =item: $item")
577 err($id, "Malformed option in OPTIONS: $found")
581 err($id, "OPTIONS entry $found missing from SYNOPSIS")
589 err($id, "SYNOPSIS entry $option missing from OPTIONS")
613 err($id, "Malformed symbol: $symbol")
683 err($id, "Found '$k' should use '$preferred_words{$k}'")
686 err($id, "Found 'epoch' should use 'Epoch'")
689 err($id, "found 'tool' in NAME, should use 'command'")
691 err($id, "found 'utility' in NAME, should use 'command'")
729 err($id, "Missing man section number (likely, $mansect) in L<$target>")
738 err($id, "Bad command link L<$target(1)>") if grep /man1/, @sections;
743 err($id, "Bad L<$target>")
758 err($id, "Doesn't start with =pod")
760 err($id, "Doesn't end with =cut")
762 err($id, "More than one cut line.")
764 err($id, "EXAMPLE not EXAMPLES section.")
766 err($id, "WARNING not WARNINGS section.")
768 err($id, "Missing copyright")
770 err($id, "Copyright not last")
772 err($id, "head2 in All uppercase")
774 err($id, "Extra space after head")
776 err($id, "Period in NAME section")
778 err($id, "Duplicate $1 in L<>")
780 err($id, "Bad =over $1")
782 err($id, "Possible version style issue")
792 err($id, "Has multiple includes")
803 err($id, "POD errors")
820 err($id, "Missing $_ head1 section")
908 err("$_ is supposedly public but is documented as internal")
910 err("$_ is supposedly internal (maybe missing from other.syms) but is documented as public")
926 next if $b eq 'err.h';
937 err("$f:", "macro $macro undocumented")
944 err("# $count macros undocumented (count is approximate)")
958 err("$type:", "function $func undocumented")
962 err("# $count lib$type names are not documented")
977 err($id, "$simplename not in NAME section");
982 err($id, "'$name' contains whitespace")
991 err($id, "$name_sec duplicated in NAME section of",
994 err($id, "$name_sec also in NAME section of",
1034 err("${filename}:1:", "reference to non-existing $link")
1036 err("${filename}:1:", "reference of internal $link in public documentation $filename")
1083 err("$cmd does not implement help for -$expect_helpstr") unless m/^\s*"/;
1122 err("$doc: undocumented $cmd option -$_");
1130 err("$doc: $cmd does not implement -$_");
1171 err("$num manuals for 'openssl $cmd': ".join(", ", @doc));
1173 err("no manual for 'openssl $cmd'");
1221 err("$_ doesn't start with openssl-") unless /openssl-/;