Module Name:    src
Committed By:   wiz
Date:           Thu May 27 07:03:27 UTC 2021

Modified Files:
        src/sbin/raidctl: raidctl.8

Log Message:
Avoid using Pq.

In this case, the parentheses were wrong when a line was extended.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/sbin/raidctl/raidctl.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/raidctl/raidctl.8
diff -u src/sbin/raidctl/raidctl.8:1.76 src/sbin/raidctl/raidctl.8:1.77
--- src/sbin/raidctl/raidctl.8:1.76	Thu May 27 06:53:37 2021
+++ src/sbin/raidctl/raidctl.8	Thu May 27 07:03:27 2021
@@ -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

Reply via email to