Re: manpages for X11 games?
Hi,
I think if a binary is in /usr/X11R6/bin, the man pages go
into /usr/X11R6/man. If it is in /usr/games, the man pages go in
/usr/man. The algorithm, which is the same one as the one used to
generate the man path, is
base=$(dirname <path to binary> | sed s:/[^/]*$:/: )man
I think that works for everything in my PATH. How about that for a
policy criterion?
manoj
__> echo $(dirname /usr/sbin/make-kpkg | sed s:/[^/]*$:/: )man
/usr/man
--
Beauty is only skin deep, but Ugly goes straight to the bone.
Manoj Srivastava <srivasta@acm.org> <http://www.datasync.com/%7Esrivasta/>
Key C7261095 fingerprint = CB D9 F4 12 68 07 E4 05 CC 2D 27 12 1D F5 E8 6E
Reply to: