Browse Source

Manpage update to match changed functionality; by alex@FreeBSD.org

OPENBSD_2_1
tholo 28 years ago
parent
commit
9bd79ef654
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/lib/libc/stdlib/abort.3

+ 3
- 3
src/lib/libc/stdlib/abort.3 View File

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

Loading…
Cancel
Save