Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: From: Bas van Gompel Subject: Re: Where is documentation on bash "wait"? References: <101520051745 DOT 25630 DOT 43514022000160940000641E22007614380A050E040D0C079D0A AT comcast DOT net> Reply-To: cygwin mailing-list Organisation: Ehm... User-Agent: slrn/0.9.8.1 (Win32) Hamster/2.0.7.0 KorrNews/4.2 To: cygwin AT cygwin DOT com In-Reply-To: <101520051745.25630.43514022000160940000641E22007614380A050E040D0C079D0A@comcast.net> Lines: 46 Date: Sat, 15 Oct 2005 22:46:07 +0200 (MET DST) X-IsSubscribed: yes Op Sat, 15 Oct 2005 17:45:06 +0000 schreef Eric Blake in <101520051745 DOT 25630 DOT 43514022000160940000641E22007614380A050E040D0C079D0A AT comcast DOT net>: [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/