Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Fix inverted logic description for MKSTRIPIDENT.



details:   https://anonhg.NetBSD.org/src/rev/20f6e01094d5
branches:  trunk
changeset: 781647:20f6e01094d5
user:      abs <abs%NetBSD.org@localhost>
date:      Wed Sep 19 23:06:22 2012 +0000

description:
Fix inverted logic description for MKSTRIPIDENT.
Noted by Snader_LB on freenode IRC

diffstat:

 doc/BUILDING.mdoc        |  10 +++++-----
 share/man/man5/mk.conf.5 |  10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diffs (62 lines):

diff -r 59f34d16368d -r 20f6e01094d5 doc/BUILDING.mdoc
--- a/doc/BUILDING.mdoc Wed Sep 19 21:46:46 2012 +0000
+++ b/doc/BUILDING.mdoc Wed Sep 19 23:06:22 2012 +0000
@@ -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 @@
 .
 .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
diff -r 59f34d16368d -r 20f6e01094d5 share/man/man5/mk.conf.5
--- a/share/man/man5/mk.conf.5  Wed Sep 19 21:46:46 2012 +0000
+++ b/share/man/man5/mk.conf.5  Wed Sep 19 23:06:22 2012 +0000
@@ -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 @@
 .
 .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



Home | Main Index | Thread Index | Old Index