diff options
author | 1999-06-29 03:09:55 +0000 | |
---|---|---|
committer | 1999-06-29 03:09:55 +0000 | |
commit | 1e7e370be98d1bfe2e84083e40482e7e6542c435 (patch) | |
tree | 6ca9075a264775834f742502cb157b877fcb85ea /lib/libc/sys | |
parent | sync with freebsd: (diff) | |
download | wireguard-openbsd-1e7e370be98d1bfe2e84083e40482e7e6542c435.tar.xz wireguard-openbsd-1e7e370be98d1bfe2e84083e40482e7e6542c435.zip |
fix phasing
Diffstat (limited to 'lib/libc/sys')
-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 |