|
Home > Archive > Unix administration > August 2004 > man command get error message
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
man command get error message
|
|
| Alex Shi 2004-08-07, 5:50 pm |
| Hi,
I don't know what had happened with my system, but it seems like somthing
wrong and caused many things behave strangely. One thing is for man: when
running man it does not returns the help information but returns following
fgets: No such file or directory
Error reading man page /usr/share/man/path_to_the_command_man_page
No manual entry for command
I don't understand what this error means. Is fgets a shell command? As I
know
it is a function of C, Perl, PHP, etc..But why it gives such an error?
Alex
| |
| Robert Melson 2004-08-07, 8:48 pm |
| -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Saturday 07 August 2004 16:45, Alex Shi wrote:
> Hi,
>
> I don't know what had happened with my system, but it seems like
> somthing wrong and caused many things behave strangely. One thing is
> for man: when running man it does not returns the help information but
> returns following
>
> fgets: No such file or directory
> Error reading man page /usr/share/man/path_to_the_command_man_page
> No manual entry for command
>
> I don't understand what this error means. Is fgets a shell command? As
> I know
> it is a function of C, Perl, PHP, etc..But why it gives such an error?
>
> Alex
man 3 fgets
fgets, gets -- get a line from a stream
part of the standard C library.
Sounds like your filesystem is corrupt or the manpages missing. Because
of the specific message, I'd suspect corrupt. Can you do an ls
on /usr/share/man?
And what sort of UNIX are you running here? HPUP, Solaris, AIX, what?
What versions? What happened to your system before you started noticing
these problems? If you gave more information about your system and
operating system you might get more help.
- --
Robert G. Melson Nothing is more terrible than
Rio Grande MicroSolutions ignorance in action.
El Paso, Texas Goethe
melsonr(at)earthlink(dot)net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (FreeBSD)
iD8DBQFBFW/GGX60pjRVDrMRAtOJAJ0Zb+uwMASh143JlI8/JfnnrqsHSwCfZHnj
n3ezjWxvANBv0fjWwNy7Em8=
=x/mG
-----END PGP SIGNATURE-----
|
|
|
|
|