Reflect my change for Xen sysctl(7) nodes:
kern.xen.balloon -> machdep.xen.balloon.
This commit is contained in:
parent
4d58dccaac
commit
232e0a977a
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: balloon.4,v 1.6 2011/04/20 08:20:16 wiz Exp $
|
||||
.\" $NetBSD: balloon.4,v 1.7 2011/07/30 09:39:20 jym Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2011 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -83,7 +83,7 @@ An interface to control
|
|||
is also available through
|
||||
.Xr sysctl 8
|
||||
under
|
||||
.Dq kern.xen.balloon
|
||||
.Dq machdep.xen.balloon
|
||||
(all values being in kilobytes):
|
||||
.Bl -tag indent -width xxxxxxx
|
||||
.It current
|
||||
|
@ -132,7 +132,7 @@ will limit reservation up to the maximum value it can handle.
|
|||
.El
|
||||
.Sh ERRORS
|
||||
When setting the minimum threshold or target reservation entries through
|
||||
.Dq kern.xen.balloon ,
|
||||
.Dq machdep.xen.balloon ,
|
||||
the following errors can be returned:
|
||||
.Bl -tag -width Er
|
||||
.It Bq Er EPERM
|
||||
|
|
Loading…
Reference in New Issue