summaryrefslogtreecommitdiff
path: root/lib/libkvm.old
diff options
context:
space:
mode:
authorAlex Feldman <alex@cvs.openbsd.org>1999-05-16 19:58:20 +0000
committerAlex Feldman <alex@cvs.openbsd.org>1999-05-16 19:58:20 +0000
commit0dacaf536cdff0c70d067a1648e846cf6e7bcffc (patch)
treea7242dc673f15a56501071f686f150e05e519b5e /lib/libkvm.old
parenta745f84c11e201e22ac76b1776820903cabfd67a (diff)
Cleanup xrefs under SEE ALSO. Specifically:
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
Diffstat (limited to 'lib/libkvm.old')
-rw-r--r--lib/libkvm.old/kvm_getfiles.310
-rw-r--r--lib/libkvm.old/kvm_getloadavg.36
2 files changed, 8 insertions, 8 deletions
diff --git a/lib/libkvm.old/kvm_getfiles.3 b/lib/libkvm.old/kvm_getfiles.3
index ef39203d284..1a4237c0511 100644
--- a/lib/libkvm.old/kvm_getfiles.3
+++ b/lib/libkvm.old/kvm_getfiles.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kvm_getfiles.3,v 1.2 1998/08/06 21:26:13 kstailey Exp $
+.\" $OpenBSD: kvm_getfiles.3,v 1.3 1999/05/16 19:55:54 alex Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -78,10 +78,10 @@ will return NULL on failure.
This routine does not belong in the kvm interface.
.Sh SEE ALSO
.Xr kvm 3 ,
+.Xr kvm_close 3 ,
+.Xr kvm_geterr 3 ,
+.Xr kvm_nlist 3 ,
.Xr kvm_open 3 ,
.Xr kvm_openfiles 3 ,
-.Xr kvm_close 3 ,
.Xr kvm_read 3 ,
-.Xr kvm_write 3 ,
-.Xr kvm_nlist 3 ,
-.Xr kvm_geterr 3
+.Xr kvm_write 3
diff --git a/lib/libkvm.old/kvm_getloadavg.3 b/lib/libkvm.old/kvm_getloadavg.3
index 599abac43a5..8759deeee30 100644
--- a/lib/libkvm.old/kvm_getloadavg.3
+++ b/lib/libkvm.old/kvm_getloadavg.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kvm_getloadavg.3,v 1.2 1997/01/02 20:24:09 deraadt Exp $
+.\" $OpenBSD: kvm_getloadavg.3,v 1.3 1999/05/16 19:55:55 alex Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -63,5 +63,5 @@ If the load average was unobtainable, \-1 is returned; otherwise,
the number of samples actually retrieved is returned.
.Sh SEE ALSO
.Xr uptime 1 ,
-.Xr kvm 3 ,
-.Xr getloadavg 3
+.Xr getloadavg 3 ,
+.Xr kvm 3