diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-07-27 23:48:13 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-07-27 23:48:13 +0000 |
commit | 477aa988374c0f203f91417f23f3741fc92d7650 (patch) | |
tree | dcca6826a78661282412e71079e9fb4dc8b1484a /lib/libc | |
parent | faa2a2e508d811eb51aac03ea20a62c8510b0201 (diff) |
clean up.
millert@ ok
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdlib/exit.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/exit.3 b/lib/libc/stdlib/exit.3 index cecc020d0fb..bcfdfd38f57 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.5 2001/03/08 20:43:42 deraadt Exp $ +.\" $OpenBSD: exit.3,v 1.6 2001/07/27 23:48:12 mpech Exp $ .\" .Dd June 29, 1991 .Dt EXIT 3 @@ -69,7 +69,7 @@ function. Following this, .Fn exit calls -.Xr _exit 2. +.Xr _exit 2 . Note that typically .Xr exit 2 only passes the lower 8 bits of |