summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-01-15 12:23:35 +0000
committerru <ru@FreeBSD.org>2005-01-15 12:23:35 +0000
commit48350e79c1038110067992851475cd0c14949eb4 (patch)
treeb93f757f4233d29df2aba8c9ef7bb8373e680e83 /sbin
parentc68977accb5b00f2aa54864c5f7c4715606e428c (diff)
downloadFreeBSD-src-48350e79c1038110067992851475cd0c14949eb4.zip
FreeBSD-src-48350e79c1038110067992851475cd0c14949eb4.tar.gz
Fixed display types.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ccdconfig/ccdconfig.810
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/ccdconfig/ccdconfig.8 b/sbin/ccdconfig/ccdconfig.8
index d057976..63de938 100644
--- a/sbin/ccdconfig/ccdconfig.8
+++ b/sbin/ccdconfig/ccdconfig.8
@@ -103,7 +103,7 @@ as a decimal number, a hexadecimal number, a comma-separated list
of strings, or the word
.Dq none .
The flags are as follows:
-.Bd -unfilled -offset indent
+.Bd -literal -offset indent
CCDF_UNIFORM 0x02 Use uniform interleave
CCDF_MIRROR 0x04 Support mirroring
.Ed
@@ -113,12 +113,12 @@ configuration file appears exactly as if it were entered on the command line.
Note that on the command line and in the configuration file, the
.Pa flags
argument is optional.
-.Bd -unfilled -offset indent
+.Bd -literal -offset indent
#
# /etc/ccd.conf
# Configuration file for concatenated disk devices
#
-.Pp
+
# ccd ileave flags component devices
ccd0 16 none /dev/da2s1 /dev/da3s1
.Ed
@@ -150,7 +150,7 @@ mirror.
The 2nd slice of /dev/da8 is mirrored with the 3rd slice of /dev/da9
and assigned to ccd0.
.Pp
-.Bd -unfilled -offset
+.Bd -literal
# ccdconfig ccd0 64 none /dev/da0s1 /dev/da1s1 /dev/da2s1 /dev/da3s1
# ccdconfig ccd0 128 CCDF_MIRROR /dev/da4 /dev/da5 /dev/da6 /dev/da7
# ccdconfig ccd0 128 CCDF_MIRROR /dev/da8s2 /dev/da9s3
@@ -176,7 +176,7 @@ For example, if
you have A ccd disk with 10000 sectors you might create a 'd' partition
with offset 16 and size 9984.
.Pp
-.Bd -unfilled -offset
+.Bd -literal
# disklabel ccd0 > /tmp/disklabel.ccd0
# disklabel -Rr ccd0 /tmp/disklabel.ccd0
# disklabel -e ccd0
OpenPOWER on IntegriCloud