summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-11-19 20:22:10 +0000
committerasami <asami@FreeBSD.org>1998-11-19 20:22:10 +0000
commit4168712b981150afe9c3da9cb4d0cca9d4d5309e (patch)
tree4e26617c3f67da7af6af2331c76edce5090627fe /sbin
parent36945c480babc2d8eb95fa5f20b24b04de050a11 (diff)
downloadFreeBSD-src-4168712b981150afe9c3da9cb4d0cca9d4d5309e.zip
FreeBSD-src-4168712b981150afe9c3da9cb4d0cca9d4d5309e.tar.gz
Change sd -> da in examples.
Inspired by: a mail by Scott Smyth <smyth@bashful.realminfo.com>
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ccdconfig/ccdconfig.88
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/ccdconfig/ccdconfig.8 b/sbin/ccdconfig/ccdconfig.8
index 16974e3..cd0ffd4 100644
--- a/sbin/ccdconfig/ccdconfig.8
+++ b/sbin/ccdconfig/ccdconfig.8
@@ -30,7 +30,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: ccdconfig.8,v 1.5 1998/06/04 06:41:26 charnier Exp $
.\"
.Dd July 17, 1995
.Dt CCDCONFIG 8
@@ -135,15 +135,15 @@ argument is optional.
#
.Pp
# ccd ileave flags component devices
-ccd0 16 none /dev/sd2e /dev/sd3e
+ccd0 16 none /dev/da2e /dev/da3e
.Ed
.Pp
.Sh EXAMPLE
The following command, executed from the command line, would configure ccd0
-with 4 components (/dev/sd2e, /dev/sd3e, /dev/sd4e, /dev/sd5e), and an
+with 4 components (/dev/da2e, /dev/da3e, /dev/da4e, /dev/da5e), and an
interleave factor of 32 blocks.
.Bd -unfilled -offset indent
-# ccdconfig ccd0 32 0 /dev/sd2e /dev/sd3e /dev/sd4e /dev/sd5e
+# ccdconfig ccd0 32 0 /dev/da2e /dev/da3e /dev/da4e /dev/da5e
.Ed
.Pp
.Sh FILES
OpenPOWER on IntegriCloud