summaryrefslogtreecommitdiff
path: root/usr.bin/top/top.c
diff options
context:
space:
mode:
authorJared Yanovich <jaredy@cvs.openbsd.org>2005-05-13 20:43:31 +0000
committerJared Yanovich <jaredy@cvs.openbsd.org>2005-05-13 20:43:31 +0000
commit793e0be1778fc28dcddf20529e0aa8df41a4367c (patch)
tree6f231fc57481bc95de0d5ab0deb290207751c540 /usr.bin/top/top.c
parent8e277ad095bce073bf7f7ec4272fa6b0a4463978 (diff)
grab bag of man page updates
- sync to reality (kill first BUG, WCPU field, and ABANDONED state and add WAIT field description) - transform paragraph of field descriptions into a list - minor mdoc, spelling, capitalization nits ok & help jmc, mickey
Diffstat (limited to 'usr.bin/top/top.c')
-rw-r--r--usr.bin/top/top.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/top/top.c b/usr.bin/top/top.c
index 54d2ecbe36c..0824074e63d 100644
--- a/usr.bin/top/top.c
+++ b/usr.bin/top/top.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: top.c,v 1.36 2005/04/13 02:33:09 deraadt Exp $ */
+/* $OpenBSD: top.c,v 1.37 2005/05/13 20:43:30 jaredy Exp $ */
/*
* Top users/processes display for Unix
@@ -817,7 +817,7 @@ rundisplay(void)
break;
case CMD_pid:
- new_message(MT_standout, "Process id to show: ");
+ new_message(MT_standout, "Process ID to show: ");
if (readline(tempbuf2, sizeof(tempbuf2), No) > 0) {
if (tempbuf2[0] == '+' &&
tempbuf2[1] == '\0') {