From owner-freebsd-questions@FreeBSD.ORG Sun Oct 31 04:21:06 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 C6B10106564A for ; Sun, 31 Oct 2010 04:21:06 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 8157B8FC12 for ; Sun, 31 Oct 2010 04:21:06 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id o9V4L34K007246; Sat, 30 Oct 2010 22:21:03 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id o9V4L23L007243; Sat, 30 Oct 2010 22:21:02 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 30 Oct 2010 22:21:02 -0600 (MDT) From: Warren Block To: Adam Vande More In-Reply-To: Message-ID: References: <20101029185853.0631917f.freebsd@edvax.de> <20101029184958.GE2439@libertas.local.camdensoftware.com> <20101031031353.GA2241@holstein.holy.cow> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Sat, 30 Oct 2010 22:21:03 -0600 (MDT) Cc: Chip Camden , questions@freebsd.org, parv@pair.com 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 04:21:06 -0000 On Sat, 30 Oct 2010, Adam Vande More wrote: > On Sat, Oct 30, 2010 at 10:13 PM, wrote: > I tried with "man perlfunc | less '+/y'" (also repeated the above > with csh) which did not result in any error messages in zsh 4 on > FreeBSD 8-STABLE (c. Sep 9 2010). > > > Perhaps it's not directly related to the shell since your config is similar to except my stable is from Oct 4 and the error happens here. Sounds right. The initial search command for less (+/whatever) is not always needed; after the error appears with it, just 'man perlfunc | less' will give the errors. The errors appear here when 'man perlfunc | less +/y' is run on csh, bash, or zsh and "q" is pressed before the EOF has been reached: % man perlfunc | less +/y Error executing formatting or display command. system command exited with status 36096 No manual entry for perlfunc The status is always 36096, or 0x8d00. Haven't yet found a short man page which does this. Interestingly, longer man pages may do it twice: % man ifconfig | less +/following 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 ifconfig Go to the EOF with "G" first, then press "q", and there are no errors.