Module Name: src
Committed By: wiz
Date: Mon May 4 19:41:10 UTC 2009
Modified Files:
src/share/man/man9: dmover.9
Log Message:
Prepare for HTML output.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/share/man/man9/dmover.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/dmover.9
diff -u src/share/man/man9/dmover.9:1.12 src/share/man/man9/dmover.9:1.13
--- src/share/man/man9/dmover.9:1.12 Wed Dec 5 04:48:57 2007
+++ src/share/man/man9/dmover.9 Mon May 4 19:41:09 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: dmover.9,v 1.12 2007/12/05 04:48:57 ad Exp $
+.\" $NetBSD: dmover.9,v 1.13 2009/05/04 19:41:09 wiz Exp $
.\"
.\" Copyright (c) 2002 Wasabi Systems, Inc.
.\" All rights reserved.
@@ -575,7 +575,7 @@
struct dmover_request *dreq;
int error;
- error = dmover_session_create(DMOVER_FUNC_ZERO, &dses);
+ error = dmover_session_create(DMOVER_FUNC_ZERO, \*[Am]dses);
if (error)
return (error);
@@ -585,16 +585,16 @@
return (ENOMEM);
}
- dreq->dreq_flags = DMOVER_REQ_WAIT;
- dreq->dreq_callback = NULL;
- dreq->dreq_outbuf.dreq_outbuf_type = DMOVER_BUF_LINEAR;
- dreq->dreq_outbuf.dmbuf_linear.l_addr = buf;
- dreq->dreq_outbuf.dmbuf_linear.l_len = len;
+ dreq-\*[Gt]dreq_flags = DMOVER_REQ_WAIT;
+ dreq-\*[Gt]dreq_callback = NULL;
+ dreq-\*[Gt]dreq_outbuf.dreq_outbuf_type = DMOVER_BUF_LINEAR;
+ dreq-\*[Gt]dreq_outbuf.dmbuf_linear.l_addr = buf;
+ dreq-\*[Gt]dreq_outbuf.dmbuf_linear.l_len = len;
dmover_process(dreq);
- error = (dreq->dreq_flags & DMOVER_REQ_ERROR) ?
- dreq->dreq_error : 0;
+ error = (dreq-\*[Gt]dreq_flags \*[Am] DMOVER_REQ_ERROR) ?
+ dreq-\*[Gt]dreq_error : 0;
dmover_request_free(dreq);
dmover_session_destroy(dses);