diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-02-13 22:25:33 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-02-13 22:25:33 +0000 |
| commit | 0227791b40a6936310e1dd376b0883b540fec0c0 (patch) | |
| tree | 8a41fa7aceada1e7e82a06e67d6722b3c843f482 /lib/libcam | |
| parent | e340fc602be23c05a35f023bb91e70b4148c2ad9 (diff) | |
Notes
Diffstat (limited to 'lib/libcam')
| -rw-r--r-- | lib/libcam/cam.3 | 8 | ||||
| -rw-r--r-- | lib/libcam/cam_cdbparse.3 | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/lib/libcam/cam.3 b/lib/libcam/cam.3 index 76b716b54db8..539709f265ab 100644 --- a/lib/libcam/cam.3 +++ b/lib/libcam/cam.3 @@ -191,8 +191,8 @@ Once the device name and unit number are determined, a lookup is performed to determine the passthrough device that corresponds to the given device. .Fn cam_open_device -is rather simple to use, but it isn't really suitable for general use -because its behavior isn't necessarily deterministic. +is rather simple to use, but it is not really suitable for general use +because its behavior is not necessarily deterministic. Programmers writing new applications should make the extra effort to use one of the other open routines documented below. @@ -419,10 +419,10 @@ The CAM library first appeared in .An Kenneth Merry Aq ken@FreeBSD.org .Sh BUGS .Fn cam_open_device -doesn't check to see if the +does not check to see if the .Fa path passed in is a symlink to something. -It also doesn't check to see if the +It also does not check to see if the .Fa path passed in is an actual .Xr pass 4 diff --git a/lib/libcam/cam_cdbparse.3 b/lib/libcam/cam_cdbparse.3 index 7d7d4deca796..891652dca927 100644 --- a/lib/libcam/cam_cdbparse.3 +++ b/lib/libcam/cam_cdbparse.3 @@ -279,7 +279,7 @@ This flag tells the .Xr pass 4 driver to enable error recovery. The default is to not perform error -recovery, which means that the retry count won't be honored without this +recovery, which means that the retry count will not be honored without this flag, among other things. .It Dv CAM_DATA_PHYS This indicates that the address contained in @@ -301,7 +301,7 @@ 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 +the timeout expires and the command has not completed, the CCB will be returned from the kernel with an appropriate error status. .Pp .Fa cmd_spec @@ -559,10 +559,10 @@ CCB. I discovered this while implementing the arbitrary command execution code in .Xr camcontrol 8 , -but I haven't yet had time to implement such a function. +but I have not yet had time to implement such a function. .Pp -Some of the CCB flag descriptions really don't belong here. +Some of the CCB flag descriptions really do not belong here. Rather they belong in a generic CCB man page. -Since that man page hasn't yet been +Since that man page has not yet been written, the shorter descriptions here will have to suffice. |
