diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2015-04-14 19:10:14 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2015-04-14 19:10:14 +0000 |
commit | b03e5313f50d081bef15d3e5cb5010a894fb028f (patch) | |
tree | d6a3e0f9f9fe3dcecc34fcc96b86a14cf0506a0c /share | |
parent | d06bdb57da0d4bc85a9eef0c7b6d21329656ac80 (diff) |
sparc{,64} do not need softraid partitions to be defined as 4.2BSD, probably
since only one month after this was mentioned in CAVEATS.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/softraid.4 | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/share/man/man4/softraid.4 b/share/man/man4/softraid.4 index d815bb0b95d..c2277b7e424 100644 --- a/share/man/man4/softraid.4 +++ b/share/man/man4/softraid.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: softraid.4,v 1.40 2015/04/11 16:37:34 jsing Exp $ +.\" $OpenBSD: softraid.4,v 1.41 2015/04/14 19:10:13 miod Exp $ .\" .\" Copyright (c) 2007 Todd T. Fries <todd@OpenBSD.org> .\" Copyright (c) 2007 Marco Peereboom <marco@OpenBSD.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 11 2015 $ +.Dd $Mdocdate: April 14 2015 $ .Dt SOFTRAID 4 .Os .Sh NAME @@ -203,11 +203,6 @@ is only updated upon write. .Pp Currently there is no automated mechanism to recover from failed disks. .Pp -Sparc hardware needs to use fstype -.Dq 4.2BSD -instead of -.Dq RAID . -.Pp Certain RAID levels can protect against some data loss due to component failure. RAID is |