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 X-Authentication-Warning: slinky.cs.nyu.edu: pechtcha owned process doing -bs Date: Thu, 17 Jun 2004 13:36:58 -0400 (EDT) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: Chris W <1qazse4 AT cox DOT net> cc: cygwin AT cygwin DOT com Subject: Re: bashrc In-Reply-To: <40D1D3B8.4080904@cox.net> Message-ID: References: <40D1D3B8 DOT 4080904 AT cox DOT net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.39 On Thu, 17 Jun 2004, Chris W wrote: > Hannu E K Nevalainen wrote: > > >Type this at the bash prompt; > >$ MANPAGER="${MANPAGER}p ^INVOCATION" man bash > >and hit enter. > > What is that supposed to do? All I get is an error. That's supposed to show you the part of the bash manpage dealing with invocation. However, it makes an assumption that you have MANPAGER defined, which you probably don't. > p: not found > Error executing formatting or display command. > System command (cd "/usr/share/man" && (echo ".pl 1100i"; /usr/bin/cat > '/usr/share/man/man1/bash.1'; echo; echo ".pl \n(nlu+10") | /usr/bin/tbl > | /usr/bin/nroff -c -mandoc | p ^INVOCATION) exited with status 32512. > No manual entry for bash Try this instead: $ MANPAGER='/usr/bin/less -isrRp ^INVOCATION' man bash HTH, Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "I have since come to realize that being between your mentor and his route to the bathroom is a major career booster." -- Patrick Naughton -- 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/