diff options
author | 2012-04-01 16:48:43 +0000 | |
---|---|---|
committer | 2012-04-01 16:48:43 +0000 | |
commit | 383d424bf58bd035c67f5763522350900c38eb0a (patch) | |
tree | d7081e7ad7b2e4c0bea2658a7e610257aefefbe3 /lib/libc/sys | |
parent | Fix merge botch when porting this from NetBSD; we don't need to disable the (diff) | |
download | wireguard-openbsd-383d424bf58bd035c67f5763522350900c38eb0a.tar.xz wireguard-openbsd-383d424bf58bd035c67f5763522350900c38eb0a.zip |
fix previous;
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/accept.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/accept.2 b/lib/libc/sys/accept.2 index fd9e28b80f4..b776bda812c 100644 --- a/lib/libc/sys/accept.2 +++ b/lib/libc/sys/accept.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: accept.2,v 1.21 2012/04/01 15:09:44 deraadt Exp $ +.\" $OpenBSD: accept.2,v 1.22 2012/04/01 16:48:43 jmc Exp $ .\" $NetBSD: accept.2,v 1.7 1996/01/31 20:14:42 mycroft Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -188,6 +188,7 @@ A connection has been aborted. The .Fn accept function appeared in +.Bx 4.2 . .Sh CAVEATS When .Er EMFILE |