On Tue, Jan 20, 2004 at 10:02:13AM -0800, Anupam Kapoor wrote:
> hi all,
>
> i am having a strange problem displaying man page. when i try a man
> page e.g. 'man ld' here is the output i get :
>
> ,----
> | parth% man ld
> | fgets: No such file or directory
> | Error reading man page /usr/share/man/man1/ld.1.gz
> | No manual entry for ld
> | parth%
> `----
>
> while other man commands e.g. 'man ls' works fine.
>
> any ideas on what might be wrong here ?
Anupam,
What happens if you do:
gunzip -c /usr/share/man/man1/ld.1.gz | /usr/bin/groff -Tascii -man - |
/usr/bin/less -R
hopefully, you get a more understandable error message.
Also, is your environment variable MANPATH set to something
weird? And does /etc/man.conf look ok? (specifically, search
for "fgets", I would think).
- richard
--
Richard Kilgore
[EMAIL PROTECTED]
--
[EMAIL PROTECTED] mailing list