From owner-freebsd-bugs@FreeBSD.ORG Fri Mar 11 00:50:06 2005 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 575AB16A4CE for ; Fri, 11 Mar 2005 00:50:06 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4125943D4C for ; Fri, 11 Mar 2005 00:50:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j2B0o6Gl032808 for ; Fri, 11 Mar 2005 00:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j2B0o6H9032807; Fri, 11 Mar 2005 00:50:06 GMT (envelope-from gnats) Date: Fri, 11 Mar 2005 00:50:06 GMT Message-Id: <200503110050.j2B0o6H9032807@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Subject: Re: bin/46382: ps(1) could use a "repeat" mode X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2005 00:50:06 -0000 The following reply was made to PR bin/46382; it has been noted by GNATS. From: Giorgos Keramidas To: Chris Hodgins Cc: bug-followup@freebsd.org Subject: Re: bin/46382: ps(1) could use a "repeat" mode Date: Fri, 11 Mar 2005 02:45:33 +0200 On 2005-03-10 22:40, Chris Hodgins wrote: > This pr suggests that a -c option is included with ps to add a repeat > mode (see the description below). Looks like the -c option is now > used by something else. > > Perhaps this should be closed now, or maybe we could use -R as it > seems to be one of the few remaining letters free. :) Reading through the original PR text, I was a bit puzzled. Isn't the functionality of the requested option already supported by top?