Module Name:    src
Committed By:   apb
Date:           Wed Aug 13 13:14:35 UTC 2014

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

Log Message:
Interleave 0 means concatenate serially, do not interleave.
This information was in the ccd(4) man page, but not
in ccdconfig(8) or ccd.conf(5).


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sbin/ccdconfig/ccdconfig.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/ccdconfig/ccdconfig.8
diff -u src/sbin/ccdconfig/ccdconfig.8:1.26 src/sbin/ccdconfig/ccdconfig.8:1.27
--- src/sbin/ccdconfig/ccdconfig.8:1.26	Sat Apr 27 17:12:36 2013
+++ src/sbin/ccdconfig/ccdconfig.8	Wed Aug 13 13:14:35 2014
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ccdconfig.8,v 1.26 2013/04/27 17:12:36 christos Exp $
+.\"	$NetBSD: ccdconfig.8,v 1.27 2014/08/13 13:14:35 apb Exp $
 .\"
 .\" Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd October 17, 2003
+.Dd August 13, 2014
 .Dt CCDCONFIG 8
 .Os
 .Sh NAME
@@ -98,6 +98,8 @@ to be verbose.
 A ccd is described on the command line and in the ccd configuration
 file by the name of the ccd, the interleave factor,
 the ccd configuration flags, and a list of one or more devices.
+An interleave factor of 0 means that the devices are
+concatenated serially, not interleaved.
 The flags may be represented as a decimal number, a hexadecimal number,
 a comma-separated list of strings, or the word
 .Dq none .

Reply via email to