diff options
author | joel <joel@FreeBSD.org> | 2012-10-26 16:40:03 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2012-10-26 16:40:03 +0000 |
commit | b24573de07e5249b4c159feabcbfed257142a85d (patch) | |
tree | 57bb495224d7309e568e0e1b8be518fdab987220 | |
parent | e57dfaa1b0a1043392cc1b09e2e4c5253fcc62f0 (diff) | |
download | FreeBSD-src-b24573de07e5249b4c159feabcbfed257142a85d.zip FreeBSD-src-b24573de07e5249b4c159feabcbfed257142a85d.tar.gz |
mdoc: sort sections.
-rw-r--r-- | share/man/man9/zero_copy.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/zero_copy.9 b/share/man/man9/zero_copy.9 index 87d3ba1..27498ff 100644 --- a/share/man/man9/zero_copy.9 +++ b/share/man/man9/zero_copy.9 @@ -156,8 +156,6 @@ variables respectively. .Xr sendfile 2 , .Xr socket 2 , .Xr ti 4 -.Sh BUGS -The COW based send mechanism is not safe and may result in kernel crashes. .Sh HISTORY The zero copy sockets code first appeared in .Fx 5.0 , @@ -169,3 +167,5 @@ The zero copy sockets code was originally written by .An Andrew Gallatin Aq gallatin@FreeBSD.org and substantially modified and updated by .An Kenneth Merry Aq ken@FreeBSD.org . +.Sh BUGS +The COW based send mechanism is not safe and may result in kernel crashes. |