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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10 To unsubscribe, send any mail to "[email protected]"
