diff options
author | 2013-01-18 09:47:09 +0000 | |
---|---|---|
committer | 2013-01-18 09:47:09 +0000 | |
commit | 6ddac9b94c5f64e1fe5c2c60f04ba50c55721e38 (patch) | |
tree | cf0d0db7a117daf8d492cffb5750858b0645545e /share/man/man9 | |
parent | Update the setsockopt(2) interface documentation for the EFBIG and (diff) | |
download | wireguard-openbsd-6ddac9b94c5f64e1fe5c2c60f04ba50c55721e38.tar.xz wireguard-openbsd-6ddac9b94c5f64e1fe5c2c60f04ba50c55721e38.zip |
s/the the/the/ in sosplice(9)
spotted by jmc@
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/sosplice.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/sosplice.9 b/share/man/man9/sosplice.9 index e00bc483438..c47ffdde191 100644 --- a/share/man/man9/sosplice.9 +++ b/share/man/man9/sosplice.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sosplice.9,v 1.5 2013/01/17 22:55:24 bluhm Exp $ +.\" $OpenBSD: sosplice.9,v 1.6 2013/01/18 09:47:09 bluhm Exp $ .\" .\" Copyright (c) 2011-2013 Alexander Bluhm <bluhm@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 17 2013 $ +.Dd $Mdocdate: January 18 2013 $ .Dt SOSPLICE 9 .Os .Sh NAME @@ -141,7 +141,7 @@ socket buffer. .Pp For atomic protocols, either one complete packet is taken out, or nothing is taken at all if: -the packet is bigger than the the drain's send buffer size, in which +the packet is bigger than the drain's send buffer size, in which case the splicing gets aborted with an .Er EMSGSIZE error; |