diff options
Diffstat (limited to 'lib/libkvm/kvm_dump.3')
-rw-r--r-- | lib/libkvm/kvm_dump.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libkvm/kvm_dump.3 b/lib/libkvm/kvm_dump.3 index ffddb95f4a2..fa51b1bc1c8 100644 --- a/lib/libkvm/kvm_dump.3 +++ b/lib/libkvm/kvm_dump.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kvm_dump.3,v 1.2 1999/07/07 14:22:25 aaron Exp $ +.\" $OpenBSD: kvm_dump.3,v 1.3 1999/07/09 13:35:25 aaron Exp $ .\" $NetBSD: kvm_dump.3,v 1.1 1996/03/18 21:11:12 leo Exp $ .\" .\" Copyright (c) 1996 Leo Weppelman @@ -54,10 +54,10 @@ First note that the functions described here were designed to be used by .Pp The function .Fn kvm_dump_mkheader -checks if the physical memory file associated with +checks if the physical memory file associated with .Fa kd contains a valid crash-dump header as generated by a dumping kernel. When a -valid header is found, +valid header is found, .Fn kvm_dump_mkheader initializes the internal kvm data structures as if a crash-dump generated by the |