Module Name: src
Committed By: pgoyette
Date: Mon Jul 25 14:46:53 UTC 2022
Modified Files:
src/share/man/man7: sysctl.7
Log Message:
kern.maxvnodes _can_ be lowered, but not below the number of currently
active vnodes.
To generate a diff of this commit:
cvs rdiff -u -r1.156 -r1.157 src/share/man/man7/sysctl.7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man7/sysctl.7
diff -u src/share/man/man7/sysctl.7:1.156 src/share/man/man7/sysctl.7:1.157
--- src/share/man/man7/sysctl.7:1.156 Sun Dec 5 07:35:17 2021
+++ src/share/man/man7/sysctl.7 Mon Jul 25 14:46:53 2022
@@ -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 @@ See also
.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