diff options
author | 2005-08-11 05:18:45 +0000 | |
---|---|---|
committer | 2005-08-11 05:18:45 +0000 | |
commit | ec5c16728ca0bca96dcff1ece73c6902c9ce17ec (patch) | |
tree | 81ad336a498f74dbff818ad278c6f586b2cae08d /lib | |
parent | Only decrement the max-src-conn counter for tcp connections that reached (diff) | |
download | wireguard-openbsd-ec5c16728ca0bca96dcff1ece73c6902c9ce17ec.tar.xz wireguard-openbsd-ec5c16728ca0bca96dcff1ece73c6902c9ce17ec.zip |
wording; ok jaredy@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/close.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/close.2 b/lib/libc/sys/close.2 index d136f39cd7b..b654e7469b6 100644 --- a/lib/libc/sys/close.2 +++ b/lib/libc/sys/close.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: close.2,v 1.12 2005/08/10 01:25:51 jaredy Exp $ +.\" $OpenBSD: close.2,v 1.13 2005/08/11 05:18:45 jmc Exp $ .\" $NetBSD: close.2,v 1.5 1995/02/27 12:32:14 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 @@ -55,7 +55,7 @@ on the last close of a .Xr socket 2 , associated naming information and queued data are discarded; and on the last close of a file holding an advisory lock, -the lock is released (see further +the lock is released (see .Xr flock 2 ) . However, the semantics of System V and .St -p1003.1-88 |