Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Aug 2016 08:09:53 +0200
From:      Ed Schouten <ed@nuxi.nl>
To:        doc@freebsd.org
Subject:   Re: Man page chapters link to #end
Message-ID:  <CABh_MKnW_w8UdO0L6u2yvf8Cr3SXkX6N3DZBJ72m9KULr8D92A@mail.gmail.com>
In-Reply-To: <CABh_MKmbr-iHAknaMetn==SD8XLZr6QuVOUQbex%2BVaThTpyXNA@mail.gmail.com>
References:  <CABh_MKmbr-iHAknaMetn==SD8XLZr6QuVOUQbex%2BVaThTpyXNA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
2016-08-02 8:05 GMT+02:00 Ed Schouten <ed@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@nuxi.nl>
Nuxi, 's-Hertogenbosch, the Netherlands
KvK-nr.: 62051717



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CABh_MKnW_w8UdO0L6u2yvf8Cr3SXkX6N3DZBJ72m9KULr8D92A>