From 2341971b3c18e3f71c706e58f4494310d242eee4 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 29 Jun 1999 03:09:56 +0000 Subject: fix phasing --- lib/libc/sys/_exit.2 | 5 ++--- 1 file 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 -- cgit v1.2.3