New entry "Why doesn't man work?"

(need ash)
This commit is contained in:
David Starks-Browning 2000-09-26 14:55:51 +00:00
parent dfc2c41a6c
commit 03de9775c4
1 changed files with 14 additions and 0 deletions

View File

@ -91,6 +91,20 @@ Make sure you are using the find that came with Cygwin and that you
aren't picking up the Win32 find command instead. You can verify that
you are getting the right one by doing a "type find" in bash.
@subsection Why doesn't man work?
Even after installing the @samp{man} package, you get an error like this:
@example
bash-2.03$ man man
Error executing formatting or display command.
System command (cd /usr/man ; (echo -e ".pl 1100i"; cat /usr/man/man1/man.1; echo ".pl \n(nlu+10") | /usr/bin/tbl | /usr/bin/groff -Tascii -mandoc | less -is) exited with status 32512.
No manual entry for man
@end example
You also need /bin/sh, which is found in the @samp{ash} package.
Install this too.
@subsection Why doesn't chmod work?
@samp{ntsec} will allow UNIX permissions in Windows NT on NTFS file systems.