Source-Changes-HG archive

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

[src/trunk]: src/doc Use Fl and Xr. New sentence, new line.



details:   https://anonhg.NetBSD.org/src/rev/91e377c0be85
branches:  trunk
changeset: 823356:91e377c0be85
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Apr 20 09:47:41 2017 +0000

description:
Use Fl and Xr. New sentence, new line.

diffstat:

 doc/BUILDING.mdoc |  14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 1c38c62b7ae3 -r 91e377c0be85 doc/BUILDING.mdoc
--- a/doc/BUILDING.mdoc Thu Apr 20 09:29:10 2017 +0000
+++ b/doc/BUILDING.mdoc Thu Apr 20 09:47:41 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: BUILDING.mdoc,v 1.117 2017/04/20 09:29:10 ozaki-r Exp $
+.\"    $NetBSD: BUILDING.mdoc,v 1.118 2017/04/20 09:47:41 wiz Exp $
 .\"
 .\" Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -703,10 +703,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