diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-05-25 21:49:03 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-05-25 21:49:03 +0000 |
commit | b1ea89b78a761c8dbf0a9e0832aeff2c5b5f384d (patch) | |
tree | ad11e3c4fe06f330ea3d5826eb56ea68cec262e3 /share/man/man3 | |
parent | 4ced6bce8d456c8d24fb3b2c24f6bbad058657a4 (diff) |
rename rtld(1) to ld.so(1)
Diffstat (limited to 'share/man/man3')
-rw-r--r-- | share/man/man3/dlfcn.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man3/dlfcn.3 b/share/man/man3/dlfcn.3 index 5faff684be2..4a9bda937d2 100644 --- a/share/man/man3/dlfcn.3 +++ b/share/man/man3/dlfcn.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dlfcn.3,v 1.10 2000/03/19 19:25:23 aaron Exp $ +.\" $OpenBSD: dlfcn.3,v 1.11 2000/05/25 21:49:01 deraadt Exp $ .\" $NetBSD: dlfcn.3,v 1.3 1996/01/09 19:43:34 pk Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg @@ -120,7 +120,7 @@ returns a character string representing the most recent error that has occurred while processing one of the other functions described here. .Sh SEE ALSO .Xr ld 1 , -.Xr rtld 1 , +.Xr ld.so 1 , .Xr link 5 .Sh HISTORY Some of the |