Annotation of cci/usr/src/man/man3/exit.3f, revision 1.1

1.1     ! root        1: .TH EXIT 3F "18 July 1983"
        !             2: .UC 4
        !             3: .SH NAME
        !             4: exit \- terminate process with status
        !             5: .SH SYNOPSIS
        !             6: .B subroutine exit (status)
        !             7: .br
        !             8: .B integer status
        !             9: .SH DESCRIPTION
        !            10: .I Exit
        !            11: flushes and closes all the process's files, and notifies the parent process
        !            12: if it is executing a
        !            13: .IR wait .
        !            14: The low-order 8 bits of 
        !            15: .I status
        !            16: are available to the parent process.
        !            17: (Therefore
        !            18: .I status
        !            19: should be in the range 0 \- 255)
        !            20: .PP
        !            21: This call will never return.
        !            22: .PP
        !            23: The C function
        !            24: .I exit
        !            25: may cause cleanup actions before the
        !            26: final `sys exit'.
        !            27: .SH FILES
        !            28: .ie \nM /usr/ucb/lib/libF77.a
        !            29: .el /usr/lib/libF77.a
        !            30: .SH "SEE ALSO"
        !            31: exit(2), fork(2), fork(3F), wait(2), wait(3F)

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.