Module Name: src
Committed By: wiz
Date: Mon Jan 13 11:44:02 UTC 2020
Modified Files:
src/share/man/man3: dlfcn.3
Log Message:
Clean up dash use. Remove superfluous Pp.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/share/man/man3/dlfcn.3
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/man3/dlfcn.3
diff -u src/share/man/man3/dlfcn.3:1.35 src/share/man/man3/dlfcn.3:1.36
--- src/share/man/man3/dlfcn.3:1.35 Mon Jan 13 09:00:59 2020
+++ src/share/man/man3/dlfcn.3 Mon Jan 13 11:44:02 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: dlfcn.3,v 1.35 2020/01/13 09:00:59 kamil Exp $
+.\" $NetBSD: dlfcn.3,v 1.36 2020/01/13 11:44:02 wiz Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -113,7 +113,6 @@ This is the default value if resolution
.El
.Pp
One of the following values may be used to specify symbol visibility:
-.Pp
.Bl -tag -width "RTLD_GLOBALXX" -offset indent
.It Dv RTLD_GLOBAL
The object's symbols and the symbols of its dependencies will be visible to
@@ -203,8 +202,9 @@ However, the symbols of an object's depe
All shared objects loaded at program startup are globally visible.
Only the symbols in the main executable that are referenced by a
shared object at link time will be visible unless it has been linked
-with the --export-dynamic option where all of its symbols will be
-visible.
+with the
+.Fl Fl export-dynamic
+option where all of its symbols will be visible.
The following special
.Fa handle
values may be used with
@@ -251,8 +251,8 @@ and the
must match in order for the symbol to be resolved.
.Pp
.Fn dladdr
-examines all currently mapped shared objects for a symbol whose address --
-as mapped in the process address space -- is closest to but not exceeding
+examines all currently mapped shared objects for a symbol whose address \(em
+as mapped in the process address space \(em is closest to but not exceeding
the value passed in the first argument
.Fa addr .
The symbols of a shared object are only eligible if