diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-08-24 06:15:57 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-08-24 06:15:57 +0000 |
commit | 01430e67241b114ac5a2eecb3fd7562f0e596726 (patch) | |
tree | 241f5da450846178df29243ef1d0ddf9c8d452c9 /lib/libkvm.old/kvm_open.3 | |
parent | 763e5cd2c65bd299bdb27da2ea748ac5efbc0ee7 (diff) |
mention _PATH_KSYMS
Diffstat (limited to 'lib/libkvm.old/kvm_open.3')
-rw-r--r-- | lib/libkvm.old/kvm_open.3 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/libkvm.old/kvm_open.3 b/lib/libkvm.old/kvm_open.3 index e0465058fde..101f7216389 100644 --- a/lib/libkvm.old/kvm_open.3 +++ b/lib/libkvm.old/kvm_open.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kvm_open.3,v 1.1 1996/03/19 23:15:38 niklas Exp $ +.\" $OpenBSD: kvm_open.3,v 1.2 1998/08/24 06:15:56 millert Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -73,8 +73,11 @@ If this argument is .Dv NULL , the currently running system is assumed, which is indicated by -.Dv _PATH_UNIX -in <paths.h>. +.Dv _PATH_KSYMS , +if it exists, otherwise +.Dv _PATH_UNIX +is used. +Both are defined in <paths.h>. .Pp .Fa corefile is the kernel memory device file. It can be either /dev/mem |