Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Sep 2014 11:14:23 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r271615 - head/share/man/man9
Message-ID:  <201409151114.s8FBENbn029492@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409151114.s8FBENbn029492>