summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/exit.3
diff options
context:
space:
mode:
authorjmc <>2003-03-06 19:54:52 +0000
committerjmc <>2003-03-06 19:54:52 +0000
commit8392fbf4c9c18cb003f62b2b7ea5a78b4048a1c7 (patch)
tree9637efc6f8e4f0c7046de14f4861390b64390f0b /src/lib/libc/stdlib/exit.3
parent245daf3c316cfd1dc750e840f9dd77c105241255 (diff)
downloadopenbsd-8392fbf4c9c18cb003f62b2b7ea5a78b4048a1c7.tar.gz
openbsd-8392fbf4c9c18cb003f62b2b7ea5a78b4048a1c7.tar.bz2
openbsd-8392fbf4c9c18cb003f62b2b7ea5a78b4048a1c7.zip
.Xr's;
typos in man page section ok deraadt@
Diffstat (limited to 'src/lib/libc/stdlib/exit.3')
-rw-r--r--src/lib/libc/stdlib/exit.34
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,
71calls 71calls
72.Xr _exit 2 . 72.Xr _exit 2 .
73Note that typically 73Note that typically
74.Xr exit 2 74.Xr _exit 2
75only passes the lower 8 bits of 75only passes the lower 8 bits of
76.Fa status 76.Fa status
77on to the parent, thus negative values have less meaning. 77on to the parent, thus negative values have less meaning.