summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2015-05-12 20:14:09 +0000
committerguenther <guenther@openbsd.org>2015-05-12 20:14:09 +0000
commitba7954c22692b451289b046a31bfd89baad700fc (patch)
tree8c4390f103f9983de0af1074f2d97b31652a91b2 /lib/libc
parentDocument pthread_atfork(3)'s interaction with dlclose(3) (diff)
downloadwireguard-openbsd-ba7954c22692b451289b046a31bfd89baad700fc.tar.xz
wireguard-openbsd-ba7954c22692b451289b046a31bfd89baad700fc.zip
Add dlclose(3) to SEE ALSO
ok millert@ jmc@ schwarze@
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdlib/atexit.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/stdlib/atexit.3 b/lib/libc/stdlib/atexit.3
index c4f56c90fac..d428149de5e 100644
--- a/lib/libc/stdlib/atexit.3
+++ b/lib/libc/stdlib/atexit.3
@@ -29,9 +29,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: atexit.3,v 1.10 2014/11/20 04:55:43 guenther Exp $
+.\" $OpenBSD: atexit.3,v 1.11 2015/05/12 20:14:09 guenther Exp $
.\"
-.Dd $Mdocdate: November 20 2014 $
+.Dd $Mdocdate: May 12 2015 $
.Dt ATEXIT 3
.Os
.Sh NAME
@@ -78,6 +78,7 @@ No memory was available to add the function to the list.
The existing list of functions is unmodified.
.El
.Sh SEE ALSO
+.Xr dlclose 3 ,
.Xr exit 3
.Sh STANDARDS
The