summaryrefslogtreecommitdiffstats
path: root/lib/libcam
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
parent0d7bb1fec635c87e914e57048716adc5a87cfe22 (diff)
downloadFreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.zip
FreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.tar.gz
Remove whitespace at EOL.
Diffstat (limited to 'lib/libcam')
-rw-r--r--lib/libcam/cam.312
-rw-r--r--lib/libcam/cam_cdbparse.38
2 files changed, 10 insertions, 10 deletions
diff --git a/lib/libcam/cam.3 b/lib/libcam/cam.3
index fd838d3..2253bda 100644
--- a/lib/libcam/cam.3
+++ b/lib/libcam/cam.3
@@ -147,15 +147,15 @@ struct cam_device {
* Unit number given by
* the user.
*/
- char device_name[DEV_IDLEN+1];/*
- * Name of the device,
- * e.g. 'pass'
+ char device_name[DEV_IDLEN+1];/*
+ * Name of the device,
+ * e.g. 'pass'
*/
u_int32_t dev_unit_num; /* Unit number of the passthrough
* device associated with this
* particular device.
*/
-
+
char sim_name[SIM_IDLEN+1];/*
* Controller name, e.g.'ahc'
*/
@@ -365,7 +365,7 @@ returns an allocated and partially initialized CCB, or NULL if allocation
of the CCB failed.
.Pp
.Fn cam_send_ccb
-returns a value of -1 if an error occured, and
+returns a value of -1 if an error occured, and
.Va errno
is set to indicate the error.
.Pp
@@ -395,7 +395,7 @@ characters long.
.Xr pass 4 ,
.Xr camcontrol 8
.Sh HISTORY
-The CAM library first appeared in
+The CAM library first appeared in
.Fx 3.0 .
.Sh AUTHORS
.An Kenneth Merry Aq ken@FreeBSD.org
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