Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Fix an error in the example.



details:   https://anonhg.NetBSD.org/src/rev/0bdcfb4e2b8d
branches:  trunk
changeset: 534840:0bdcfb4e2b8d
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Aug 04 05:02:22 2002 +0000

description:
Fix an error in the example.

diffstat:

 share/man/man4/dmoverio.4 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 11bb1fd702c5 -r 0bdcfb4e2b8d share/man/man4/dmoverio.4
--- a/share/man/man4/dmoverio.4 Sun Aug 04 04:54:19 2002 +0000
+++ b/share/man/man4/dmoverio.4 Sun Aug 04 05:02:22 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: dmoverio.4,v 1.2 2002/08/02 22:20:59 wiz Exp $
+.\"    $NetBSD: dmoverio.4,v 1.3 2002/08/04 05:02:22 thorpej Exp $
 .\"
 .\" Copyright (c) 2002 Wasabi Systems, Inc.
 .\" All rights reserved.
@@ -200,6 +200,7 @@
 
        req.req_outbuf.dmbuf_iov = &iov;
        req.req_outbuf.dmbuf_iovcnt = 1;
+       req.req_id = reqid++;
 
        if (write(fd, &req, sizeof(req)) != sizeof(req)) {
                close(fd);



Home | Main Index | Thread Index | Old Index