public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* man error
@ 2004-08-01 20:21 yvb
  2004-08-01 21:40 ` Ken Dibble
  2004-08-02 10:20 ` Dr. Volker Zell
  0 siblings, 2 replies; 4+ messages in thread
From: yvb @ 2004-08-01 20:21 UTC (permalink / raw)
  To: cygwin

Hello,

I can't use man command.

When I try to running for example:

man ls

I get this error:

locale: not found
/usr/bin/nroff: invalid option -c

I am running XP Home and the latest version of Cygwin.

Thanks

Yury


--
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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: man error
  2004-08-01 20:21 man error yvb
@ 2004-08-01 21:40 ` Ken Dibble
  2004-08-02 10:20 ` Dr. Volker Zell
  1 sibling, 0 replies; 4+ messages in thread
From: Ken Dibble @ 2004-08-01 21:40 UTC (permalink / raw)
  To: cygwin


This might be a good place to start:

http://cygwin.com/problems.html


yvb wrote:

> Hello,
>
> I can't use man command.
>
> When I try to running for example:
>
> man ls
>
> I get this error:
>
> locale: not found
> /usr/bin/nroff: invalid option -c
>
> I am running XP Home and the latest version of Cygwin.
>
> Thanks
>
> Yury
>


--
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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: man error
  2004-08-01 20:21 man error yvb
  2004-08-01 21:40 ` Ken Dibble
@ 2004-08-02 10:20 ` Dr. Volker Zell
  2004-08-03  9:56   ` yvb
  1 sibling, 1 reply; 4+ messages in thread
From: Dr. Volker Zell @ 2004-08-02 10:20 UTC (permalink / raw)
  To: cygwin

>>>>> yvb  writes:

    > Hello,
    > I can't use man command.

    > When I try to running for example:

    > man ls

    > I get this error:

    > locale: not found
    > /usr/bin/nroff: invalid option -c

What's the contents of your /usr/share/misc/man.conf ?

Ciao
  Volker


--
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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: man error
  2004-08-02 10:20 ` Dr. Volker Zell
