Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libkvm add FILES section to refer to /dev/mem.



details:   https://anonhg.NetBSD.org/src/rev/08e3be1e3dca
branches:  trunk
changeset: 535420:08e3be1e3dca
user:      yamt <yamt%NetBSD.org@localhost>
date:      Sun Aug 18 07:34:51 2002 +0000

description:
add FILES section to refer to /dev/mem.
from openbsd.

diffstat:

 lib/libkvm/kvm.3 |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r acc1734770c0 -r 08e3be1e3dca lib/libkvm/kvm.3
--- a/lib/libkvm/kvm.3  Sun Aug 18 07:23:21 2002 +0000
+++ b/lib/libkvm/kvm.3  Sun Aug 18 07:34:51 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: kvm.3,v 1.5 1999/07/02 15:28:49 simonb Exp $
+.\"    $NetBSD: kvm.3,v 1.6 2002/08/18 07:34:51 yamt Exp $
 .\"
 .\" Copyright (c) 1992, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -37,7 +37,7 @@
 .\"
 .\"     @(#)kvm.3      8.1 (Berkeley) 6/4/93
 .\"
-.Dd June 4, 1993
+.Dd August 18, 2002
 .Dt KVM 3
 .Os
 .Sh NAME
@@ -95,6 +95,11 @@
 to return (not print out) the error message
 corresponding to the most recent error condition on the
 given descriptor.
+.Sh FILES
+.Bl -tag -width /dev/mem -compact
+.It Pa /dev/mem
+interface to physical memory
+.El
 .Sh SEE ALSO
 .Xr kvm_close 3 ,
 .Xr kvm_getargv 3 ,



Home | Main Index | Thread Index | Old Index