-.\" $OpenBSD: dlfcn.3,v 1.33 2022/12/05 23:14:03 jmc Exp $
+.\" $OpenBSD: dlfcn.3,v 1.34 2022/12/13 02:50:01 guenther Exp $
.\" $NetBSD: dlfcn.3,v 1.3 1996/01/09 19:43:34 pk Exp $
.\"
.\" Copyright (c) 1995 Paul Kranenburg
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 5 2022 $
+.Dd $Mdocdate: December 13 2022 $
.Dt DLOPEN 3
.Os
.Sh NAME
.Fn dlopen
symbol resolution.
Those symbols will be visible if linking is done with
-.Xr gcc 1
+.Xr cc 1
.Fl rdynamic ,
which is equivalent to
.Xr ld 1