From 04e9501602b55e4ee8a280e3c490ddf50a9e0cf2 Mon Sep 17 00:00:00 2001 From: Joel Dahl Date: Fri, 26 Oct 2012 16:40:03 +0000 Subject: [PATCH] mdoc: sort sections. --- share/man/man9/zero_copy.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/zero_copy.9 b/share/man/man9/zero_copy.9 index 87d3ba16f70a..27498ffcaa3c 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.