This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Where can I find the /usr/bin/tbl?


Yiran Guo <guoyr <at> Genomics.org.cn> writes:

> 
> I am using man in cygwin, but get this message:
> $ man man
> sh: /usr/bin/tbl: No such file or directory
> 
> where can I get this tbl?
> 
> Thanks.
> 
> 

now my cygwin is updated to the latest and this message turns to:

$ man man
sh: /usr/bin/tbl: No such file or directory
sh: /usr/bin/nroff: No such file or directory

then i check the man.conf, get this:

$ awk '{if($1!~/^#/)print $0}' /usr/share/misc/man.conf
FHS
MANPATH /usr/share/man
MANPATH /usr/ssl/man
MANPATH /usr/man
MANPATH /usr/X11R6/share/man
MANPATH /usr/X11R6/man
MANPATH /usr/share/qt3/doc/man
MANPATH /usr/local/share/man
MANPATH /usr/local/man
MANPATH /opt/gnome/man
MANPATH_MAP     /bin                    /usr/share/man
MANPATH_MAP     /sbin                   /usr/share/man
MANPATH_MAP     /usr/bin                /usr/share/man
MANPATH_MAP     /usr/sbin               /usr/share/man
MANPATH_MAP     /usr/local/bin          /usr/local/share/man
MANPATH_MAP     /usr/local/sbin         /usr/local/share/man
MANPATH_MAP     /usr/X11R6/bin          /usr/X11R6/man
MANPATH_MAP     /opt/gnome/bin          /opt/gnome/man
TROFF           /usr/bin/groff -Tps -mandoc
NROFF           /usr/bin/nroff -Tlatin1 -mandoc
JNROFF          /usr/bin/groff -Tnippon -mandocj
EQN             /usr/bin/eqn -Tps
NEQN            /usr/bin/eqn -Tlatin1
JNEQN           /usr/bin/eqn -Tnippon
TBL             /usr/bin/tbl
REFER           /usr/bin/refer
PIC             /usr/bin/pic
VGRIND
GRAP            /usr/local/bin/grap
PAGER           /usr/bin/less -isrR
BROWSER         /usr/bin/lynx
HTMLPAGER       /usr/bin/lynx -dump
CAT             /usr/bin/cat
CMP             /usr/bin/cmp -s
COMPRESS        /usr/bin/bzip2
COMPRESS_EXT    .bz2
MANSECT         1:1p:8:2:3:3p:4:5:6:7:9:0p:tcl:n:l:p:o:m:8c
.gz             /usr/bin/gunzip -c
.bz2            /usr/bin/bzip2 -c -d
.z
.Z              /usr/bin/zcat
.F              /usr/local/bin/fcat
.Y              /usr/local/bin/unyabba


what should i do to enable man?

thanx


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]