diff options
Diffstat (limited to 'lib/libc/stdlib/exit.3')
-rw-r--r-- | lib/libc/stdlib/exit.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/exit.3 b/lib/libc/stdlib/exit.3 index 68752bb0cd2..fb499e09466 100644 --- a/lib/libc/stdlib/exit.3 +++ b/lib/libc/stdlib/exit.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: exit.3,v 1.7 2003/03/06 19:54:52 jmc Exp $ +.\" $OpenBSD: exit.3,v 1.8 2003/05/10 06:48:30 jmc Exp $ .\" .Dd June 29, 1991 .Dt EXIT 3 @@ -66,6 +66,7 @@ Unlink all files created with the .Xr tmpfile 3 function. .El +.Pp Following this, .Fn exit calls |