diff options
author | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-05-13 12:07:55 +0000 |
---|---|---|
committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-05-13 12:07:55 +0000 |
commit | 0afc94c17a8772df34294778904e816258542498 (patch) | |
tree | c699822393a0ad4134098c013ca4b4ea4e2f3108 /share/man/man4/ataraid.4 | |
parent | 7565f3e8372c450d436a8b60605a183b4ef1ab83 (diff) |
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
Notes
Notes:
svn path=/head/; revision=208027
Diffstat (limited to 'share/man/man4/ataraid.4')
-rw-r--r-- | share/man/man4/ataraid.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/ataraid.4 b/share/man/man4/ataraid.4 index ee7446dff1a5..98d30688a078 100644 --- a/share/man/man4/ataraid.4 +++ b/share/man/man4/ataraid.4 @@ -135,9 +135,6 @@ ATA RAID device nodes .Sh SEE ALSO .Xr ata 4 , .Xr atacontrol 8 -.Sh CAVEATS -RAID5 is not supported at this time. -Code exists, but it neither uses nor maintains parity information. .Sh AUTHORS .An -nosplit The @@ -146,3 +143,6 @@ driver was written by .An S\(/oren Schmidt Aq sos@FreeBSD.org . This manual page was written by .An Christian Brueffer Aq brueffer@FreeBSD.org . +.Sh CAVEATS +RAID5 is not supported at this time. +Code exists, but it neither uses nor maintains parity information. |