Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man5 Use Fl, Xr. New sentence, new line. Bump date...
details: https://anonhg.NetBSD.org/src/rev/6ebda77c8729
branches: trunk
changeset: 823358:6ebda77c8729
user: wiz <wiz%NetBSD.org@localhost>
date: Thu Apr 20 09:48:55 2017 +0000
description:
Use Fl, Xr. New sentence, new line. Bump date for previous.
diffstat:
share/man/man5/mk.conf.5 | 16 ++++++++++++----
1 files changed, 12 insertions(+), 4 deletions(-)
diffs (39 lines):
diff -r 5d9041d2a963 -r 6ebda77c8729 share/man/man5/mk.conf.5
--- a/share/man/man5/mk.conf.5 Thu Apr 20 09:47:52 2017 +0000
+++ b/share/man/man5/mk.conf.5 Thu Apr 20 09:48:55 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mk.conf.5,v 1.73 2017/04/20 09:29:10 ozaki-r Exp $
+.\" $NetBSD: mk.conf.5,v 1.74 2017/04/20 09:48:55 wiz 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 February 16, 2017
+.Dd April 20, 2017
.Dt MK.CONF 5
.Os
.\" turn off hyphenation
@@ -789,10 +789,18 @@
If
.Dq yes ,
strip all local symbols from shared libraries;
-the affect is equivalent to -x option of ld(1). If
+the affect is equivalent to the
+.Fl x
+option of
+.Xr ld 1 .
+If
.Dq no ,
strip only temporary local symbols; the affect is equivalent
-to -X option of ld(1). Keeping non-temporary local symbols
+to the
+.Fl X
+option of
+.Xr ld 1 .
+Keeping non-temporary local symbols
such as static function names is useful on using DTrace for
userland libraries and getting a backtrace from a rump kernel
loading shared libraries.
Home |
Main Index |
Thread Index |
Old Index