svn commit: r271615 - head/share/man/man9
Gleb Smirnoff
glebius at FreeBSD.org
Mon Sep 15 11:14:24 UTC 2014
Author: glebius
Date: Mon Sep 15 11:14:23 2014
New Revision: 271615
URL: http://svnweb.freebsd.org/changeset/base/271615
Log:
Add a brief description of CTLFLAG_VNET flag. Since the VIMAGE is
absolutely not documented, I see no reason in long descriptions
here.
Modified:
head/share/man/man9/sysctl.9
Modified: head/share/man/man9/sysctl.9
==============================================================================
--- head/share/man/man9/sysctl.9 Mon Sep 15 09:45:10 2014 (r271614)
+++ head/share/man/man9/sysctl.9 Mon Sep 15 11:14:23 2014 (r271615)
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 31, 2014
+.Dd September 15, 2014
.Dt SYSCTL 9
.Os
.Sh NAME
@@ -504,6 +504,8 @@ The initial sysctl value is tried fetche
enviroment early during module load or system boot.
.It Dv CTLFLAG_DYN
Dynamically created OIDs automatically get this flag set.
+.It Dv CTLFLAG_VNET
+OID references a VIMAGE-enabled variable.
.El
.Sh EXAMPLES
Sample use of
More information about the svn-src-head
mailing list