diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-19 14:36:51 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-19 14:36:51 +0000 |
commit | e750cbc68f80ac6c26d23dcb8cadc442231288c4 (patch) | |
tree | 980a51c923bd4f321477dad8aea153eee4a8a703 /lib/libkvm/kvm_dump.3 | |
parent | dfb85655ce8ef4ef4a7fada878ab09453688a593 (diff) |
Repair two typos; caught by gluk@ptci.ru.
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 52e73f2d4d3..eef150a38ce 100644 --- a/lib/libkvm/kvm_dump.3 +++ b/lib/libkvm/kvm_dump.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kvm_dump.3,v 1.4 2000/03/04 15:29:56 aaron Exp $ +.\" $OpenBSD: kvm_dump.3,v 1.5 2000/10/19 14:36:50 aaron Exp $ .\" $NetBSD: kvm_dump.3,v 1.1 1996/03/18 21:11:12 leo Exp $ .\" .\" Copyright (c) 1996 Leo Weppelman @@ -78,7 +78,7 @@ The data is written to the file pointed at by .Fa fp . The .Fa dumpsize -argument is only used to properly the set the segment size of the +argument is only used to properly set the segment size of the .Dv CORE_DATA section. Note that this function assumes that @@ -95,7 +95,7 @@ function clears the magic number in the physical memory file associated with .Fa kd . The address translations must be enabled for this to work (thus assuming that -.Fn kvm_dum_mkheader +.Fn kvm_dump_mkheader was called earlier in the sequence). .Sh RETURN VALUES All functions return 0 on success, \-1 on failure. |