From owner-freebsd-hackers@FreeBSD.ORG Fri Aug 28 07:33:29 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F60C1069A10 for ; Fri, 28 Aug 2009 07:33:29 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from kientzle.com (kientzle.com [66.166.149.50]) by mx1.freebsd.org (Postfix) with ESMTP id 93004900ED for ; Fri, 28 Aug 2009 01:45:02 +0000 (UTC) Received: (from root@localhost) by kientzle.com (8.14.3/8.14.3) id n7S1iiML033503; Thu, 27 Aug 2009 18:44:44 -0700 (PDT) (envelope-from kientzle@freebsd.org) Received: from dark.x.kientzle.com (fw2.kientzle.com [10.123.1.2]) by kientzle.com with SMTP id zj6g6gykxyuxwu6vbnu4fx9nz2; Thu, 27 Aug 2009 18:44:44 -0700 (PDT) (envelope-from kientzle@freebsd.org) Message-ID: <4A97368C.9000405@freebsd.org> Date: Thu, 27 Aug 2009 18:44:44 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.21) Gecko/20090601 SeaMonkey/1.1.16 MIME-Version: 1.0 To: Brian Somers References: <20090825034054.2d57e733@dev.lan.Awfulhak.org> <20090826234009.13b90734@dev.lan.Awfulhak.org> In-Reply-To: <20090826234009.13b90734@dev.lan.Awfulhak.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org, Ivan Radovanovic Subject: Re: Deprecating ps(1)s -w switch X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Aug 2009 07:33:34 -0000 Brian Somers wrote: > > To clarify, my proposal is to silently ignore the -w switch (any/all of them) > and to remove the code that reads the terminal width and truncates some > columns based on the result (or based on "132"). If you're going to change something that, whether you agree with it or not, a lot of other code depends on, you may as well change the name at the same time and call it "myps". Tim