diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 2003-03-24 15:58:53 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 2003-03-24 15:58:53 +0000 |
| commit | 4cacb61823db2ecd54db447bc0a8a31fcef189d6 (patch) | |
| tree | 5f97aca110ca7405daf1022e61ae950be063c950 /lib/libkvm/kvm_open.3 | |
| parent | 0dc90c7a0d538d033da630ddd9b6fedd0d3cf496 (diff) | |
Notes
Diffstat (limited to 'lib/libkvm/kvm_open.3')
| -rw-r--r-- | lib/libkvm/kvm_open.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libkvm/kvm_open.3 b/lib/libkvm/kvm_open.3 index 86a4cae74a81..0d2706e84c21 100644 --- a/lib/libkvm/kvm_open.3 +++ b/lib/libkvm/kvm_open.3 @@ -66,8 +66,9 @@ via the library routines. Both active kernels and crash dumps are accessible through this interface. .Pp +The .Fa execfile -is the executable image of the kernel being examined. +argument is the executable image of the kernel being examined. This file must contain a symbol table. If this argument is .Dv NULL , @@ -75,8 +76,9 @@ the currently running system is assumed, as determined from .Xr getbootfile 3 . .Pp +The .Fa corefile -is the kernel memory device file. It can be either /dev/mem +argument is the kernel memory device file. It can be either /dev/mem or a crash dump core generated by .Xr savecore 8 . If |
