diff options
author | tijl <tijl@FreeBSD.org> | 2015-02-14 15:14:41 +0000 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-02-14 15:14:41 +0000 |
commit | c9c9d17fcba54c156d51c2a765e389c9807ccc9c (patch) | |
tree | 846f4fa0a5acd828f56823537fe8286a1872dcc0 /lib/libc | |
parent | 1cd0dffdca6542739e3aa4c7e5221f0b28d076c4 (diff) | |
download | FreeBSD-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.3 | 4 |
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 |