diff options
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 0343d46..e0b12eb 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 |