Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2017 18:03:34 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r319246 - head/tools/build/options
Message-ID:  <201705301803.v4UI3YZT058779@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705301803.v4UI3YZT058779>