mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
STABLE14-man-page-html-index-underscores-20080713
LICENSE BSD
Remove underscores from the anchor in the index for all section 5 manual
pages.
(cherry picked from commit 6a322e4eb7
)
This commit is contained in:
parent
1112a44af3
commit
0bbbd05dbf
@ -122,6 +122,9 @@ sub scan_names {
|
||||
warn "$dir/$file: cannot find NAME section, skipping\n";
|
||||
}
|
||||
$name =~ s/^(backup|bos|fs|fstrace|kas|pts|symlink|uss|vos)_/$1 /;
|
||||
if ($section eq '5') {
|
||||
$name =~ s/_/ /g;
|
||||
}
|
||||
my $page = $file;
|
||||
$page =~ s/\.pod$//;
|
||||
push (@index, [ $section, $name, $page, $desc ]);
|
||||
|
Loading…
Reference in New Issue
Block a user