* Remove incorrect comment: as per POSIX.1, calling abort() _does_ flush
and close open streams. * Document that calling abort() removes temporary files. Fixes PR/2967 from Peter Seebach <seebs@taniemarie.solon.com>.
This commit is contained in:
parent
09ad86b260
commit
3edccf530b
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: abort.3,v 1.3 1995/12/28 08:51:56 thorpej Exp $
|
||||
.\" $NetBSD: abort.3,v 1.4 1997/05/19 02:22:42 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
|
@ -55,7 +55,9 @@ signal
|
|||
.Dv SIGABRT
|
||||
is being caught and the signal handler does not return.
|
||||
.Pp
|
||||
No open streams are closed or flushed.
|
||||
Calling the
|
||||
.Fn abort
|
||||
function results in temporary files being removed.
|
||||
.Sh RETURN VALUES
|
||||
The
|
||||
.Nm abort
|
||||
|
|
Loading…
Reference in New Issue