Author: bdrewery
Date: Fri May  2 23:32:44 2014
New Revision: 265250
URL: http://svnweb.freebsd.org/changeset/base/265250

Log:
  - Add a hint for 'u' and 'J' command that '+' displays all.
  
  MFC after:    2 weeks

Modified:
  head/contrib/top/top.c

Modified: head/contrib/top/top.c
==============================================================================
--- head/contrib/top/top.c      Fri May  2 23:30:39 2014        (r265249)
+++ head/contrib/top/top.c      Fri May  2 23:32:44 2014        (r265250)
@@ -1007,7 +1007,7 @@ restart:
 
                            case CMD_user:
                                new_message(MT_standout,
-                                   "Username to show: ");
+                                   "Username to show (+ for all): ");
                                if (readline(tempbuf2, sizeof(tempbuf2), No) > 
0)
                                {
                                    if (tempbuf2[0] == '+' &&
@@ -1101,7 +1101,7 @@ restart:
 
                            case CMD_jail:
                                new_message(MT_standout,
-                                   "Jail to show: ");
+                                   "Jail to show (+ for all): ");
                                if (readline(tempbuf2, sizeof(tempbuf2), No) > 
0)
                                {
                                    if (tempbuf2[0] == '+' &&
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to