summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2015-02-14 15:14:41 +0000
committertijl <tijl@FreeBSD.org>2015-02-14 15:14:41 +0000
commitc9c9d17fcba54c156d51c2a765e389c9807ccc9c (patch)
tree846f4fa0a5acd828f56823537fe8286a1872dcc0 /lib/libc
parent1cd0dffdca6542739e3aa4c7e5221f0b28d076c4 (diff)
downloadFreeBSD-src-c9c9d17fcba54c156d51c2a765e389c9807ccc9c.zip
FreeBSD-src-c9c9d17fcba54c156d51c2a765e389c9807ccc9c.tar.gz
The ld(1) flag is -Bsymbolic not -Wsymbolic.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/dlopen.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/dlopen.3 b/lib/libc/gen/dlopen.3
index 089e631..1963528 100644
--- a/lib/libc/gen/dlopen.3
+++ b/lib/libc/gen/dlopen.3
@@ -32,7 +32,7 @@
.\" @(#) dlopen.3 1.6 90/01/31 SMI
.\" $FreeBSD$
.\"
-.Dd December 21, 2011
+.Dd February 14, 2015
.Dt DLOPEN 3
.Os
.Sh NAME
@@ -236,7 +236,7 @@ as follows, in the given order:
The referencing object itself (or the object from which the call to
.Fn dlsym
is made), if that object was linked using the
-.Fl Wsymbolic
+.Fl Bsymbolic
option to
.Xr ld 1 .
.It
OpenPOWER on IntegriCloud