Module Name:    src
Committed By:   snj
Date:           Wed Jun  6 02:12:47 UTC 2018

Modified Files:
        src/external/bsd/top/dist: commands.c

Log Message:
rats in my attic, mice in my top.  i've had enough of these damn rodents.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/top/dist/commands.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/top/dist/commands.c
diff -u src/external/bsd/top/dist/commands.c:1.7 src/external/bsd/top/dist/commands.c:1.8
--- src/external/bsd/top/dist/commands.c:1.7	Fri Mar 23 14:46:05 2012
+++ src/external/bsd/top/dist/commands.c	Wed Jun  6 02:12:47 2018
@@ -508,7 +508,7 @@ renice_procs(char *str)
     /* move to the first process number */
     if ((str = next_field(str)) == NULL)
     {
-	message_error(" remice: no processes specified");
+	message_error(" renice: no processes specified");
 	return;
     }
 

Reply via email to