Note that streams are now flushed on abort.

Change standards section to reflect POSIX 1003.1-1990 conformance.
This commit is contained in:
alex 1996-10-26 18:14:44 +00:00
parent 14b3637b6d
commit e460162303

View File

@ -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 .