~ubuntu-branches/ubuntu/saucy/manpages/saucy

« back to all changes in this revision

Viewing changes to man3/atexit.3

  • Committer: Package Import Robot
  • Author(s): Loïc Minier
  • Date: 2011-10-17 13:06:22 UTC
  • mfrom: (1.1.46 upstream) (2.2.11 sid)
  • Revision ID: package-import@ubuntu.com-20111017130622-rbdw3julnma2baqu
Tags: 3.32-0.2ubuntu1
* Merge from Debian testing/unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.
* Keep Debian's glibc-doc version in the Replaces as it's satisfactory for
  upgrades from natty and lucid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
more than once (i.e., calling
91
91
.BR exit (3)
92
92
within a function registered using
93
 
.BR atexit (3))
 
93
.BR atexit ())
94
94
is undefined.
95
95
On some systems (but not Linux), this can result in an infinite recursion;
96
96
.\" This can happen on OpenBSD 4.2 for example, and is documented
100
100
portable programs should not invoke
101
101
.BR exit (3)
102
102
inside a function registered using
103
 
.BR atexit (3).
 
103
.BR atexit ().
104
104
 
105
105
The
106
106
.BR atexit ()
158
158
.BR exit (3),
159
159
.BR on_exit (3)
160
160
.SH COLOPHON
161
 
This page is part of release 3.27 of the Linux
 
161
This page is part of release 3.32 of the Linux
162
162
.I man-pages
163
163
project.
164
164
A description of the project,