diff options
author | uqs <uqs@FreeBSD.org> | 2010-05-13 12:07:55 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2010-05-13 12:07:55 +0000 |
commit | 1ab3783e1a2e5231321a0fc5399736ddc70407f0 (patch) | |
tree | c699822393a0ad4134098c013ca4b4ea4e2f3108 /usr.bin | |
parent | 43b7e87f4317ace45532f012cea993a4d9d418f0 (diff) | |
download | FreeBSD-src-1ab3783e1a2e5231321a0fc5399736ddc70407f0.zip FreeBSD-src-1ab3783e1a2e5231321a0fc5399736ddc70407f0.tar.gz |
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
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/bsdiff/bsdiff/bsdiff.1 | 4 | ||||
-rw-r--r-- | usr.bin/bsdiff/bspatch/bspatch.1 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/bsdiff/bsdiff/bsdiff.1 b/usr.bin/bsdiff/bsdiff/bsdiff.1 index 4ceb9ed..6c59862 100644 --- a/usr.bin/bsdiff/bsdiff/bsdiff.1 +++ b/usr.bin/bsdiff/bsdiff/bsdiff.1 @@ -65,6 +65,8 @@ an absolute minimum working set size of 8 times the size of .Ar oldfile . .Sh SEE ALSO .Xr bspatch 1 +.Sh AUTHORS +.An Colin Percival Aq cperciva@FreeBSD.org .Sh BUGS The .Nm @@ -84,5 +86,3 @@ and .Ar newfile and compare against them before and after applying .Ar patchfile . -.Sh AUTHORS -.An Colin Percival Aq cperciva@FreeBSD.org 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 |