Re: man problem

2001-03-01 Thread Jack Bowling
** Reply to message from Bret Hughes <[EMAIL PROTECTED]> on Thu, 01 Mar 2001 16:51:29 -0600 > Trond Eivind Glomsrød wrote: > > > > [EMAIL PROTECTED] writes: > > > > > Sounds like you have man problems. A good man is so hard to find... > > > *Anguished sigh* > > > > At my university (NTNU, Norw

Re: man problem

2001-03-01 Thread Bret Hughes
Trond Eivind Glomsrød wrote: > > [EMAIL PROTECTED] writes: > > > Sounds like you have man problems. A good man is so hard to find... > > *Anguished sigh* > > At my university (NTNU, Norway), man was a symlink to "woman" which > was "an improved version of man". > I've heard of that. Isn't it

RE: man problem

2001-03-01 Thread Thang Nguyen
2:27 PM To: [EMAIL PROTECTED] Subject: RE: man problem Thang Nguyen [mailto:[EMAIL PROTECTED]] wrote:- > [root@rsync /root]# /usr/bin/groff -Tlatin1 -mandoc > /usr/bin/groff: can't find `DESC' file > /usr/bin/groff:fatal error: invalid device `latin1' Try 'rpm -v g

RE: man problem

2001-03-01 Thread Hugo . Rabson
Thang Nguyen [mailto:[EMAIL PROTECTED]] wrote:- > [root@rsync /root]# /usr/bin/groff -Tlatin1 -mandoc > /usr/bin/groff: can't find `DESC' file > /usr/bin/groff:fatal error: invalid device `latin1' Try 'rpm -v groff' to see if the groff RPM has become corrupted. Has it done this ever since you ins

RE: man problem

2001-03-01 Thread Thang Nguyen
Of [EMAIL PROTECTED] Sent: Thursday, March 01, 2001 2:01 PM To: [EMAIL PROTECTED] Subject: RE: man problem Try this:- # for i in `rpm -qa | grep man` ; do #echo -e -n "Checking $i \r" #rpm -v $i # done If one of the man-related files has become corrupted, that should tell y

RE: man problem

2001-03-01 Thread Hugo . Rabson
Try this:- # for i in `rpm -qa | grep man` ; do #echo -e -n "Checking $i \r" #rpm -v $i # done If one of the man-related files has become corrupted, that should tell you. What language setting did you use? It looks like a locale-related error. > From: Thang Nguyen [mailto:[EMAIL PR

RE: man problem

2001-03-01 Thread Thang Nguyen
TECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Thursday, March 01, 2001 12:36 PM To: [EMAIL PROTECTED] Subject: RE: man problem Sounds like you have man problems. A good man is so hard to find... *Anguished sigh* > From: Thang Nguyen [mailto:[EMAIL PROTECTED]] > [root@rsync /root]# man ls > /u

Re: man problem

2001-03-01 Thread Trond Eivind Glomsrød
[EMAIL PROTECTED] writes: > Sounds like you have man problems. A good man is so hard to find... > *Anguished sigh* At my university (NTNU, Norway), man was a symlink to "woman" which was "an improved version of man". -- Trond Eivind Glomsrød Red Hat, Inc. __

RE: man problem

2001-03-01 Thread Hugo . Rabson
Sounds like you have man problems. A good man is so hard to find... *Anguished sigh* > From: Thang Nguyen [mailto:[EMAIL PROTECTED]] > [root@rsync /root]# man ls > /usr/bin/groff: can't find `DESC' file > /usr/bin/groff:fatal error: invalid device `latin1' _