summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-03-06 19:54:52 +0000
committerjmc <jmc@openbsd.org>2003-03-06 19:54:52 +0000
commita119fbc5b120de4e454b4194d98cad14b803ef5f (patch)
tree1aaf7f31fdc9eceed3fd9004ab04317e5c84ef76 /lib/libc/stdlib
parentbroken .Xr's; (diff)
downloadwireguard-openbsd-a119fbc5b120de4e454b4194d98cad14b803ef5f.tar.xz
wireguard-openbsd-a119fbc5b120de4e454b4194d98cad14b803ef5f.zip
.Xr's;
typos in man page section ok deraadt@
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/exit.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/exit.3 b/lib/libc/stdlib/exit.3
index bcfdfd38f57..68752bb0cd2 100644
--- a/lib/libc/stdlib/exit.3
+++ b/lib/libc/stdlib/exit.3
@@ -33,7 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: exit.3,v 1.6 2001/07/27 23:48:12 mpech Exp $
+.\" $OpenBSD: exit.3,v 1.7 2003/03/06 19:54:52 jmc Exp $
.\"
.Dd June 29, 1991
.Dt EXIT 3
@@ -71,7 +71,7 @@ Following this,
calls
.Xr _exit 2 .
Note that typically
-.Xr exit 2
+.Xr _exit 2
only passes the lower 8 bits of
.Fa status
on to the parent, thus negative values have less meaning.