svn commit: r208323 - head/share/man/man5

Jung-uk Kim jkim at FreeBSD.org
Thu May 20 00:10:11 UTC 2010


Author: jkim
Date: Thu May 20 00:10:11 2010
New Revision: 208323
URL: http://svn.freebsd.org/changeset/base/208323

Log:
  Regen for r208321.

Modified:
  head/share/man/man5/src.conf.5

Modified: head/share/man/man5/src.conf.5
==============================================================================
--- head/share/man/man5/src.conf.5	Thu May 20 00:07:21 2010	(r208322)
+++ head/share/man/man5/src.conf.5	Thu May 20 00:10:11 2010	(r208323)
@@ -1,7 +1,7 @@
 .\" DO NOT EDIT-- this file is automatically generated.
 .\" from FreeBSD: head/tools/build/options/makeman 188848 2009-02-20 11:09:55Z mtm
 .\" $FreeBSD$
-.Dd March 26, 2010
+.Dd May 19, 2010
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -556,6 +556,24 @@ and related support files.
 .It Va WITHOUT_MAN
 .\" from FreeBSD: head/tools/build/options/WITHOUT_MAN 156932 2006-03-21 07:50:50Z ru
 Set to not build manual pages.
+When set, it also enforces the following options:
+.Pp
+.Bl -item -compact
+.It
+.Va WITHOUT_MAN_UTILS
+(can be overridden with
+.Va WITH_MAN_UTILS )
+.El
+.It Va WITHOUT_MAN_UTILS
+.\" from FreeBSD: head/tools/build/options/WITHOUT_MAN_UTILS 208322 2010-05-20 00:07:21Z jkim
+Set to not build utilities for manual pages,
+.Xr apropos 1 ,
+.Xr catman 1 ,
+.Xr makewhatis 1 ,
+.Xr man 1 ,
+.Xr whatis 1 ,
+.Xr manctl 8 ,
+and related support files.
 .It Va WITHOUT_NCP
 .\" from FreeBSD: head/tools/build/options/WITHOUT_NCP 156932 2006-03-21 07:50:50Z ru
 Set to not build programs, libraries, and kernel modules


More information about the svn-src-head mailing list