From owner-freebsd-questions@FreeBSD.ORG Sun Oct 31 06:02:14 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D617C1065670 for ; Sun, 31 Oct 2010 06:02:14 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [IPv6:2607:f678:1010::34]) by mx1.freebsd.org (Postfix) with ESMTP id B204F8FC14 for ; Sun, 31 Oct 2010 06:02:14 +0000 (UTC) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id o9V626pg002603 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 30 Oct 2010 23:02:07 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id o9V6267T002593; Sat, 30 Oct 2010 23:02:06 -0700 (PDT) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA25016; Sat, 30 Oct 10 22:01:05 PDT Date: Sat, 30 Oct 2010 22:00:41 -0700 From: perryh@pluto.rain.com To: wblock@wonkity.com, sterling@camdensoftware.com Message-Id: <4cccf7f9.0UgCkeA+owm8JoKb%perryh@pluto.rain.com> References: <20101029185853.0631917f.freebsd@edvax.de> <20101029184958.GE2439@libertas.local.camdensoftware.com> In-Reply-To: User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: man(1) output error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Oct 2010 06:02:14 -0000 Warren Block wrote: > >>> % man csh | less +/rehash > >>> [...] > >>> Error executing formatting or display command. > >>> system command exited with status 36096 > >>> Error executing formatting or display command. > >>> system command exited with status 36096 > >>> No manual entry for csh > >>> % ... > > This seems to be a problem with the csh man page. > > Other pages work fine, like 'man hosts | less +/named' > > or 'man devfs | less +/ruleset'. > > Actually, it appears to be a problem with long manual pages, > including csh, bash, or perlfunc. Does it by any chance go away if you cause "less" to read the pipe all the way to EOF, e.g. by entering G, before exiting? If so, there may be a problem in the way man handles SIGPIPE.