Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Oct 1997 11:54:28 -0500 (CDT)
From:      Mark Tinguely <tinguely@plains.NoDak.edu>
To:        hackers@FreeBSD.ORG, jacques@wired.ctech.ac.za
Subject:   Re: values for exit()
Message-ID:  <199710151654.LAA22736@plains.NoDak.edu>

next in thread | raw e-mail | index | archive | help
>  Where can I find the exit values for
>  exit()?  Meaning, what is the difference
>  between eg exit(1) and exit(2)?

each application defines their return code meanings. The important
rule is that 0 means no error, non-zero indicates an error or special
condition.

--mark.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710151654.LAA22736>