Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Mar 2015 19:46:48 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r279746 - stable/10/sbin/geom/class/mountver
Message-ID:  <201503071946.t27Jkmjn026934@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Sat Mar  7 19:46:47 2015
New Revision: 279746
URL: https://svnweb.freebsd.org/changeset/base/279746

Log:
  MFC r277799:
  
  Fix sysctl name.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/sbin/geom/class/mountver/gmountver.8
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sbin/geom/class/mountver/gmountver.8
==============================================================================
--- stable/10/sbin/geom/class/mountver/gmountver.8	Sat Mar  7 19:45:07 2015	(r279745)
+++ stable/10/sbin/geom/class/mountver/gmountver.8	Sat Mar  7 19:46:47 2015	(r279746)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 14, 2010
+.Dd January 27, 2015
 .Dt GMOUNTVER 8
 .Os
 .Sh NAME
@@ -110,7 +110,7 @@ GEOM class.
 This can be set to a number between 0 and 3 inclusive.
 If set to 0 minimal debug information is printed, and if set to 3 the
 maximum amount of debug information is printed.
-.It Va kern.geom.mountver.check.check_ident : No 1
+.It Va kern.geom.mountver.check_ident : No 1
 This can be set to 0 or 1.
 If set to 0,
 .Nm



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