Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 The device is called /dev/dmoverio, not /dev/...
details: https://anonhg.NetBSD.org/src/rev/b8f33a59e149
branches: trunk
changeset: 565429:b8f33a59e149
user: atatat <atatat%NetBSD.org@localhost>
date: Thu Apr 08 05:49:13 2004 +0000
description:
The device is called /dev/dmoverio, not /dev/dmover.
diffstat:
share/man/man4/dmoverio.4 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 691faac04b4c -r b8f33a59e149 share/man/man4/dmoverio.4
--- a/share/man/man4/dmoverio.4 Thu Apr 08 05:45:26 2004 +0000
+++ b/share/man/man4/dmoverio.4 Thu Apr 08 05:49:13 2004 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: dmoverio.4,v 1.5 2003/04/16 13:35:17 wiz Exp $
+.\" $NetBSD: dmoverio.4,v 1.6 2004/04/08 05:49:13 atatat Exp $
.\"
.\" Copyright (c) 2002 Wasabi Systems, Inc.
.\" All rights reserved.
@@ -70,7 +70,7 @@
.Bl -bullet
.It
Create a session handle by opening the
-.Pa /dev/dmover
+.Pa /dev/dmoverio
device.
.It
Select the
@@ -184,7 +184,7 @@
struct dmio_usrresp resp;
int fd;
- fd = open("/dev/dmover", O_RDWR, 0666);
+ fd = open("/dev/dmoverio", O_RDWR, 0666);
if (fd == -1)
return (-1);
Home |
Main Index |
Thread Index |
Old Index