diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 07:53:42 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 07:53:42 +0000 |
| commit | 7ebcc426efefea9cd16ac6f565e72030c608f7a4 (patch) | |
| tree | d6c008b8ae357e7c4c800baa477713b82a6ee2f2 /lib/libcam/cam.3 | |
| parent | d087ad9cc9c9a047e48ac7d97861bd67e56c4085 (diff) | |
Notes
Diffstat (limited to 'lib/libcam/cam.3')
| -rw-r--r-- | lib/libcam/cam.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libcam/cam.3 b/lib/libcam/cam.3 index fd838d35f4d0..2253bda28308 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 |
