diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2013-01-18 09:47:10 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2013-01-18 09:47:10 +0000 |
commit | ed87b751483e9a25ac9ac6429713abd174c28851 (patch) | |
tree | 03df37ce0347cace36dbf50e242072605345e315 | |
parent | 646ce586985b6ab72bb21484aa43c805f5f71012 (diff) |
s/the the/the/ in sosplice(9)
spotted by jmc@
-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; |