xref kvm_open.

This commit is contained in:
simonb 2001-04-06 14:37:27 +00:00
parent 353ad332f0
commit ea5c187922
2 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: kvm_dump.3,v 1.6 1999/07/02 15:28:49 simonb Exp $
.\" $NetBSD: kvm_dump.3,v 1.7 2001/04/06 14:37:27 simonb Exp $
.\"
.\" Copyright (c) 1996 Leo Weppelman
.\" All rights reserved.
@ -109,4 +109,5 @@ can be used to retrieve the cause of the error.
These functions first appeared in
.Nx 1.2 .
.Sh SEE ALSO
.Xr kvm 3
.Xr kvm 3 ,
.Xr kvm_open 3

View File

@ -1,4 +1,4 @@
.\" $NetBSD: kvm_getloadavg.3,v 1.4 1998/02/05 18:51:44 perry Exp $
.\" $NetBSD: kvm_getloadavg.3,v 1.5 2001/04/06 14:37:27 simonb Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@ -66,5 +66,6 @@ the number of samples actually retrieved is returned.
.Sh SEE ALSO
.Xr uptime 1 ,
.Xr kvm 3 ,
.Xr kvm_open 3 ,
.Xr sysctl 3 ,
.Xr getloadavg 3