Changeset 566 in openpam
- Timestamp:
- 04/05/12 14:30:41 (14 months ago)
- File:
-
- 1 edited
-
trunk/misc/gendoc.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/misc/gendoc.pl
r545 r566 456 456 .Sh SYNOPSIS 457 457 .In sys/types.h 458 .In security/pam_appl.h 458 "; 459 if ($func->{'args'} =~ m/\bFILE \*\b/) { 460 $mdoc .= ".In stdio.h\n"; 461 } 462 $mdoc .= ".In security/pam_appl.h 459 463 "; 460 464 if ($func->{'name'} =~ m/_sm_/) { 461 $mdoc .= ".In security/pam_modules.h\n" 465 $mdoc .= ".In security/pam_modules.h\n"; 462 466 } 463 467 if ($func->{'name'} =~ m/openpam/) { 464 $mdoc .= ".In security/openpam.h\n" 468 $mdoc .= ".In security/openpam.h\n"; 465 469 } 466 470 $mdoc .= ".Ft \"$func->{'type'}\"
Note: See TracChangeset
for help on using the changeset viewer.