From owner-freebsd-bugs@FreeBSD.ORG Fri Oct 15 21:30:14 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 02B731065670 for ; Fri, 15 Oct 2010 21:30:14 +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 CB34C8FC14 for ; Fri, 15 Oct 2010 21:30:13 +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 o9FLUDkN073134 for ; Fri, 15 Oct 2010 21:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o9FLUDpB073129; Fri, 15 Oct 2010 21:30:13 GMT (envelope-from gnats) Date: Fri, 15 Oct 2010 21:30:13 GMT Message-Id: <201010152130.o9FLUDpB073129@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jilles Tjoelker Cc: Subject: Re: bin/26695: change request: kill(1)/killall(1) -l output X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jilles Tjoelker List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Oct 2010 21:30:14 -0000 The following reply was made to PR bin/26695; it has been noted by GNATS. From: Jilles Tjoelker To: bug-followup@FreeBSD.org, david@wmol.com Cc: Subject: Re: bin/26695: change request: kill(1)/killall(1) -l output Date: Fri, 15 Oct 2010 23:20:17 +0200 > [Adding signal numbers to kill/killall -l output] I don't think kill -l should be made not POSIX compliant to allow for this. killall might be changed, but this may be unlikely too given how long this PR has been in the system. -- Jilles Tjoelker