summaryrefslogtreecommitdiffstats
path: root/lib/libcam/cam_cdbparse.3
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
committerdd <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
commita145482cf625d5f04072fd1d20b5c2062cbe8e47 (patch)
treed6c008b8ae357e7c4c800baa477713b82a6ee2f2 /lib/libcam/cam_cdbparse.3
parent0d7bb1fec635c87e914e57048716adc5a87cfe22 (diff)
downloadFreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.zip
FreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.tar.gz
Remove whitespace at EOL.
Diffstat (limited to 'lib/libcam/cam_cdbparse.3')
-rw-r--r--lib/libcam/cam_cdbparse.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcam/cam_cdbparse.3 b/lib/libcam/cam_cdbparse.3
index 741afb5..2ed7ef6 100644
--- a/lib/libcam/cam_cdbparse.3
+++ b/lib/libcam/cam_cdbparse.3
@@ -170,7 +170,7 @@ layer.
These functions may be used in new applications, but users may find it
easier to use the various SCSI CCB building functions included with the
.Xr cam 3
-library. (e.g.
+library. (e.g.
.Fn cam_fill_csio ,
.Fn scsi_start_stop ,
and
@@ -244,7 +244,7 @@ typedef enum {
CAM_MSGB_VALID = 0x20000000,/* Message buffer valid */
CAM_STATUS_VALID = 0x40000000,/* Status buffer valid */
CAM_DATAB_VALID = 0x80000000,/* Data buffer valid */
-
+
/* Host target Mode flags */
CAM_TERM_IO = 0x20000000,/* Terminate I/O Message sup. */
CAM_DISCONNECT = 0x40000000,/* Disconnects are mandatory */
@@ -289,7 +289,7 @@ driver is told to enable error recovery via the
.Dv CAM_PASS_ERR_RECOVER
flag.
.Pp
-The
+The
.Fa timeout
tells the kernel how long to wait for the given command to complete. If
the timeout expires and the command hasn't completed, the CCB will be
@@ -368,7 +368,7 @@ except that the values to substitute for variable arguments in
are retrieved via the
.Fn arg_get
function passed in to
-.Fn csio_build_visit
+.Fn csio_build_visit
instead of via
.Xr stdarg 3 .
The
OpenPOWER on IntegriCloud