2016-08-02 8:05 GMT+02:00 Ed Schouten <e...@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 <e...@nuxi.nl>
Nuxi, 's-Hertogenbosch, the Netherlands
KvK-nr.: 62051717
_______________________________________________
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"

Reply via email to