Gentoo Archives: gentoo-user

From: Willie Wong <wwong@×××××××××.EDU>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] man mouse problems
Date: Tue, 29 Nov 2005 00:26:50
Message-Id: 20051129001921.GA16182@princeton.edu
In Reply to: Re: [gentoo-user] mouse won't scroll anymore by Billy Holmes
1 On Mon, Nov 28, 2005 at 03:13:38PM -0500, Billy Holmes wrote:
2 > Willie Wong wrote:
3 > >[02:51 PM]wwong man4 $ man 4x mouse
4 > >No entry for mouse in section 4x of the manual
5 >
6 > just do:
7 >
8 > man 4 mouse
9
10 The problem is, there's another entry for mouse under section 4:
11
12 ------snip of man 4 mouse--------
13 MOUSE(4) Linux Programmer's Manual MOUSE(4)
14
15
16
17 NAME
18 mouse - serial mouse interface
19
20 CONFIG
21 Serial mice are connected to a serial RS232/V24 dialout line, see
22 ttyS(4) for a description.
23 ------end snip--------------
24
25 which is rather different from the entry in section 4x
26
27 ------snip of man /usr/man/man4/mouse.4x.gz-------
28 MOUSE(4x) MOUSE(4x)
29
30
31
32 NAME
33 mouse - Mouse input driver
34
35 SYNOPSIS
36 Section "InputDevice"
37 Identifier "idevname"
38 Driver "mouse"
39 Option "Protocol" "protoname"
40 Option "Device" "devpath"
41 ...
42 EndSection
43 -------end snip---------------------
44
45 [07:16 PM]wwong ~ $ find /usr/man/ -name mouse.*
46 /usr/man/man4/mouse.4x.gz
47 /usr/man/man4/mouse.4.gz
48
49 Any ideas?
50
51 W
52
53 p.s. my apologies for hi-jacking the thread. The issue came up when I
54 was trying to help the OP with the original problem.
55 --
56 Two people turned in problem set 12 without indicating their names!
57 This is true scholarship, done for it's own sake and not for
58 material advantage, like a grade.
59 It is an honor to be associated with such nobility of soul.
60 ~Prof. Kirk T. McDonald, DeathEM'03
61 Sortir en Pantoufles: up 16 days, 16:34
62 --
63 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] man mouse problems Billy Holmes <billy@××××××.net>