From 3424c96f648d6932cf3a450171573c8487c784d8 Mon Sep 17 00:00:00 2001 From: Julio Merino Date: Sun, 13 Apr 2014 11:29:52 +0000 Subject: [PATCH] Fix test suite name in src.conf(5). There is no such thing as the "Kyua test suite"; it is the "FreeBSD Test Suite". While doing this, point readers to tests(7). --- tools/build/options/WITH_TESTS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tools/build/options/WITH_TESTS b/tools/build/options/WITH_TESTS index b50a3076c6e..9575461f47f 100644 --- a/tools/build/options/WITH_TESTS +++ b/tools/build/options/WITH_TESTS @@ -1,2 +1,7 @@ .\" $FreeBSD$ -Set to install the Kyua test suite. +Set to install the +.Fx +Test Suite. +See +.Xr tests 7 +for more details.