summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-04-14 09:20:25 +0000
committerru <ru@FreeBSD.org>2006-04-14 09:20:25 +0000
commit97c4cd6d343bd64bdee83e754fd4e463c1201b31 (patch)
tree54a69a2dc4cb94394c4012a32ed32349254b6126 /sbin
parentc7cf0bf2d28666a3d39d29c9f82b1710e233b82b (diff)
downloadFreeBSD-src-97c4cd6d343bd64bdee83e754fd4e463c1201b31.zip
FreeBSD-src-97c4cd6d343bd64bdee83e754fd4e463c1201b31.tar.gz
Fix markup and some typos.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ccdconfig/ccdconfig.819
1 files changed, 14 insertions, 5 deletions
diff --git a/sbin/ccdconfig/ccdconfig.8 b/sbin/ccdconfig/ccdconfig.8
index bbd7428..f5f4224 100644
--- a/sbin/ccdconfig/ccdconfig.8
+++ b/sbin/ccdconfig/ccdconfig.8
@@ -130,7 +130,10 @@ The component devices need to name partitions of type
as shown by
.Xr disklabel 8 ) .
.Pp
-If you want to use the Linux md(4) compatibility mode, please be sure
+If you want to use the
+.Tn Linux
+.Xr md 4
+compatibility mode, please be sure
to read the notes in
.Xr ccd 4 .
.Sh FILES
@@ -165,13 +168,19 @@ and assigned to ccd0.
# ccdconfig ccd0 128 CCDF_MIRROR /dev/da8s2 /dev/da9s3
.Ed
.Pp
-The following are matching commands in Linux and FreeBSD to create a
-raid-0 in Linux and read it from FreeBSD.
+The following are matching commands in
+.Tn Linux
+and
+.Fx
+to create a RAID-0 in
+.Tn Linux
+and read it from
+.Fx .
.Bd -literal
-# Create a raid-0 on Linux:
+# Create a RAID-0 on Linux:
mdadm --create --chunk=32 --level=0 --raid-devices=2 /dev/md0 \\
/dev/hda1 /dev/hdb1
-# Make the raid-0 just created available on FreeBSD:
+# Make the RAID-0 just created available on FreeBSD:
ccdconfig -c /dev/ccd0 32 linux /dev/ad0s1 /dev/ad0s2
.Ed
.Pp
OpenPOWER on IntegriCloud