X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.5 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org From: Reid Thompson To: "Nellis, Kenneth" CC: Reid Thompson , "cygwin AT cygwin DOT com" Subject: Re: man redirect error Date: Wed, 4 Jan 2012 14:34:20 +0000 Message-ID: <1325687660.28537.1.camel@raker2.ateb.com> References: <2BF01EB27B56CC478AD6E5A0A28931F203C949C7 AT A1DAL1SWPES19MB DOT ams DOT acs-inc DOT net> In-Reply-To: <2BF01EB27B56CC478AD6E5A0A28931F203C949C7@A1DAL1SWPES19MB.ams.acs-inc.net> Reply-To: Reid Thompson Content-Type: text/plain; charset="utf-8" Content-ID: <377A5E701247834BB61AD20E690DD8AB AT ateb DOT com> MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id q04EYgZ6013736 On Tue, 2012-01-03 at 15:30 -0600, Nellis, Kenneth wrote: > Thought maybe someone would be interested in the following error. > > $ man gcc | head > GCC(1) GNU > GCC(1) > > > > NAME > gcc - GNU project C and C++ compiler > > SYNOPSIS > gcc [-c|-S|-E] [-std=standard] > [-g] [-pg] [-Olevel] > Error executing formatting or display command. > System command (cd "/usr/share/man" && (echo ".pl 11i"; /usr/bin/gunzip > -c '/usr/share/man/man1/gcc.1.gz') | /usr/bin/tbl | /usr/bin/nroff -c > -mandoc 2>/dev/null | /usr/bin/less -isrR) exited with status 36096. > No manual entry for gcc > $ probably not. Why are you wanting to head the output? Man already displays using a pager. $ uname -a Linux raker2 2.6.39-gentoo-r3 #7 SMP PREEMPT Thu Nov 17 16:11:22 EST 2011 x86_64 Intel(R) Core(TM) i5-2500 CPU @ 3.30GHz GenuineIntel GNU/Linux $ man gcc |head GCC(1) GNU GCC(1) NAME gcc - GNU project C and C++ compiler SYNOPSIS gcc [-c|-S|-E] [-std=standard] [-g] [-pg] [-Olevel] Error executing formatting or display command. System command (cd "/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/man" && (echo ".pl 11i"; /bin/bzip2 -c -d '/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/man/man1/gcc.1.bz2') | /usr/bin/gtbl | /usr/bin/nroff -mandoc | /usr/bin/less) exited with status 141. No manual entry for gcc