svn commit: r319246 - head/tools/build/options

Ngie Cooper ngie at FreeBSD.org
Tue May 30 18:03:36 UTC 2017


Author: ngie
Date: Tue May 30 18:03:34 2017
New Revision: 319246
URL: https://svnweb.freebsd.org/changeset/base/319246

Log:
  Use .Xr to reference libblacklist(3), blacklistctl(8), and blacklistd(8)
  
  MFC after:	now
  Sponsored by:	Dell EMC Isilon

Modified:
  head/tools/build/options/WITHOUT_BLACKLIST
  head/tools/build/options/WITHOUT_BLACKLIST_SUPPORT

Modified: head/tools/build/options/WITHOUT_BLACKLIST
==============================================================================
--- head/tools/build/options/WITHOUT_BLACKLIST	Tue May 30 17:48:41 2017	(r319245)
+++ head/tools/build/options/WITHOUT_BLACKLIST	Tue May 30 18:03:34 2017	(r319246)
@@ -1,2 +1,5 @@
 .\" $FreeBSD$
-Set this if you do not want to build blacklistd/blacklistctl.
+Set this if you do not want to build
+.Xr blacklistd 8
+and
+.Xr blacklistctl 8 .

Modified: head/tools/build/options/WITHOUT_BLACKLIST_SUPPORT
==============================================================================
--- head/tools/build/options/WITHOUT_BLACKLIST_SUPPORT	Tue May 30 17:48:41 2017	(r319245)
+++ head/tools/build/options/WITHOUT_BLACKLIST_SUPPORT	Tue May 30 18:03:34 2017	(r319246)
@@ -1,5 +1,7 @@
 .\" $FreeBSD$
-Set to build some programs without blacklistd support, like
+Set to build some programs without
+.Xr libblacklist 3
+support, like
 .Xr fingerd 8 ,
 .Xr ftpd 8 ,
 .Xr rlogind 8 ,


More information about the svn-src-head mailing list