Note that streams are now flushed on abort.

Change standards section to reflect POSIX 1003.1-1990 conformance.
This commit is contained in:
Alexander Langer 1996-10-26 18:14:44 +00:00
parent 4d188f4586
commit 90a720bc0d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19196

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 .