From owner-svn-src-user@FreeBSD.ORG Wed Oct 15 03:55:00 2008 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C7AA1065689; Wed, 15 Oct 2008 03:55:00 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 887E78FC13; Wed, 15 Oct 2008 03:55:00 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id m9F3t0O4023452; Wed, 15 Oct 2008 03:55:00 GMT (envelope-from edwin@svn.freebsd.org) Received: (from edwin@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id m9F3t0oO023451; Wed, 15 Oct 2008 03:55:00 GMT (envelope-from edwin@svn.freebsd.org) Message-Id: <200810150355.m9F3t0oO023451@svn.freebsd.org> From: Edwin Groothuis Date: Wed, 15 Oct 2008 03:55:00 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r183902 - user/edwin/top/top-3.8b1/contrib/top X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2008 03:55:00 -0000 Author: edwin Date: Wed Oct 15 03:55:00 2008 New Revision: 183902 URL: http://svn.freebsd.org/changeset/base/183902 Log: Manual says to use "f" for the full list of arguments. Submitted by: swell.k@gmail.com Modified: user/edwin/top/top-3.8b1/contrib/top/commands.c Modified: user/edwin/top/top-3.8b1/contrib/top/commands.c ============================================================================== --- user/edwin/top/top-3.8b1/contrib/top/commands.c Wed Oct 15 03:38:03 2008 (r183901) +++ user/edwin/top/top-3.8b1/contrib/top/commands.c Wed Oct 15 03:55:00 2008 (r183902) @@ -1015,7 +1015,7 @@ command command_table[] = { { 'U', cmd_useruid, "toggle the display of usernames or uids" }, { 'c', cmd_command, "display processes by command name" }, { 'd', cmd_displays, "change number of displays to show" }, - { 'a', cmd_cmdline, "toggle the display of full command paths" }, + { 'f', cmd_cmdline, "toggle the display of full command paths" }, { 'i', cmd_idle, "toggle the displaying of idle processes" }, { 'I', cmd_idle, NULL }, #ifdef ENABLE_KILL