From 1ab3783e1a2e5231321a0fc5399736ddc70407f0 Mon Sep 17 00:00:00 2001 From: uqs Date: Thu, 13 May 2010 12:07:55 +0000 Subject: mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the bottom of the manpages and order them consistently. GNU groff doesn't care about the ordering, and doesn't even mention CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put them. Found by: mdocml lint run Reviewed by: ru --- usr.bin/bsdiff/bspatch/bspatch.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/bsdiff/bspatch') diff --git a/usr.bin/bsdiff/bspatch/bspatch.1 b/usr.bin/bsdiff/bspatch/bspatch.1 index 29b8db3..352d0cf 100644 --- a/usr.bin/bsdiff/bspatch/bspatch.1 +++ b/usr.bin/bsdiff/bspatch/bspatch.1 @@ -61,6 +61,8 @@ but can tolerate a very small working set without a dramatic loss of performance. .Sh SEE ALSO .Xr bsdiff 1 +.Sh AUTHORS +.An Colin Percival Aq cperciva@FreeBSD.org .Sh BUGS The .Nm @@ -82,5 +84,3 @@ that .Ar newfile matches the target file from which .Ar was built. -.Sh AUTHORS -.An Colin Percival Aq cperciva@FreeBSD.org -- cgit v1.1