summaryrefslogtreecommitdiffstats
path: root/lib/libcam
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-02-13 22:25:33 +0000
committerru <ru@FreeBSD.org>2005-02-13 22:25:33 +0000
commit1541af42f12f8570fb332516efee8f1e030c3e46 (patch)
tree8a41fa7aceada1e7e82a06e67d6722b3c843f482 /lib/libcam
parent13e88b41bac03367de7406f96648f28a64fc7322 (diff)
downloadFreeBSD-src-1541af42f12f8570fb332516efee8f1e030c3e46.zip
FreeBSD-src-1541af42f12f8570fb332516efee8f1e030c3e46.tar.gz
Expand *n't contractions.
Diffstat (limited to 'lib/libcam')
-rw-r--r--lib/libcam/cam.38
-rw-r--r--lib/libcam/cam_cdbparse.310
2 files changed, 9 insertions, 9 deletions
diff --git a/lib/libcam/cam.3 b/lib/libcam/cam.3
index 76b716b..539709f 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 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.
OpenPOWER on IntegriCloud