From 357238c98bed50e43ceeaa114147be1ab8f4cc75 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 24 Dec 2010 13:00:24 +0000 Subject: [PATCH] Fix xref and pasto. --- share/man/man3/dlfcn.3 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/share/man/man3/dlfcn.3 b/share/man/man3/dlfcn.3 index 5d9380490e4c..c255bf2315de 100644 --- a/share/man/man3/dlfcn.3 +++ b/share/man/man3/dlfcn.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: dlfcn.3,v 1.29 2010/12/24 12:42:56 skrll Exp $ +.\" $NetBSD: dlfcn.3,v 1.30 2010/12/24 13:00:24 wiz Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -77,7 +77,7 @@ are used for shared object searches. .Po see -.Xr ld.elf_so 5 +.Xr ld.elf_so 1 .Pc .Pp Shared libraries take the following form: @@ -87,7 +87,6 @@ The shared object is mapped into the address space, relocated, and its external references are resolved in the same way as is done with the implicitly loaded shared libraries at program startup. .Pp -The If the first argument is .Dv NULL , .Fn dlopen