diff options
Diffstat (limited to 'share')
-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; |