diff options
Diffstat (limited to 'lib/libkvm/kvm.3')
-rw-r--r-- | lib/libkvm/kvm.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libkvm/kvm.3 b/lib/libkvm/kvm.3 index c834906f705..931aa317fa8 100644 --- a/lib/libkvm/kvm.3 +++ b/lib/libkvm/kvm.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kvm.3,v 1.3 2000/03/04 15:29:56 aaron Exp $ +.\" $OpenBSD: kvm.3,v 1.4 2003/05/16 08:55:04 jmc Exp $ .\" $NetBSD: kvm.3,v 1.2 1996/03/18 22:33:11 thorpej Exp $ .\" .\" Copyright (c) 1992, 1993 @@ -48,10 +48,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 .Pa /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 |