Module Name:    src
Committed By:   gutteridge
Date:           Sat Mar  9 18:43:39 UTC 2024

Modified Files:
        src/share/man/man3: dlfcn.3

Log Message:
dlfcn.3: remove duplicated dlopen() entry


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/share/man/man3/dlfcn.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man3/dlfcn.3
diff -u src/share/man/man3/dlfcn.3:1.41 src/share/man/man3/dlfcn.3:1.42
--- src/share/man/man3/dlfcn.3:1.41	Sat Mar  9 15:21:38 2024
+++ src/share/man/man3/dlfcn.3	Sat Mar  9 18:43:39 2024
@@ -1,4 +1,4 @@
-.\"	$NetBSD: dlfcn.3,v 1.41 2024/03/09 15:21:38 uwe Exp $
+.\"	$NetBSD: dlfcn.3,v 1.42 2024/03/09 18:43:39 gutteridge Exp $
 .\"
 .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -50,8 +50,6 @@ dynamically linked program automatically
 .Fn _dlauxinfo "void"
 .Ft "void *"
 .Fn dlopen "const char *path" "int mode"
-.Ft "void *"
-.Fn dlopen "const char *path" "int mode"
 .Ft "int"
 .Fn dlclose "void *handle"
 .Ft "void *"

Reply via email to