From 90a720bc0dc5d704e31a4f51f50886e11cc343b6 Mon Sep 17 00:00:00 2001 From: Alexander Langer Date: Sat, 26 Oct 1996 18:14:44 +0000 Subject: [PATCH] Note that streams are now flushed on abort. Change standards section to reflect POSIX 1003.1-1990 conformance. --- lib/libc/stdlib/abort.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/stdlib/abort.3 b/lib/libc/stdlib/abort.3 index f1e65895d3a3..17717e9cea5c 100644 --- a/lib/libc/stdlib/abort.3 +++ b/lib/libc/stdlib/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 .Fn abort @@ -67,4 +67,4 @@ The .Fn abort function conforms to -.St -ansiC . +.St -p1003.1-90 .