svn commit: r322752 - head/share/man/man7

Glen Barber gjb at FreeBSD.org
Mon Aug 21 14:14:15 UTC 2017


Author: gjb
Date: Mon Aug 21 14:14:13 2017
New Revision: 322752
URL: https://svnweb.freebsd.org/changeset/base/322752

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

Modified:
  head/share/man/man7/tests.7

Modified: head/share/man/man7/tests.7
==============================================================================
--- head/share/man/man7/tests.7	Mon Aug 21 13:54:29 2017	(r322751)
+++ head/share/man/man7/tests.7	Mon Aug 21 14:14:13 2017	(r322752)
@@ -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