diff options
author | 2001-07-27 23:48:12 +0000 | |
---|---|---|
committer | 2001-07-27 23:48:12 +0000 | |
commit | 77e797d66afda3923794b2d542e06603da80929d (patch) | |
tree | 919d3a8a23849c59b84c9100a8f291f874cff320 | |
parent | PF_IN/PF_OUT aren't defined if NPF <= 0, deal with it. (diff) | |
download | wireguard-openbsd-77e797d66afda3923794b2d542e06603da80929d.tar.xz wireguard-openbsd-77e797d66afda3923794b2d542e06603da80929d.zip |
clean up.
millert@ ok
-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 |