diff options
author | Alexey Zelkin <phantom@FreeBSD.org> | 2000-04-22 16:10:12 +0000 |
---|---|---|
committer | Alexey Zelkin <phantom@FreeBSD.org> | 2000-04-22 16:10:12 +0000 |
commit | 7f5e8c848ccb851a977d66002a597d5e99c60ff3 (patch) | |
tree | c13f4c1c4d3a987f9a2934e0ff46f224ee28a98e /lib/libkvm/kvm.3 | |
parent | 15efcd39ae8c9171f62e33c8bde3ae23dde6e213 (diff) |
Introduce .Lb macro to libkvm manpages.
Use .Pa macro for "enlighting" path
Notes
Notes:
svn path=/head/; revision=59510
Diffstat (limited to 'lib/libkvm/kvm.3')
-rw-r--r-- | lib/libkvm/kvm.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libkvm/kvm.3 b/lib/libkvm/kvm.3 index 7647ca676081..5382ae3b7773 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. |