=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/top.c,v retrieving revision 1.36 retrieving revision 1.37 diff -c -r1.36 -r1.37 *** src/usr.bin/top/top.c 2005/04/13 02:33:09 1.36 --- src/usr.bin/top/top.c 2005/05/13 20:43:30 1.37 *************** *** 1,4 **** ! /* $OpenBSD: top.c,v 1.36 2005/04/13 02:33:09 deraadt Exp $ */ /* * Top users/processes display for Unix --- 1,4 ---- ! /* $OpenBSD: top.c,v 1.37 2005/05/13 20:43:30 jaredy Exp $ */ /* * Top users/processes display for Unix *************** *** 817,823 **** break; case CMD_pid: ! new_message(MT_standout, "Process id to show: "); if (readline(tempbuf2, sizeof(tempbuf2), No) > 0) { if (tempbuf2[0] == '+' && tempbuf2[1] == '\0') { --- 817,823 ---- break; case CMD_pid: ! new_message(MT_standout, "Process ID to show: "); if (readline(tempbuf2, sizeof(tempbuf2), No) > 0) { if (tempbuf2[0] == '+' && tempbuf2[1] == '\0') {