From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (75-164-228-9.ptld.qwest.net [75.164.228.9]) by hurricane.the-brannons.com (Postfix) with ESMTPSA id 4E2C6DF264; Fri, 1 May 2015 09:06:28 -0700 (PDT) From: Chris Brannon To: edbrowse-dev@lists.the-brannons.com Date: Fri, 01 May 2015 09:06:39 -0700 Message-ID: <87383gxoxc.fsf@mushroom.localdomain> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Cc: elbrus@debian.org Subject: [Edbrowse-dev] patch from someone who isn't subscribed X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 May 2015 16:06:28 -0000 --=-=-= Content-Type: text/plain I just got the following patch from Paul Gevers, who isn't subscribed to this list. I have the mailing list software set up to drop messages from non-subscribers and then forward them to me. That has been pretty reasonable so far, but I probably need to change it so that mail from non-subscribers gets put in a moderation queue instead. Anyway, this patch has been applied. Thanks, Paul! -- Chris --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=manpage.patch Description: documentation file changed location Author: Paul Gevers Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570054 Forwarded: edbrowse-dev@lists.the-brannons.com Index: trunk/doc/man-edbrowse-debian.1 =================================================================== --- trunk.orig/doc/man-edbrowse-debian.1 +++ trunk/doc/man-edbrowse-debian.1 @@ -72,7 +72,7 @@ browsing functions can be found in the H .SH EXAMPLES To read the HTML documentation on a Debian system you can do .IP -.BR "edbrowse file:///usr/share/doc/edbrowse/edbdoc.html" +.BR "edbrowse file:///usr/share/doc/edbrowse/usersguide.html" .PP To read (say) 20 lines of the buffer at a time starting from the top use the command @@ -155,7 +155,7 @@ configuration options and for details of .IR pcrepattern (3). .PP The -.URL "/usr/share/doc/edbrowse/edbdoc.html" "HTML documentation" " " +.URL "/usr/share/doc/edbrowse/usersguide.html" "HTML documentation" " " provides greater detail about the program. .PP .SH AUTHORS --=-=-=--