summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/ps/ps.15
-rw-r--r--usr.bin/pkill/pkill.15
2 files changed, 4 insertions, 6 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1
index bf40fc9..66060e2 100644
--- a/bin/ps/ps.1
+++ b/bin/ps/ps.1
@@ -126,9 +126,8 @@ instead of the currently running system.
Sort by memory usage, instead of by process
.Tn ID .
.It Fl N
-Extract the name list from the specified system instead of the
-currently running system as determined by
-.Xr getbootfile 3 .
+Extract the name list from the specified system instead of the default,
+which is the kernel image the system has booted from.
.It Fl O
Add the information associated with the space or comma separated list
of keywords specified, after the process
diff --git a/usr.bin/pkill/pkill.1 b/usr.bin/pkill/pkill.1
index a6c9203..6c525b3 100644
--- a/usr.bin/pkill/pkill.1
+++ b/usr.bin/pkill/pkill.1
@@ -95,9 +95,8 @@ comma-separated list
Extract values associated with the name list from the specified core
instead of the currently running system.
.It Fl N
-Extract the name list from the specified system instead of the
-currently running system as determined by
-.Xr getbootfile 3 .
+Extract the name list from the specified system instead of the default,
+which is the kernel image the system has booted from.
.It Fl U Ar uid
Restrict matches to processes with a real user ID in the comma-separated
list
OpenPOWER on IntegriCloud