summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-03-26 08:54:27 +0000
committerru <ru@FreeBSD.org>2004-03-26 08:54:27 +0000
commite07a59b2f035783ddf0ed027f0a97af4f11cc9ab (patch)
tree7be0ee1178bb181d3ad38b838be748b5a56f089a
parentf969fd5d339ceffdde7ee04ebb87f016222f7d12 (diff)
downloadFreeBSD-src-e07a59b2f035783ddf0ed027f0a97af4f11cc9ab.zip
FreeBSD-src-e07a59b2f035783ddf0ed027f0a97af4f11cc9ab.tar.gz
Avoid the manpage layering violation and low-level implementation
details of libkvm, and just tell what the getbootfile(3) function will return, by using the text from netstat(1) and dmesg(8).
-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