=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/top.c,v retrieving revision 1.52 retrieving revision 1.53 diff -c -r1.52 -r1.53 *** src/usr.bin/top/top.c 2007/07/27 13:59:27 1.52 --- src/usr.bin/top/top.c 2007/09/10 10:48:01 1.53 *************** *** 1,4 **** ! /* $OpenBSD: top.c,v 1.52 2007/07/27 13:59:27 deraadt Exp $ */ /* * Top users/processes display for Unix --- 1,4 ---- ! /* $OpenBSD: top.c,v 1.53 2007/09/10 10:48:01 otto Exp $ */ /* * Top users/processes display for Unix *************** *** 845,851 **** break; case CMD_hl: ! new_message(MT_standout, "Process ID to higlight: "); if (readline(tempbuf2, sizeof(tempbuf2), No) > 0) { if (tempbuf2[0] == '+' && tempbuf2[1] == '\0') { --- 845,851 ---- break; case CMD_hl: ! new_message(MT_standout, "Process ID to highlight: "); if (readline(tempbuf2, sizeof(tempbuf2), No) > 0) { if (tempbuf2[0] == '+' && tempbuf2[1] == '\0') {