Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Aug 2005 01:30:36 GMT
From:      garys@opusnet.com (Gary W. Swearingen)
To:        freebsd-doc@FreeBSD.org
Subject:   Re: docs/85104: keyboard(4) manpage hides behind Xorg version
Message-ID:  <200508220130.j7M1Uado052210@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/85104; it has been noted by GNATS.

From: garys@opusnet.com (Gary W. Swearingen)
To: Giorgos Keramidas <keramida@ceid.upatras.gr>
Cc: bug-followup@freebsd.org
Subject: Re: docs/85104: keyboard(4) manpage hides behind Xorg version
Date: Sun, 21 Aug 2005 18:27:45 -0700

 Giorgos Keramidas <keramida@ceid.upatras.gr> writes:
 
 > The average Joe Random User has to learn about "apropos" and "man -k"
 > though.  This is the canonical way of looking for manpages related to a
 > topic, and invoking either one of "apropos" or "man -k" shows there are
 > two manpages:
 >
 > % giorgos@gothmog:/home/giorgos$ man -k ^keyboard
 > % keyboard(4)              - pc keyboard interface
 > % keyboard(4x)             - Keyboard input driver
 > % giorgos@gothmog:/home/giorgos$
 
 OK, so JRU now knows about the two manpages.  Show me what commands JRU
 uses to view each one (regardless of JRU's PATH value, I hope). But
 don't bother unless it's better than my awkward solution below.
 
 > The correct way to bring up manpages of section XX is to use "man XX",
 > so you shouldn't really expect to see keyboard(4x) by running:
 >
 > 	% man 4 keyboard
 >
 > The correct command:
 >
 > 	% man 4x keyboard
 >
 > pulls the correct manpage, so I don't see what the problem is :-/
 
 The problem is that JRU might, and I do, get the keyboard(4x) manpage
 no matter which of your commands we use, and as you say we "shouldn't
 really expect to see keyboard(4x) by running: man 4 keyboard".  The
 other problem is that in order to see keyboard(4), one might have to
 do all this and know enough to do it:
 
    $ man -wa keyboard
    /usr/X11R6/man/man4/keyboard.4x.gz
    /usr/share/man/man4/keyboard.4.gz
    $ man -M /usr/share/man keyboard



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508220130.j7M1Uado052210>