Browse Source

Add dlclose(3) to SEE ALSO

ok millert@ jmc@ schwarze@
OPENBSD_5_8
guenther 9 years ago
parent
commit
69ecb65582
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      src/lib/libc/stdlib/atexit.3

+ 3
- 2
src/lib/libc/stdlib/atexit.3 View File

@ -29,9 +29,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" 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 .Dt ATEXIT 3
.Os .Os
.Sh NAME .Sh NAME
@ -78,6 +78,7 @@ No memory was available to add the function to the list.
The existing list of functions is unmodified. The existing list of functions is unmodified.
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr dlclose 3 ,
.Xr exit 3 .Xr exit 3
.Sh STANDARDS .Sh STANDARDS
The The


Loading…
Cancel
Save