Date: Wed, 15 Oct 2008 03:55:00 +0000 (UTC) From: Edwin Groothuis <edwin@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r183902 - user/edwin/top/top-3.8b1/contrib/top Message-ID: <200810150355.m9F3t0oO023451@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810150355.m9F3t0oO023451>