summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm.3
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2000-04-22 16:10:12 +0000
committerphantom <phantom@FreeBSD.org>2000-04-22 16:10:12 +0000
commit46b3916daf4de930b788159f143fab5e5a65ef5e (patch)
treed6c547a905c4fc0f8bcd0195c0843cb1543c0ae5 /lib/libkvm/kvm.3
parent0ab35641b3694aa478c498f71942007853290ba7 (diff)
downloadFreeBSD-src-46b3916daf4de930b788159f143fab5e5a65ef5e.zip
FreeBSD-src-46b3916daf4de930b788159f143fab5e5a65ef5e.tar.gz
Introduce .Lb macro to libkvm manpages.
Use .Pa macro for "enlighting" path
Diffstat (limited to 'lib/libkvm/kvm.3')
-rw-r--r--lib/libkvm/kvm.34
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libkvm/kvm.3 b/lib/libkvm/kvm.3
index 7647ca6..5382ae3 100644
--- a/lib/libkvm/kvm.3
+++ b/lib/libkvm/kvm.3
@@ -42,13 +42,15 @@
.Sh NAME
.Nm kvm
.Nd kernel memory interface
+.Sh LIBRARY
+.Lb libkvm
.Sh DESCRIPTION
The
.Xr kvm 3
library provides a uniform interface for accessing kernel virtual memory
images, including live systems and crash dumps.
Access to live systems is via
-/dev/mem
+.Pa /dev/mem
while crash dumps can be examined via the core file generated by
.Xr savecore 8 .
The interface behaves identically in both cases.
OpenPOWER on IntegriCloud