home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / Wave / WavesWorld / Source / Libraries / tcl7.4b3 / doc / exit.n < prev    next >
Encoding:
Text File  |  1994-12-17  |  675 b   |  29 lines

  1. '\"
  2. '\" Copyright (c) 1993 The Regents of the University of California.
  3. '\" Copyright (c) 1994 Sun Microsystems, Inc.
  4. '\"
  5. '\" See the file "license.terms" for information on usage and redistribution
  6. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  7. '\" 
  8. '\" @(#) exit.n 1.3 94/12/17 16:17:50
  9. '\" 
  10. .so man.macros
  11. .HS exit tcl
  12. .BS
  13. '\" Note:  do not modify the .SH NAME line immediately below!
  14. .SH NAME
  15. exit \- End the application
  16. .SH SYNOPSIS
  17. \fBexit \fR?\fIreturnCode\fR?
  18. .BE
  19.  
  20. .SH DESCRIPTION
  21. .PP
  22. Terminate the process, returning \fIreturnCode\fR to the
  23. system as the exit status.
  24. If \fIreturnCode\fR isn't specified then it defaults
  25. to 0.
  26.  
  27. .SH KEYWORDS
  28. exit, process
  29.