svn commit: r257461 - stable/10/share/man/man5
Brooks Davis
brooks at FreeBSD.org
Thu Oct 31 18:11:51 UTC 2013
Author: brooks
Date: Thu Oct 31 18:11:50 2013
New Revision: 257461
URL: http://svnweb.freebsd.org/changeset/base/257461
Log:
Notional MFC of r257139:
Regerate after r257460 swapped the default to WITH_NMTREE.
Approved by: re (gjb)
Modified:
stable/10/share/man/man5/src.conf.5
Directory Properties:
stable/10/share/man/man5/ (props changed)
Modified: stable/10/share/man/man5/src.conf.5
==============================================================================
--- stable/10/share/man/man5/src.conf.5 Thu Oct 31 18:06:32 2013 (r257460)
+++ stable/10/share/man/man5/src.conf.5 Thu Oct 31 18:11:50 2013 (r257461)
@@ -764,14 +764,14 @@ Set to not build NLS catalogs.
.\" from FreeBSD: head/tools/build/options/WITHOUT_NLS_CATALOGS 156932 2006-03-21 07:50:50Z ru
Set to not build NLS catalog support for
.Xr csh 1 .
-.It Va WITH_NMTREE
-.\" from FreeBSD: head/tools/build/options/WITH_NMTREE 245435 2013-01-14 20:38:32Z brooks
+.It Va WITHOUT_NMTREE
+.\" from FreeBSD: stable/10/tools/build/options/WITHOUT_NMTREE 257460 2013-10-31 18:06:32Z brooks
Set to install
-.Xr nmtree 8
+.Xr fmtree 8
as
.Xr mtree 8 .
By default
-.Xr fmtree 8
+.Xr nmtree 8
is installed as
.Xr mtree 8 .
.It Va WITHOUT_NS_CACHING
More information about the svn-src-stable-10
mailing list