svn commit: r278758 - head/lib/libc/gen
Tijl Coosemans
tijl at FreeBSD.org
Sat Feb 14 15:14:42 UTC 2015
Author: tijl
Date: Sat Feb 14 15:14:41 2015
New Revision: 278758
URL: https://svnweb.freebsd.org/changeset/base/278758
Log:
The ld(1) flag is -Bsymbolic not -Wsymbolic.
Modified:
head/lib/libc/gen/dlopen.3
Modified: head/lib/libc/gen/dlopen.3
==============================================================================
--- head/lib/libc/gen/dlopen.3 Sat Feb 14 14:13:00 2015 (r278757)
+++ head/lib/libc/gen/dlopen.3 Sat Feb 14 15:14:41 2015 (r278758)
@@ -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
More information about the svn-src-head
mailing list