diff options
Diffstat (limited to 'src/lib/libc')
-rw-r--r-- | src/lib/libc/stdlib/atexit.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/atexit.3 b/src/lib/libc/stdlib/atexit.3 index a95a45b92e..3a7e0d978a 100644 --- a/src/lib/libc/stdlib/atexit.3 +++ b/src/lib/libc/stdlib/atexit.3 | |||
@@ -29,9 +29,9 @@ | |||
29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
30 | .\" SUCH DAMAGE. | 30 | .\" SUCH DAMAGE. |
31 | .\" | 31 | .\" |
32 | .\" $OpenBSD: atexit.3,v 1.12 2019/06/27 16:30:39 schwarze Exp $ | 32 | .\" $OpenBSD: atexit.3,v 1.13 2022/02/06 00:29:02 jsg Exp $ |
33 | .\" | 33 | .\" |
34 | .Dd $Mdocdate: June 27 2019 $ | 34 | .Dd $Mdocdate: February 6 2022 $ |
35 | .Dt ATEXIT 3 | 35 | .Dt ATEXIT 3 |
36 | .Os | 36 | .Os |
37 | .Sh NAME | 37 | .Sh NAME |
@@ -68,7 +68,7 @@ that matters, not the source of the function that was registered. | |||
68 | is very difficult to use correctly without creating | 68 | is very difficult to use correctly without creating |
69 | .Xr exit 3 Ns -time | 69 | .Xr exit 3 Ns -time |
70 | races. | 70 | races. |
71 | Unless absolutely necessary, please avoid using it. | 71 | Unless absolutely necessary, avoid using it. |
72 | .Sh RETURN VALUES | 72 | .Sh RETURN VALUES |
73 | The | 73 | The |
74 | .Nm | 74 | .Nm |