From owner-freebsd-bugs@FreeBSD.ORG Sun Aug 1 21:40:06 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4140106566B for ; Sun, 1 Aug 2010 21:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A92258FC16 for ; Sun, 1 Aug 2010 21:40:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o71Le6bt015515 for ; Sun, 1 Aug 2010 21:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o71Le6Sk015514; Sun, 1 Aug 2010 21:40:06 GMT (envelope-from gnats) Date: Sun, 1 Aug 2010 21:40:06 GMT Message-Id: <201008012140.o71Le6Sk015514@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Alexander Best Cc: Subject: Re: bin/143271: [patch] whatis(1) should print error message to stderr X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Best List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2010 21:40:06 -0000 The following reply was made to PR bin/143271; it has been noted by GNATS. From: Alexander Best To: bug-followup@freebsd.org Cc: Jan Schaumann Subject: Re: bin/143271: [patch] whatis(1) should print error message to stderr Date: Sun, 1 Aug 2010 21:33:48 +0000 i agree with the stdout/sterr issue. however i don't see why whatis'es return values should be altered. it's common practice to return 0 on success. so returning 0 if whatis recognizes the keyword is just fine. cheers. alex -- a13x