Source-Changes-HG archive

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

[src/trunk]: src/lib/libkvm Sort sections.



details:   https://anonhg.NetBSD.org/src/rev/477ef558c2a3
branches:  trunk
changeset: 769525:477ef558c2a3
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Sep 13 08:53:15 2011 +0000

description:
Sort sections.

diffstat:

 lib/libkvm/kvm.3 |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (33 lines):

diff -r a4ca038bf995 -r 477ef558c2a3 lib/libkvm/kvm.3
--- a/lib/libkvm/kvm.3  Tue Sep 13 08:53:10 2011 +0000
+++ b/lib/libkvm/kvm.3  Tue Sep 13 08:53:15 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: kvm.3,v 1.12 2011/09/12 21:11:32 christos Exp $
+.\"    $NetBSD: kvm.3,v 1.13 2011/09/13 08:53:15 wiz Exp $
 .\"
 .\" Copyright (c) 1992, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -57,6 +57,11 @@
 .Pp
 .Fn kvm_open
 is first called to obtain a descriptor for all subsequent calls.
+.Sh FILES
+.Bl -tag -width /dev/mem -compact
+.It Pa /dev/mem
+interface to physical memory
+.El
 .Sh COMPATIBILITY
 The kvm interface was first introduced in SunOS.
 A considerable number of programs have been developed that use this
@@ -89,11 +94,6 @@
 .Xr kvm_geterr 3 ,
 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