=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/display.c,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- src/usr.bin/top/display.c 2020/06/27 01:09:57 1.62 +++ src/usr.bin/top/display.c 2020/07/26 21:59:16 1.63 @@ -1,4 +1,4 @@ -/* $OpenBSD: display.c,v 1.62 2020/06/27 01:09:57 kn Exp $ */ +/* $OpenBSD: display.c,v 1.63 2020/07/26 21:59:16 kn Exp $ */ /* * Top users/processes display for Unix @@ -810,7 +810,7 @@ "C - toggle the display of command line arguments\n" "d count - show `count' displays, then exit\n" "e - list errors generated by last \"kill\" or \"renice\" command\n" - "g string - filter on command name (g+ selects all commands)\n" + "g|/ string - filter on command name (g+ or /+ selects all commands)\n" "h | ? - help; show this text\n" "H - toggle the display of threads\n" "I | i - toggle the display of idle processes\n"