=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/display.c,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- src/usr.bin/top/display.c 2010/03/18 12:52:06 1.38 +++ src/usr.bin/top/display.c 2010/03/24 05:03:15 1.39 @@ -1,4 +1,4 @@ -/* $OpenBSD: display.c,v 1.38 2010/03/18 12:52:06 otto Exp $ */ +/* $OpenBSD: display.c,v 1.39 2010/03/24 05:03:15 lum Exp $ */ /* * Top users/processes display for Unix @@ -758,6 +758,7 @@ printwp("These single-character commands are available:\n" "\n" "^L - redraw screen\n" + " - update screen\n" "+ - reset any g, p, or u filters\n" "1 - display CPU statistics on a single line\n" "C - toggle the display of command line arguments\n"