Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Make enumerations consistent, and use Dv for ...



details:   https://anonhg.NetBSD.org/src/rev/f9394d7c9cc6
branches:  trunk
changeset: 451160:f9394d7c9cc6
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed May 08 07:41:23 2019 +0000

description:
Make enumerations consistent, and use Dv for BIO*.

diffstat:

 share/man/man4/bio.4 |  15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diffs (61 lines):

diff -r 1940b7f341cd -r f9394d7c9cc6 share/man/man4/bio.4
--- a/share/man/man4/bio.4      Wed May 08 07:17:29 2019 +0000
+++ b/share/man/man4/bio.4      Wed May 08 07:41:23 2019 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: bio.4,v 1.15 2019/05/08 06:57:18 cnst Exp $
+.\"    $NetBSD: bio.4,v 1.16 2019/05/08 07:41:23 wiz Exp $
 .\"    $OpenBSD: bio.4,v 1.19 2006/09/20 22:22:37 jmc Exp $
 .\"
 .\" Copyright (c) 2002 Niklas Hallqvist
@@ -94,7 +94,7 @@
 .\" or safte
 .It Dv BIOCDISK_NOVOL
 Is just the same as
-.Em BIOCDISK
+.Dv BIOCDISK
 but doesn't require the disks to be in volume sets, so this
 applies to any physical disk connected to the controller.
 .Pp
@@ -102,11 +102,12 @@
 It is supported by
 .Xr arcmsr 4 ,
 .Xr ciss 4 ,
+and
 .Xr mpt 4 .
 It is also supported by
 .Xr cac 4 ,
 but handled exactly the same as
-.Em BIOCDISK .
+.Dv BIOCDISK .
 .It Dv BIOCVOL
 Retrieve detailed information for the specified volume.
 Information returned can include status, size, RAID level, number of disks,
@@ -119,7 +120,7 @@
 Note: These options might not be supported on all hardware.
 It is supported by
 .Xr arcmsr 4 ,
-.Xr mfi 4
+.Xr mfi 4 ,
 and
 .Xr mfii 4 .
 .It Dv BIOCBLINK
@@ -133,8 +134,8 @@
 and the hardware supports hardware blinking.
 It is supported by
 .Xr ciss 4 ,
-.Xr mfi 4
-and 
+.Xr mfi 4 ,
+and
 .Xr mfii 4 .
 .It Dv BIOCSETSTATE
 Alter the state of specified physical disk.
@@ -144,7 +145,7 @@
 Note: These options might not be supported on all hardware.
 Some of these options are supported by
 .Xr arcmsr 4 ,
-.Xr mfi 4
+.Xr mfi 4 ,
 and
 .Xr mfii 4 .
 .It Dv BIOCVOLOPS



Home | Main Index | Thread Index | Old Index