diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-06-29 03:09:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-06-29 03:09:56 +0000 |
commit | 2341971b3c18e3f71c706e58f4494310d242eee4 (patch) | |
tree | ef95961e14c3cc5df483129e369c81d63c3c4ee4 /lib/libc | |
parent | 4de27bb78aa4c964f7e8a5ef3850d924fbb60f22 (diff) |
fix phasing
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/_exit.2 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/sys/_exit.2 b/lib/libc/sys/_exit.2 index d4fc95d0b62..49b7e76554a 100644 --- a/lib/libc/sys/_exit.2 +++ b/lib/libc/sys/_exit.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: _exit.2,v 1.5 1999/05/23 14:10:57 aaron Exp $ +.\" $OpenBSD: _exit.2,v 1.6 1999/06/29 03:09:55 deraadt Exp $ .\" $NetBSD: _exit.2,v 1.6 1995/02/27 12:31:34 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 @@ -97,8 +97,7 @@ and all current access to the controlling terminal is revoked. Most C programs call the library routine .Xr exit 3 , which flushes buffers, closes streams, unlinks temporary files, etc., -before -calling +and then calls .Fn _exit . .Sh RETURN VALUE .Fn _exit |