diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1996-01-30 18:13:11 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-01-30 18:13:11 +0000 |
| commit | e2cc67ef3c8ab4ac37e5cd5f3b327a8f19aa8830 (patch) | |
| tree | 70e5930bb8c509b7c711798ca5407124f8f73286 /lib/libkvm | |
| parent | 34b8a752b102318c13026caeae8467c66ab5a12a (diff) | |
Notes
Diffstat (limited to 'lib/libkvm')
| -rw-r--r-- | lib/libkvm/kvm.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkvm/kvm.3 b/lib/libkvm/kvm.3 index 0343d46907f5..e0b12eb9fe92 100644 --- a/lib/libkvm/kvm.3 +++ b/lib/libkvm/kvm.3 @@ -45,10 +45,10 @@ The .Xr kvm 3 library provides a uniform interface for accessing kernel virtual memory -images, including live systems and crashdumps. +images, including live systems and crash dumps. Access to live systems is via /dev/mem -while crashdumps can be examined via the core file generated by +while crash dumps can be examined via the core file generated by .Xr savecore 8 . The interface behaves identically in both cases. Memory can be read and written, kernel symbol addresses can be |
