Query: exit
OS: bsd
Section: 3f
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
EXIT(3F) EXIT(3F)NAMEexit - terminate process with statusSYNOPSISsubroutine exit (status) integer statusDESCRIPTIONExit flushes and closes all the process's files, and notifies the parent process if it is executing a wait. The low-order 8 bits of status are available to the parent process. (Therefore status should be in the range 0 - 255) This call will never return. The C function exit may cause cleanup actions before the final `sys exit'.FILES/usr/lib/libF77.aSEE ALSOexit(2), fork(2), fork(3F), wait(2), wait(3F) 4.2 Berkeley Distribution May 15, 1985 EXIT(3F)
Related Man Pages |
---|
_exit(2) - mojave |
exit(3) - mojave |
exit(3) - osx |
wait(2) - v7 |
_exit(2) - opendarwin |
Similar Topics in the Unix Linux Community |
---|
Oracle return codes? |
exit a script |
Exits from putty instead of shell script |
Screen blanks when exiting vi and more |
While Loop Exiting |