Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man7 kern.maxvnodes _can_ be lowered, but not belo...
details: https://anonhg.NetBSD.org/src/rev/1fe59208b3e2
branches: trunk
changeset: 368665:1fe59208b3e2
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Mon Jul 25 14:46:53 2022 +0000
description:
kern.maxvnodes _can_ be lowered, but not below the number of currently
active vnodes.
diffstat:
share/man/man7/sysctl.7 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 1953e0ae724a -r 1fe59208b3e2 share/man/man7/sysctl.7
--- a/share/man/man7/sysctl.7 Mon Jul 25 11:02:41 2022 +0000
+++ b/share/man/man7/sysctl.7 Mon Jul 25 14:46:53 2022 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sysctl.7,v 1.156 2021/12/05 07:35:17 msaitoh Exp $
+.\" $NetBSD: sysctl.7,v 1.157 2022/07/25 14:46:53 pgoyette Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)sysctl.3 8.4 (Berkeley) 5/9/95
.\"
-.Dd December 5, 2021
+.Dd July 25, 2022
.Dt SYSCTL 7
.Os
.Sh NAME
@@ -778,7 +778,7 @@
.Xr pty 4 .
.It Li kern.maxvnodes ( Dv KERN_MAXVNODES )
The maximum number of vnodes available on the system.
-This can only be raised.
+This cannot be lowered below the number of currently active vnodes.
.It Li kern.mbuf ( Dv KERN_MBUF )
Return information about the mbuf control variables.
Mbufs are data structures which store network packets and other data
Home |
Main Index |
Thread Index |
Old Index