@ 2004-08-03  9:56   ` yvb
  0 siblings, 0 replies; 4+ messages in thread
From: yvb @ 2004-08-03  9:56 UTC (permalink / raw)
  To: cygwin

Dr. Volker Zell wrote:

> 
> What's the contents of your /usr/share/misc/man.conf ?

My man.conf is below.
Thank you.
----------------------------------------------

#
# Generated automatically from man.conf.in by the
# configure script.
#
# man.conf from man-1.5k
#
# For more information about this file, see the man pages man(1)
# and man.conf(5).
#
# This file is read by man to configure the default manpath (also used
# when MANPATH contains an empty substring), to find out where the cat
# pages corresponding to given man pages should be stored,
# and to map each PATH element to a manpath element.
# It may also record the pathname of the man binary. [This is unused.]
# The format is:
#
# MANBIN		pathname
# MANPATH		manpath_element	[corresponding_catdir]
# MANPATH_MAP		path_element	manpath_element
#
# If no catdir is given, it is assumed to be equal to the mandir
# (so that this dir has both man1 etc. and cat1 etc. subdirs).
# This is the traditional Unix setup.
# Certain versions of the FSSTND recommend putting formatted versions
# of /usr/.../man/manx/page.x into /var/catman/.../catx/page.x.
# The keyword FSSTND will cause this behaviour.
# Certain versions of the FHS recommend putting formatted versions of
# /usr/.../share/man/[locale/]manx/page.x into
# /var/cache/man/.../[locale/]catx/page.x.
# The keyword FHS will cause this behaviour (and overrides FSSTND).
# Explicitly given catdirs override.
#
# FSSTND
FHS
#
# This file is also read by man in order to find how to call nroff, 
less, etc.,
# and to determine the correspondence between extensions and decompressors.
#
# MANBIN /usr/bin/man
#
# Every automatically generated MANPATH includes these fields
#
MANPATH /usr/share/man
MANPATH	/usr/ssl/man
MANPATH	/usr/man
MANPATH	/usr/X11R6/man
MANPATH	/usr/local/share/man
MANPATH	/usr/local/man
MANPATH	/opt/gnome/man
#
# Uncomment if you want to include one of these by default
#
#MANPATH /opt/teTeX/man
#MANPATH /usr/lib/perl5/man
#MANPATH /usr/share/perl5/man
#MANPATH /usr/share/tcl-8.0/man
#MANPATH /usr/share/tk-8.0/man
#MANPATH /usr/share/tix-4.1/man
#MANPATH /usr/share/coas/man
#MANPATH /usr/kerberos/man
#
# Set up PATH to MANPATH mapping
#
# If people ask for "man foo" and have "/dir/bin/foo" in their PATH
# and the docs are found in "/dir/man", then no mapping is required.
#
# The below mappings are superfluous when the right hand side is
# in the mandatory manpath already, but will keep man from statting
# lots of other nearby files and directories.
#
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
#
# NOAUTOPATH keeps man from automatically adding directories that look like
# manual page directories to the path.
#
#NOAUTOPATH
#
# NOCACHE keeps man from creating cache pages ("cat pages")
# (generally one enables/disable cat page creation by creating/deleting
# the directory they would live in - man never does mkdir)
#
#NOCACHE
#
# Useful paths - note that COL should not be defined when
# NROFF is defined as "groff -Tascii" or "groff -Tlatin1";
# not only is it superfluous, but it actually damages the output.
# For use with utf-8, NROFF should be "nroff -mandoc" without -T option.
#
# If you have a new troff (version 1.18.1?) and its colored output
# causes problems, add the -c option to TROFF, NROFF, JNROFF, KNROFF.
#
TROFF		/usr/bin/groff -Tps -mandoc
NROFF		/usr/bin/nroff -c -mandoc
JNROFF		LANG=ja_JP.UTF-8 /usr/bin/groff -Tnippon -mandocj
KNROFF		/usr/bin/groff -Tkorean -mandoc
EQN		/usr/bin/eqn -Tps
NEQN		/usr/bin/eqn -Tlatin1
JNEQN           /usr/bin/eqn -Tnippon
KNEQN		/usr/bin/eqn -Tkorean
TBL		/usr/bin/tbl
# COL		/usr/bin/col
REFER		/usr/bin/refer
PIC		/usr/bin/pic
VGRIND		
GRAP		/usr/local/bin/grap
PAGER		/usr/bin/less -isrR
CAT		/usr/bin/cat
#
# The command "man -a xyzzy" will show all man pages for xyzzy.
# When CMP is defined man will try to avoid showing the same
# text twice. (But compressed pages compare unequal.)
#
CMP		/usr/bin/cmp -s
#
# Compress cat pages
#
COMPRESS	/bin/gzip
COMPRESS_EXT	.gz
#
# Default manual sections (and order) to search if -S is not specified
# and the MANSECT environment variable is not set.
#
MANSECT		1:8:2:3:4:5:6:7:9:tcl:n:l:p:o:m:8c
#
# Default options to use when man is invoked without options
# This is mainly for the benefit of those that think -a should be the 
default
# Note that some systems have /usr/man/allman, causing pages to be shown 
twice.
#
#MANDEFOPTIONS	-a
#
# Decompress with given decompressor when input file has given extension
# The command given must act as a filter.
#
.gz		/bin/gunzip -c
.bz2		/bin/bzip2 -c -d
.z		
.Z		/bin/zcat
.F		/usr/local/bin/fcat
.Y		/usr/local/bin/unyabba


--
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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-08-03  9:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-01 20:21 man error yvb
2004-08-01 21:40 ` Ken Dibble
2004-08-02 10:20 ` Dr. Volker Zell
2004-08-03  9:56   ` yvb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).