either that, or we have to remove (and undocument) the 'k' command.

Personally, I find it incredibly useful

Index: top.c
===================================================================
RCS file: /data/openbsd/cvs/src/usr.bin/top/top.c,v
retrieving revision 1.87
diff -u -p -r1.87 top.c
--- top.c       4 Nov 2015 21:28:27 -0000       1.87
+++ top.c       5 Nov 2015 09:41:21 -0000
@@ -328,7 +328,7 @@ main(int argc, char *argv[])
                preset_argc = 0;
        } while (i != 0);
 
-       if (pledge("stdio rpath getpw tty id ps vminfo", NULL) == -1)
+       if (pledge("stdio rpath getpw tty proc id ps vminfo", NULL) == -1)
                err(1, "pledge");
 
        /* set constants for username/uid display correctly */

Reply via email to