V1/man/man2/quit.2

Compare this file to the similar file:
Show the results in this format:

        11/3/71                                                 SYS QUIT (II)

NAME              quit -- turn off quit signal

SYNOPSIS          sys        quit; flag          / quit = 26.

DESCRIPTION       When flag is 0, this call disables quit signals from the typewriter
                  (ASCII FS). When flag is 1, quits are re--enabled, and cause execution
                  to cease and a core image to be produced. When flag is an address in
                  the program, a quit causes control to be sent to that address.

                  Quits should be turned off only with due consideration.

FILES

SEE ALSO          sys intr turns off interrupts

DIAGNOSTICS

BUGS

OWNER             ken, dmr