From owner-freebsd-doc Thu May 2 23:10:12 2002 Delivered-To: freebsd-doc@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3413837B41B for ; Thu, 2 May 2002 23:10:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g436A3O00615; Thu, 2 May 2002 23:10:03 -0700 (PDT) (envelope-from gnats) Date: Thu, 2 May 2002 23:10:03 -0700 (PDT) Message-Id: <200205030610.g436A3O00615@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org Cc: From: Dima Dorfman Subject: Re: docs/37667: FreeBSD Hypertext Man Pages have problems with tailing spaces Reply-To: Dima Dorfman Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR docs/37667; it has been noted by GNATS. From: Dima Dorfman To: Oliver Fischer Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: docs/37667: FreeBSD Hypertext Man Pages have problems with tailing spaces Date: Fri, 03 May 2002 06:03:30 +0000 Oliver Fischer wrote: > >Description: > If you enter a search term under > http://www.FreeBSD.org/cgi/man.cgi like "route", it will display > the man page for route. If you enter "route ", it will find nothing. :-( I don't think this is really a bug. man(1) does the same thing: dima@spike% man 'route ' No manual entry for route I don't really see any reason for ignoring trailing whitespace, but if we do, we should do it everywhere, not just on the web site. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message