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

Niclas Zeising niclas.zeising at gmail.com
Thu Feb 19 07:11:24 PST 2009


Mike Makonnen wrote:
> Author: mtm
> Date: Thu Feb 19 13:45:25 2009
> New Revision: 188813
> URL: http://svn.freebsd.org/changeset/base/188813
> 
> Log:
>   o grammar fix
>   o remove mention of libkse
> 
> Modified:
>   head/share/man/man5/src.conf.5
> 
> Modified: head/share/man/man5/src.conf.5
> ==============================================================================
> --- head/share/man/man5/src.conf.5	Thu Feb 19 12:47:24 2009	(r188812)
> +++ head/share/man/man5/src.conf.5	Thu Feb 19 13:45:25 2009	(r188813)
> @@ -62,7 +62,7 @@ for a particular build via the
>  .Fl D
>  option of
>  .Xr make 1
> -or in environment; see
> +or in its environment; see
>  .Xr environ 7 .
>  .Pp
>  The values of variables are ignored regardless of their setting;
> @@ -463,13 +463,10 @@ On amd64, set to not build 32-bit librar
>  runtime linker.
>  .It Va WITHOUT_LIBPTHREAD
>  .\" from FreeBSD: head/tools/build/options/WITHOUT_LIBPTHREAD 172498 2007-10-09 17:53:33Z obrien
> -Set to not build either of the
> +Set to not build the
>  .Nm libpthread
> -providing libraries
> -.Nm ( libthr
> -(1:1) &
> -.Nm libkse
> -(M:N)).
> +providing library,
> +.Nm libthr .
>  When set, it also enforces the following options:
>  .Pp
>  .Bl -item -compact

Shouldn't this file be auto-generated from the contents in 
src/tools/build/options/ and therefore not be edited by hand?
You should change the contents of WITHOUT_LIBPTHREAD for the latter 
change, and makeman for the former change, and then regen by running 
make makeman. See the attached patch for changes.
Regards!
//Niclas
-------------- next part --------------
Index: src/tools/build/options/WITHOUT_LIBPTHREAD
===================================================================
RCS file: /home/ncvs/src/tools/build/options/WITHOUT_LIBPTHREAD,v
retrieving revision 1.3
diff -u -d -r1.3 WITHOUT_LIBPTHREAD
--- src/tools/build/options/WITHOUT_LIBPTHREAD	9 Oct 2007 17:53:33 -0000	1.3
+++ src/tools/build/options/WITHOUT_LIBPTHREAD	19 Feb 2009 15:06:59 -0000
@@ -1,8 +1,6 @@
 .\" $FreeBSD: src/tools/build/options/WITHOUT_LIBPTHREAD,v 1.3 2007/10/09 17:53:33 obrien Exp $
-Set to not build either of the
+Set to not build the
 .Nm libpthread
-providing libraries
+providing library
 .Nm ( libthr
-(1:1) &
-.Nm libkse
-(M:N)).
+(1:1)
Index: src/tools/build/options/makeman
===================================================================
RCS file: /home/ncvs/src/tools/build/options/makeman,v
retrieving revision 1.8
diff -u -d -r1.8 makeman
--- src/tools/build/options/makeman	12 Dec 2007 16:39:31 -0000	1.8
+++ src/tools/build/options/makeman	19 Feb 2009 15:06:59 -0000
@@ -118,7 +118,7 @@
 .Fl D
 option of
 .Xr make 1
-or in environment; see
+or in its environment; see
 .Xr environ 7 .
 .Pp
 The values of variables are ignored regardless of their setting;


More information about the svn-src-all mailing list