Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/raidctl Avoid using Pq.
details: https://anonhg.NetBSD.org/src/rev/3764c8f55cc2
branches: trunk
changeset: 379312:3764c8f55cc2
user: wiz <wiz%NetBSD.org@localhost>
date: Thu May 27 07:03:27 2021 +0000
description:
Avoid using Pq.
In this case, the parentheses were wrong when a line was extended.
diffstat:
sbin/raidctl/raidctl.8 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 61a908494f34 -r 3764c8f55cc2 sbin/raidctl/raidctl.8
--- a/sbin/raidctl/raidctl.8 Thu May 27 07:01:23 2021 +0000
+++ b/sbin/raidctl/raidctl.8 Thu May 27 07:03:27 2021 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: raidctl.8,v 1.76 2021/05/27 06:53:37 mrg Exp $
+.\" $NetBSD: raidctl.8,v 1.77 2021/05/27 07:03:27 wiz Exp $
.\"
.\" Copyright (c) 1998, 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -166,8 +166,8 @@ All components of the set must be of typ
.Dv RAID
in the disklabel.
Note that only certain architectures
-.Pq currently arc, alpha, amd64, bebox, cobalt, emips, evbarm, i386, landisk,
-ofppc, pmax, riscv, sandpoint, sgimips, sparc, sparc64, and vax
+(currently arc, alpha, amd64, bebox, cobalt, emips, evbarm, i386, landisk,
+ofppc, pmax, riscv, sandpoint, sgimips, sparc, sparc64, and vax)
support booting a kernel directly from a RAID set.
Please note that
.Ic forceroot
@@ -1305,7 +1305,7 @@ arguments.
.Pp
Note that kernels can only be directly read from RAID 1 components on
architectures that support that
-.Pq currently alpha, i386, pmax, sandpoint, sparc, sparc64, and vax .
+(currently alpha, i386, pmax, sandpoint, sparc, sparc64, and vax).
On those architectures, the
.Dv FS_RAID
file system is recognized by the bootblocks, and will properly load the
Home |
Main Index |
Thread Index |
Old Index