diff options
author | dg <dg@FreeBSD.org> | 1994-08-05 09:14:37 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1994-08-05 09:14:37 +0000 |
commit | 6b466831f41965b3c04e37a06388e031c03316b6 (patch) | |
tree | 242b5d9154977fcfbc3e9f84dd0d6851c367a897 /bin/ps | |
parent | 57ea13e98c2c8a39a0a8fb034ee3cb0f3654d591 (diff) | |
download | FreeBSD-src-6b466831f41965b3c04e37a06388e031c03316b6.zip FreeBSD-src-6b466831f41965b3c04e37a06388e031c03316b6.tar.gz |
Converted 'vmunix' to 'kernel'.
Diffstat (limited to 'bin/ps')
-rw-r--r-- | bin/ps/ps.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index b0345f7..89b2c2e 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -98,7 +98,7 @@ Sort by memory usage, instead of by process .Tn ID . .It Fl N Extract the name list from the specified system instead of the default -.Dq Pa /vmunix . +.Dq Pa /kernel . .It Fl O Add the information associated with the space or comma separated list of keywords specified, after the process @@ -475,7 +475,7 @@ wait channel (as a symbolic name) exit or stop status (valid only for stopped or zombie process) .El .Sh FILES -.Bl -tag -width /var/run/kvm_vmunix.db -compact +.Bl -tag -width /var/run/kvm_kernel.db -compact .It Pa /dev special files and device names .It Pa /dev/drum @@ -484,9 +484,9 @@ default swap device default kernel memory .It Pa /var/run/dev.db /dev name database -.It Pa /var/run/kvm_vmunix.db +.It Pa /var/run/kvm_kernel.db system namelist database -.It Pa /vmunix +.It Pa /kernel default system namelist .El .Sh SEE ALSO |