1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

The ld(1) flag is -Bsymbolic not -Wsymbolic.

This commit is contained in:
Tijl Coosemans 2015-02-14 15:14:41 +00:00
parent 45468c5356
commit dac0a53840
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=278758

View File

@ -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