From e8574ee3feaec79fe691fd033f798950d2af40e0 Mon Sep 17 00:00:00 2001 From: tholo <> Date: Sat, 26 Oct 1996 18:24:44 +0000 Subject: Manpage update to match changed functionality; by alex@FreeBSD.org --- src/lib/libc/stdlib/abort.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libc/stdlib/abort.3 b/src/lib/libc/stdlib/abort.3 index 0ea0749bd9..bdf5779788 100644 --- a/src/lib/libc/stdlib/abort.3 +++ b/src/lib/libc/stdlib/abort.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: abort.3,v 1.2 1996/08/19 08:33:20 tholo Exp $ +.\" $OpenBSD: abort.3,v 1.3 1996/10/26 18:24:44 tholo Exp $ .\" .Dd June 29, 1991 .Dt ABORT 3 @@ -53,7 +53,7 @@ signal .Dv SIGABRT is being caught and the signal handler does not return. .Pp -No open streams are closed or flushed. +Any open streams are flushed and closed. .Sh RETURN VALUES The .Nm abort @@ -67,4 +67,4 @@ The .Fn abort function conforms to -.St -ansiC . +.St -p1003.1-90 . -- cgit v1.2.3-55-g6feb