Man page chapters link to #end
Ed Schouten
ed at nuxi.nl
Tue Aug 2 06:09:55 UTC 2016
2016-08-02 8:05 GMT+02:00 Ed Schouten <ed at nuxi.nl>:
> https://www.freebsd.org/cgi/man.cgi?query=cloudabi-run
Ah! Looks like this maps over to:
https://svnweb.freebsd.org/doc/head/en_US.ISO8859-1/htdocs/cgi/man.cgi?view=log
Would anyone mind if I committed this patch?
Index: man.cgi
===================================================================
--- man.cgi (revision 49205)
+++ man.cgi (working copy)
@@ -1439,7 +1439,7 @@
$i = $_;
$j = &encode_url($i);
$j =~ s/\+/_/g;
- $_ = qq{<a name="$j" href="#end"><b>$i</b></a>\n};
+ $_ = qq{<a name="$j" href="#$j"><b>$i</b></a>\n};
push( @sect, $i );
}
print;
--
Ed Schouten <ed at nuxi.nl>
Nuxi, 's-Hertogenbosch, the Netherlands
KvK-nr.: 62051717
More information about the freebsd-doc
mailing list