svn commit: r322847 - stable/11/share/man/man7

Glen Barber gjb at FreeBSD.org
Thu Aug 24 16:49:35 UTC 2017


Author: gjb
Date: Thu Aug 24 16:49:34 2017
New Revision: 322847
URL: https://svnweb.freebsd.org/changeset/base/322847

Log:
  MFC r322752:
   Update the tests(7) manual page to note the test suite is installed
   by default as of 11.0-RELEASE.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/11/share/man/man7/tests.7
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/man/man7/tests.7
==============================================================================
--- stable/11/share/man/man7/tests.7	Thu Aug 24 16:35:42 2017	(r322846)
+++ stable/11/share/man/man7/tests.7	Thu Aug 24 16:49:34 2017	(r322847)
@@ -26,7 +26,7 @@
 .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
 .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd March 22, 2017
+.Dd August 21, 2017
 .Dt TESTS 7
 .Os
 .Sh NAME
@@ -59,10 +59,9 @@ hierarchy.
 This manual page describes how to run the test suite and how to configure
 some of its optional features.
 .Ss Installing the test suite
-The test suite is not yet installed by default as part of
-.Fx ,
-but this is bound to change during the development of
-.Fx 11.0 .
+The test suite is installed by default as of
+.Fx
+11.0-RELEASE.
 .Pp
 If the
 .Pa /usr/tests


More information about the svn-src-all mailing list