summaryrefslogtreecommitdiffstats
path: root/winsup/doc/how-using.texinfo
diff options
context:
space:
mode:
authorDavid Starks-Browning <starksb@ebi.ac.uk>2000-09-26 14:55:51 +0000
committerDavid Starks-Browning <starksb@ebi.ac.uk>2000-09-26 14:55:51 +0000
commit03de9775c4a0b867ee6095f462fad959213a0ea7 (patch)
tree284bd60c1dd3ce223415300bd5b751af7e3eeb13 /winsup/doc/how-using.texinfo
parentdfc2c41a6c80090d76c65376fa7a94c496f40f90 (diff)
downloadcygnal-03de9775c4a0b867ee6095f462fad959213a0ea7.tar.gz
cygnal-03de9775c4a0b867ee6095f462fad959213a0ea7.tar.bz2
cygnal-03de9775c4a0b867ee6095f462fad959213a0ea7.zip
New entry "Why doesn't man work?"
(need ash)
Diffstat (limited to 'winsup/doc/how-using.texinfo')
-rw-r--r--winsup/doc/how-using.texinfo14
1 files changed, 14 insertions, 0 deletions
diff --git a/winsup/doc/how-using.texinfo b/winsup/doc/how-using.texinfo
index 18c1b9b62..3ea82264f 100644
--- a/winsup/doc/how-using.texinfo
+++ b/winsup/doc/how-using.texinfo
@@ -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.