Op Sat, 15 Oct 2005 17:45:06 +0000 schreef Eric Blake in <[EMAIL PROTECTED]>: [What the...] : > I tried info and man and could not find any information on wait. I want to : > (using bash) : : Did you try 'man wait'? That would have pointed you to 'man bash', where
Did /you/ try it? It complains about not finding bash.1. Do you have a copy of bash.1 lying around somewhere? To get this to work as I think it is intended, I need to: 1) gunzip /usr/share/man/man1/bash.1.gz and /usr/share/man/man1/bash_builtins.1.gz 2) patch /usr/share/man/man1/bash_builtins.1 like so: --- /usr/share/man/man1/bash_builtins.1~ 2005-10-15 21:27:52.000000000 +0200 +++ /usr/share/man/man1/bash_builtins.1 2005-10-15 21:44:33.770000000 +0200 @@ -10,6 +10,6 @@ ulimit, umask, unalias, unset, wait \- bash built-in commands, see \fBbash\fR(1) .SH BASH BUILTIN COMMANDS .nr zZ 1 -.so bash.1 +.so man1/bash.1 .SH SEE ALSO bash(1), sh(1) 3) re-gzip /usr/share/man/man1/bash_builtins.1, but not bash.1 For some reason it doesn't work with a gzipped bash.1. (A bug in man? It looks like it doesn't gunzip in this case.) [...] L8r, Buzz. -- ) | | ---/ ---/ Yes, this | This message consists of true | I do not -- | | / / really is | and false bits entirely. | mail for ) | | / / a 72 by 4 +-------------------------------+ any1 but -- \--| /--- /--- .sigfile. | |perl -pe "s.u(z)\1.as." | me. 4^re -- 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/