| Summary: | FreeBSD Hypertext Man Pages have problems with tailing spaces | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | plexus <plexus> | ||||
| Component: | Books & Articles | Assignee: | Wolfram Schneider <wosch> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
plexus
2002-05-02 15:30:01 UTC
Oliver Fischer <plexus@snafu.de> 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. Hm, I used the quotes only to show the space after the keyword. If I enter >>man route << I will show me the man page independend of the number of blanks. I think it want be much work to remove the tailing white spaces. Bye Oliver ----- Original Message ----- From: "Dima Dorfman" <dima@trit.org> To: "Oliver Fischer" <plexus@snafu.de> Cc: <freebsd-gnats-submit@FreeBSD.org> Sent: Friday, May 03, 2002 8:03 AM Subject: Re: docs/37667: FreeBSD Hypertext Man Pages have problems with tailing spaces > Oliver Fischer <plexus@snafu.de> 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. > > Adding to audit trail. Ceri -- get the cool shoe shine Responsible Changed From-To: freebsd-doc->wosch Could you take a look at changing man.cgi to strip trailing whitespace from the query ? State Changed From-To: open->closed fixed, thanks! On Sat, May 04, 2002 at 03:51:58PM +0100, Ceri Davies wrote:
> On Sat, May 04, 2002 at 03:00:07AM -0700, Oliver Fischer wrote:
> >
> > Hm, I used the quotes only to show the space after the keyword. If I
> > enter >>man route << I will show me the man page independend of the
> > number of blanks. I think it want be much work to remove the tailing
> > white spaces.
This has been done now - can you confirm it's ok ?
Ceri
--
get the cool shoe shine
Yes, it works fine. Thanks, Oliver ----- Original Message ----- From: "Ceri Davies" <setantae@submonkey.net> To: "Oliver Fischer" <plexus@snafu.de> Cc: <freebsd-gnats-submit@freebsd.org> Sent: Saturday, May 04, 2002 6:38 PM Subject: Re: docs/37667: FreeBSD Hypertext Man Pages have problems with tailing spaces > On Sat, May 04, 2002 at 03:51:58PM +0100, Ceri Davies wrote: > > On Sat, May 04, 2002 at 03:00:07AM -0700, Oliver Fischer wrote: > > > > > > Hm, I used the quotes only to show the space after the keyword. If I > > > enter >>man route << I will show me the man page independend of the > > > number of blanks. I think it want be much work to remove the tailing > > > white spaces. > > This has been done now - can you confirm it's ok ? > > Ceri > > -- > get the cool shoe shine > > |