Module Name:    src
Committed By:   wiz
Date:           Thu Apr 20 09:48:55 UTC 2017

Modified Files:
        src/share/man/man5: mk.conf.5

Log Message:
Use Fl, Xr. New sentence, new line. Bump date for previous.


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 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/share/man/man5/mk.conf.5
diff -u src/share/man/man5/mk.conf.5:1.73 src/share/man/man5/mk.conf.5:1.74
--- src/share/man/man5/mk.conf.5:1.73	Thu Apr 20 09:29:10 2017
+++ src/share/man/man5/mk.conf.5	Thu Apr 20 09:48:55 2017
@@ -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 @@ Indicates whether all local symbols shou
 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.

Reply via email to