Module Name: src
Committed By: abs
Date: Wed Sep 19 23:06:22 UTC 2012
Modified Files:
src/doc: BUILDING.mdoc
src/share/man/man5: mk.conf.5
Log Message:
Fix inverted logic description for MKSTRIPIDENT.
Noted by Snader_LB on freenode IRC
To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/doc/BUILDING.mdoc
cvs rdiff -u -r1.61 -r1.62 src/share/man/man5/mk.conf.5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/BUILDING.mdoc
diff -u src/doc/BUILDING.mdoc:1.89 src/doc/BUILDING.mdoc:1.90
--- src/doc/BUILDING.mdoc:1.89 Fri May 25 10:47:25 2012
+++ src/doc/BUILDING.mdoc Wed Sep 19 23:06:22 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: BUILDING.mdoc,v 1.89 2012/05/25 10:47:25 wiz Exp $
+.\" $NetBSD: BUILDING.mdoc,v 1.90 2012/09/19 23:06:22 abs Exp $
.\"
.\" Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -33,7 +33,7 @@
.\" Toolchain prefix for commands
.ds toolprefix nb
.
-.Dd May 25, 2012
+.Dd September 19, 2012
.Dt BUILDING 8
.Os NetBSD
.
@@ -580,9 +580,9 @@ unconditionally.
.
.It Sy MKSTRIPIDENT
.YorN
-Indicates whether program binaries and shared libraries should be built
-to include RCS IDs for use with
-.Xr ident 1 .
+Indicates whether RCS IDs, for use with
+.Xr ident 1 ,
+should be stripped from program binaries and shared libraries.
.DFLTn
.
.It Sy MKUNPRIVED
Index: src/share/man/man5/mk.conf.5
diff -u src/share/man/man5/mk.conf.5:1.61 src/share/man/man5/mk.conf.5:1.62
--- src/share/man/man5/mk.conf.5:1.61 Sat Jul 14 17:12:27 2012
+++ src/share/man/man5/mk.conf.5 Wed Sep 19 23:06:22 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: mk.conf.5,v 1.61 2012/07/14 17:12:27 wiz Exp $
+.\" $NetBSD: mk.conf.5,v 1.62 2012/09/19 23:06:22 abs Exp $
.\"
.\" Copyright (c) 1999-2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd July 14, 2012
+.Dd September 19, 2012
.Dt MK.CONF 5
.Os
.\" turn off hyphenation
@@ -641,9 +641,9 @@ will be built and installed.
.
.It Sy MKSTRIPIDENT
.YorN
-Indicates whether program binaries and shared libraries should be built
-to include RCS IDs for use with
-.Xr ident 1 .
+Indicates whether RCS IDs, for use with
+.Xr ident 1 ,
+should be stripped from program binaries and shared libraries.
.DFLTn
.
.It Sy MKUNPRIVED