| delorie.com/archives/browse.cgi | search |
| 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 <Reid DOT Thompson AT ateb DOT com> |
| To: | "Nellis, Kenneth" <Kenneth DOT Nellis AT acs-inc DOT com> |
| CC: | Reid Thompson <Reid DOT Thompson AT ateb DOT com>, |
| "cygwin AT cygwin DOT com" <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 <Reid DOT Thompson 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: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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-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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |