svn commit: r183902 - user/edwin/top/top-3.8b1/contrib/top
Edwin Groothuis
edwin at FreeBSD.org
Wed Oct 15 03:55:00 UTC 2008
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 at 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
More information about the svn-src-user
mailing list