mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
man-page-html-index-20080630
LICENSE BSD Use the correct subcommand name (fs getacl instead of fs_getacl) on the HTML index page, even though we have to use the underscore in the NAME section of the actual POD documentation.
This commit is contained in:
parent
9f94f89a7a
commit
9b61f58fa7
@ -100,6 +100,7 @@ sub scan_names {
|
|||||||
unless ($name) {
|
unless ($name) {
|
||||||
warn "$dir/$file: cannot find NAME section, skipping\n";
|
warn "$dir/$file: cannot find NAME section, skipping\n";
|
||||||
}
|
}
|
||||||
|
$name =~ s/^(backup|bos|fs|fstrace|kas|pts|symlink|uss|vos)_/$1 /;
|
||||||
my $page = $file;
|
my $page = $file;
|
||||||
$page =~ s/\.pod$//;
|
$page =~ s/\.pod$//;
|
||||||
push (@index, [ $section, $name, $page, $desc ]);
|
push (@index, [ $section, $name, $page, $desc ]);
|
||||||
|
Loading…
Reference in New Issue
Block a user