diff options
author | ru <ru@FreeBSD.org> | 2005-02-13 22:25:33 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-02-13 22:25:33 +0000 |
commit | 1541af42f12f8570fb332516efee8f1e030c3e46 (patch) | |
tree | 8a41fa7aceada1e7e82a06e67d6722b3c843f482 /lib/libcam/cam_cdbparse.3 | |
parent | 13e88b41bac03367de7406f96648f28a64fc7322 (diff) | |
download | FreeBSD-src-1541af42f12f8570fb332516efee8f1e030c3e46.zip FreeBSD-src-1541af42f12f8570fb332516efee8f1e030c3e46.tar.gz |
Expand *n't contractions.
Diffstat (limited to 'lib/libcam/cam_cdbparse.3')
-rw-r--r-- | lib/libcam/cam_cdbparse.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libcam/cam_cdbparse.3 b/lib/libcam/cam_cdbparse.3 index 7d7d4de..891652d 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. |