summaryrefslogtreecommitdiff
path: root/lib/libkvm
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-05-16 08:55:05 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-05-16 08:55:05 +0000
commit77d70c3b674dbee23f1e5153c65cf9d0e28be3f3 (patch)
tree59ba0c644c5cef0322473296d32458e059d00e0b /lib/libkvm
parent5c821f906b26566d33a5e4debaa9208a93b01c5d (diff)
crashdump/crash-dump -> crash dump;
this fits in with the rest of our docs.
Diffstat (limited to 'lib/libkvm')
-rw-r--r--lib/libkvm/kvm.36
-rw-r--r--lib/libkvm/kvm_dump.38
2 files changed, 7 insertions, 7 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
diff --git a/lib/libkvm/kvm_dump.3 b/lib/libkvm/kvm_dump.3
index 9826bea5a95..c9b3bf4f705 100644
--- a/lib/libkvm/kvm_dump.3
+++ b/lib/libkvm/kvm_dump.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kvm_dump.3,v 1.6 2001/08/06 10:42:26 mpech Exp $
+.\" $OpenBSD: kvm_dump.3,v 1.7 2003/05/16 08:55:04 jmc Exp $
.\" $NetBSD: kvm_dump.3,v 1.1 1996/03/18 21:11:12 leo Exp $
.\"
.\" Copyright (c) 1996 Leo Weppelman
@@ -38,7 +38,7 @@
.Nm kvm_dump_mkheader ,
.Nm kvm_dump_wrtheader ,
.Nm kvm_dump_inval
-.Nd crash-dump support functions
+.Nd crash dump support functions
.Sh SYNOPSIS
.Fd #include <kvm.h>
.Ft int
@@ -55,10 +55,10 @@ The function
.Fn kvm_dump_mkheader
checks if the physical memory file associated with
.Fa kd
-contains a valid crash-dump header as generated by a dumping kernel.
+contains a valid crash dump header as generated by a dumping kernel.
When a valid header is found,
.Fn kvm_dump_mkheader
-initializes the internal kvm data structures as if a crash-dump generated by
+initializes the internal kvm data structures as if a crash dump generated by
the
.Xr savecore 8
program was opened.