Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/ccdconfig Interleave 0 means concatenate serially, do n...
details: https://anonhg.NetBSD.org/src/rev/fb6687058c9e
branches: trunk
changeset: 331519:fb6687058c9e
user: apb <apb%NetBSD.org@localhost>
date: Wed Aug 13 14:13:04 2014 +0000
description:
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).
diffstat:
sbin/ccdconfig/ccd.conf.5 | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r c3523528fab9 -r fb6687058c9e sbin/ccdconfig/ccd.conf.5
--- a/sbin/ccdconfig/ccd.conf.5 Wed Aug 13 14:10:00 2014 +0000
+++ b/sbin/ccdconfig/ccd.conf.5 Wed Aug 13 14:13:04 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ccd.conf.5,v 1.4 2005/05/17 11:46:15 grant Exp $
+.\" $NetBSD: ccd.conf.5,v 1.5 2014/08/13 14:13:04 apb Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd June 11, 2002
+.Dd August 13, 2014
.Dt CCD.CONF 5
.Os
.Sh NAME
@@ -68,6 +68,8 @@
.It Ar ileave
The interleave, expressed in units of
.Dv DEV_BSIZE .
+For serial concatenation, specify
+.Ql 0 .
.It Ar flags
The flags for the device, which may be represented as a decimal number,
a hexadecimal number, a comma-separated list of strings, or the word
Home |
Main Index |
Thread Index |
Old Index