Re: Strange error with 'man'

2020-12-08 Thread Patrick O'Callaghan
On Tue, 2020-12-08 at 19:19 +1100, Cameron Simpson wrote: > On 08Dec2020 00:24, Chris Murphy wrote: > > On Mon, Dec 7, 2020, 6:15 AM Patrick O'Callaghan > > wrote: > > > $ rpm -qd lutris > > > /usr/share/man/lutris.1 > > > [poc@Bree ~]$ man lutris > > > No manual entry for lutris > > > [poc@Bree

Re: Strange error with 'man'

2020-12-08 Thread Cameron Simpson
On 08Dec2020 00:24, Chris Murphy wrote: >On Mon, Dec 7, 2020, 6:15 AM Patrick O'Callaghan >wrote: >> $ rpm -qd lutris >> /usr/share/man/lutris.1 >> [poc@Bree ~]$ man lutris >> No manual entry for lutris >> [poc@Bree ~]$ ls -l /usr/share/man/lutris.1 >> -rw-r--r--. 1 root root 1433 Jul 19 00:02 /u

Re: Strange error with 'man'

2020-12-07 Thread Chris Murphy
On Mon, Dec 7, 2020, 6:15 AM Patrick O'Callaghan wrote: > $ rpm -qd lutris > /usr/share/man/lutris.1 > [poc@Bree ~]$ man lutris > No manual entry for lutris > [poc@Bree ~]$ ls -l /usr/share/man/lutris.1 > -rw-r--r--. 1 root root 1433 Jul 19 00:02 /usr/share/man/lutris.1 > I ran into this yest

Re: Strange error with 'man'

2020-12-07 Thread Patrick O'Callaghan
On Mon, 2020-12-07 at 07:33 -0600, Roger Heflin wrote: > Typically man pages are under subdirectores in that dir ie > man1/man2/ So it may be ignoring the top level directory by > design. > > I don't have any man "files" in that top directory, there are just > directories below it that have th

Re: Strange error with 'man'

2020-12-07 Thread Patrick O'Callaghan
On Mon, 2020-12-07 at 14:35 +0100, Ralf Corsepius wrote: > On 12/7/20 2:15 PM, Patrick O'Callaghan wrote: > > $ rpm -qd lutris > > /usr/share/man/lutris.1 > > [poc@Bree ~]$ man lutris > > No manual entry for lutris > > [poc@Bree ~]$ ls -l /usr/share/man/lutris.1 > > -rw-r--r--. 1 root root 1433 Jul

Re: Strange error with 'man'

2020-12-07 Thread Ralf Corsepius
On 12/7/20 2:15 PM, Patrick O'Callaghan wrote: $ rpm -qd lutris /usr/share/man/lutris.1 [poc@Bree ~]$ man lutris No manual entry for lutris [poc@Bree ~]$ ls -l /usr/share/man/lutris.1 -rw-r--r--. 1 root root 1433 Jul 19 00:02 /usr/share/man/lutris.1 I also ran 'mandb' just in case. No difference

Re: Strange error with 'man'

2020-12-07 Thread Roger Heflin
Typically man pages are under subdirectores in that dir ie man1/man2/ So it may be ignoring the top level directory by design. I don't have any man "files" in that top directory, there are just directories below it that have the actual man pages in it. It sounds like a rpm spec file is puttin

Strange error with 'man'

2020-12-07 Thread Patrick O'Callaghan
$ rpm -qd lutris /usr/share/man/lutris.1 [poc@Bree ~]$ man lutris No manual entry for lutris [poc@Bree ~]$ ls -l /usr/share/man/lutris.1 -rw-r--r--. 1 root root 1433 Jul 19 00:02 /usr/share/man/lutris.1 I also ran 'mandb' just in case. No difference. poc _