diff options
Diffstat (limited to 'src/lib/libc/stdlib/atexit.3')
-rw-r--r-- | src/lib/libc/stdlib/atexit.3 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/lib/libc/stdlib/atexit.3 b/src/lib/libc/stdlib/atexit.3 index cc37d08b00..5d79ede649 100644 --- a/src/lib/libc/stdlib/atexit.3 +++ b/src/lib/libc/stdlib/atexit.3 | |||
@@ -33,7 +33,7 @@ | |||
33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
34 | .\" SUCH DAMAGE. | 34 | .\" SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: atexit.3,v 1.3 1999/06/29 18:36:18 aaron Exp $ | 36 | .\" $OpenBSD: atexit.3,v 1.4 2000/04/20 13:50:01 aaron Exp $ |
37 | .\" | 37 | .\" |
38 | .Dd June 29, 1991 | 38 | .Dd June 29, 1991 |
39 | .Dt ATEXIT 3 | 39 | .Dt ATEXIT 3 |
@@ -48,8 +48,7 @@ | |||
48 | .Sh DESCRIPTION | 48 | .Sh DESCRIPTION |
49 | The | 49 | The |
50 | .Fn atexit | 50 | .Fn atexit |
51 | function | 51 | function registers the given |
52 | registers the given | ||
53 | .Fa function | 52 | .Fa function |
54 | to be called at program exit, whether via | 53 | to be called at program exit, whether via |
55 | .Xr exit 3 | 54 | .Xr exit 3 |
@@ -72,6 +71,5 @@ The existing list of functions is unmodified. | |||
72 | .Sh STANDARDS | 71 | .Sh STANDARDS |
73 | The | 72 | The |
74 | .Fn atexit | 73 | .Fn atexit |
75 | function | 74 | function conforms to |
76 | conforms to | ||
77 | .St -ansiC . | 75 | .St -ansiC . |