|
|
1.1 root 1: .\" Copyright (c) 1983 Regents of the University of California.
2: .\" All rights reserved. The Berkeley software License Agreement
3: .\" specifies the terms and conditions for redistribution.
4: .\"
5: .\" @(#)abort.3f 6.2 (Berkeley) 6/7/85
6: .\"
7: .TH ABORT 3F "June 7, 1985"
8: .UC 5
9: .SH NAME
10: abort \- abnormal termination
11: .SH SYNOPSIS
12: .B subroutine abort (string)
13: .br
14: .B character*(*) string
15: .SH DESCRIPTION
16: .I Abort
17: cleans up the I/O buffers and then terminates execution.
18: If
19: .I string
20: is given, it is written to logical unit 0 preceded by ``abort:''.
21: .PP
22: If the
23: .B \(mig
24: flag was specified during loading,
25: then execution is terminated by calling
26: .I abort
27: (3)
28: which aborts producing a
29: .I core
30: file in the current directory.
31: If
32: .B \-g
33: was not specified while loading,
34: then
35: .I ***\ Execution terminated
36: is written
37: on logical unit 0 and execution is terminated.
38: .PP
39: If the
40: .I f77_dump_flag
41: environment variable
42: has been set to a value which begins with
43: .IR y , \ abort
44: (3) is called whether or not
45: .B \(mig
46: was specified during loading.
47: Similarly, if the value of
48: .I f77_dump_flag
49: begins with
50: .IR n , \ abort
51: is not called.
52: .SH FILES
53: .ie \nM /usr/ucb/lib/libF77.a
54: .el /usr/lib/libF77.a
55: .SH "SEE ALSO"
56: abort(3)
57: .SH BUGS
58: .I String
59: is ignored on the PDP11.
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.