diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-08-24 05:46:28 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-08-24 05:46:28 +0000 |
commit | 7565f2209633b168cf4513ee98b93d9ef80c0993 (patch) | |
tree | ecdb943ea8231264622385c415d285c03a77b3a4 /lib/libkvm | |
parent | ac2f58f8dfad5e0ea9609f3875357101eb009451 (diff) |
mention _PATH_KSYMS
Diffstat (limited to 'lib/libkvm')
-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 |