diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-03-26 08:47:01 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-03-26 08:47:01 +0000 |
| commit | 411ec5a7bea3b0c6802126c131e42ca67b86999c (patch) | |
| tree | 8ad2cc7bff949c37f8b6f06e872d4d100a99639a /usr.bin/pkill | |
| parent | 29f9611d674d7d948f6890c7218b6e6892b51762 (diff) | |
Notes
Diffstat (limited to 'usr.bin/pkill')
| -rw-r--r-- | usr.bin/pkill/pkill.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/pkill/pkill.1 b/usr.bin/pkill/pkill.1 index e14bc679d6d5..a6c9203ea2bd 100644 --- a/usr.bin/pkill/pkill.1 +++ b/usr.bin/pkill/pkill.1 @@ -93,11 +93,11 @@ comma-separated list .Ar ppid . .It Fl M Extract values associated with the name list from the specified core -instead of the default -.Pa /dev/kmem . +instead of the currently running system. .It Fl N -Extract the name list from the specified system instead of the default -.Pa /kernel . +Extract the name list from the specified system instead of the +currently running system as determined by +.Xr getbootfile 3 . .It Fl U Ar uid Restrict matches to processes with a real user ID in the comma-separated list |
