diff options
Diffstat (limited to 'src/lib/libc/stdlib')
-rw-r--r-- | src/lib/libc/stdlib/exit.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/exit.3 b/src/lib/libc/stdlib/exit.3 index bcfdfd38f5..68752bb0cd 100644 --- a/src/lib/libc/stdlib/exit.3 +++ b/src/lib/libc/stdlib/exit.3 | |||
@@ -33,7 +33,7 @@ | |||
33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
34 | .\" SUCH DAMAGE. | 34 | .\" SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: exit.3,v 1.6 2001/07/27 23:48:12 mpech Exp $ | 36 | .\" $OpenBSD: exit.3,v 1.7 2003/03/06 19:54:52 jmc Exp $ |
37 | .\" | 37 | .\" |
38 | .Dd June 29, 1991 | 38 | .Dd June 29, 1991 |
39 | .Dt EXIT 3 | 39 | .Dt EXIT 3 |
@@ -71,7 +71,7 @@ Following this, | |||
71 | calls | 71 | calls |
72 | .Xr _exit 2 . | 72 | .Xr _exit 2 . |
73 | Note that typically | 73 | Note that typically |
74 | .Xr exit 2 | 74 | .Xr _exit 2 |
75 | only passes the lower 8 bits of | 75 | only passes the lower 8 bits of |
76 | .Fa status | 76 | .Fa status |
77 | on to the parent, thus negative values have less meaning. | 77 | on to the parent, thus negative values have less meaning. |