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/fecccb0269b1
branches:  trunk
changeset: 983497:fecccb0269b1
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 74bdd3c374bb -r fecccb0269b1 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 @@
 .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 @@
 .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