diff options
author | 1998-08-24 05:46:27 +0000 | |
---|---|---|
committer | 1998-08-24 05:46:27 +0000 | |
commit | 8f186035dcecc2b44f6e96c3525d1d2eaf3ec2dc (patch) | |
tree | a9524ff2cec8763fccab8e21cd78fc88d7e2b27e /lib/libkvm/kvm_open.3 | |
parent | minor fixup to make this work. i386 still uses libkvm.old but it probably doesn't need to. (diff) | |
download | wireguard-openbsd-8f186035dcecc2b44f6e96c3525d1d2eaf3ec2dc.tar.xz wireguard-openbsd-8f186035dcecc2b44f6e96c3525d1d2eaf3ec2dc.zip |
mention _PATH_KSYMS
Diffstat (limited to 'lib/libkvm/kvm_open.3')
-rw-r--r-- | lib/libkvm/kvm_open.3 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libkvm/kvm_open.3 b/lib/libkvm/kvm_open.3 index 96e063c622a..21e9ffc3b8b 100644 --- a/lib/libkvm/kvm_open.3 +++ b/lib/libkvm/kvm_open.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kvm_open.3,v 1.2 1996/05/05 14:57:35 deraadt Exp $ +.\" $OpenBSD: kvm_open.3,v 1.3 1998/08/24 05:46:27 millert Exp $ .\" $NetBSD: kvm_open.3,v 1.2 1996/03/18 22:33:52 thorpej Exp $ .\" .\" Copyright (c) 1992, 1993 @@ -74,8 +74,11 @@ If this argument is .Dv NULL , the currently running system is assumed, which is indicated by +.Dv _PATH_KSYMS , +if it exists, otherwise .Dv _PATH_UNIX -in <paths.h>. +is used. +Both are defined in <paths.h>. .Pp .Fa corefile is the kernel memory device file. It can be either /dev/mem |