Re: [gentoo-user] man mouse problems

2005-11-29 Thread Billy Holmes

Willie Wong wrote:
r/man/ -name mouse.*

/usr/man/man4/mouse.4x.gz
/usr/man/man4/mouse.4.gz


gnu man will allow you to give a full path :)

yes, that's a hack, but the "man # $page" uses the # as the directory. 
so if mouse.4x.gz was in /usr/man/man4x/mouse.4x.gz, then man 4x mouse 
would work.


man /usr/man/man4/mouse.4x.gz

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] man mouse problems

2005-11-28 Thread Willie Wong
On Mon, Nov 28, 2005 at 03:13:38PM -0500, Billy Holmes wrote:
> Willie Wong wrote:
> >[02:51 PM]wwong man4 $ man 4x mouse
> >No entry for mouse in section 4x of the manual
> 
> just do:
> 
>   man 4 mouse

The problem is, there's another entry for mouse under section 4:

--snip of man 4 mouse
MOUSE(4)   Linux Programmer's Manual  MOUSE(4)



NAME
   mouse - serial mouse interface

CONFIG
   Serial  mice  are  connected  to  a  serial RS232/V24 dialout line, see
   ttyS(4) for a description.
--end snip--

which is rather different from the entry in section 4x

--snip of man /usr/man/man4/mouse.4x.gz---
MOUSE(4x)MOUSE(4x)



NAME
   mouse - Mouse input driver

SYNOPSIS
   Section "InputDevice"
 Identifier "idevname"
 Driver "mouse"
 Option "Protocol" "protoname"
 Option "Device"   "devpath"
 ...
   EndSection
---end snip-

[07:16 PM]wwong ~ $ find /usr/man/ -name mouse.*
/usr/man/man4/mouse.4x.gz
/usr/man/man4/mouse.4.gz

Any ideas?

W

p.s. my apologies for hi-jacking the thread. The issue came up when I
was trying to help the OP with the original problem. 
-- 
  Two people turned in problem set 12 without indicating their names!
  This is true scholarship, done for it's own sake and not for
 material advantage, like a grade.
  It is an honor to be associated with such nobility of soul.
   ~Prof. Kirk T. McDonald, DeathEM'03 
Sortir en Pantoufles: up 16 days, 16:34
-- 
gentoo-user@gentoo.org mailing list