slightly tweak softraid(4) wording to make installboot(8) usage more obvious
authorstsp <stsp@openbsd.org>
Thu, 25 Apr 2024 07:21:43 +0000 (07:21 +0000)
committerstsp <stsp@openbsd.org>
Thu, 25 Apr 2024 07:21:43 +0000 (07:21 +0000)
share/man/man4/softraid.4

index b52bf2d..b10add4 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: softraid.4,v 1.54 2023/04/13 10:23:21 kn Exp $
+.\"    $OpenBSD: softraid.4,v 1.55 2024/04/25 07:21:43 stsp 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 13 2023 $
+.Dd $Mdocdate: April 25 2024 $
 .Dt SOFTRAID 4
 .Os
 .Sh NAME
@@ -118,6 +118,7 @@ may be used to install
 in the boot storage area of the
 .Nm
 volume.
+All chunks in the volume will then be bootable.
 Boot support is currently limited to the CRYPTO, RAID 1 disciplines
 on the amd64, arm64, i386, riscv64 and sparc64 platforms.
 amd64, arm64, riscv64 and sparc64 also have boot support for the RAID 1C discipline.
@@ -221,7 +222,7 @@ for more information on configuration of RAID sets.
 .Pp
 Install
 .Xr boot 8
-on the RAID volume:
+on the RAID volume, writing boot loaders to all 3 chunks:
 .Bd -literal -offset indent
 # installboot sd0
 .Ed