summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2001-08-08 18:32:06 +0000
committersheldonh <sheldonh@FreeBSD.org>2001-08-08 18:32:06 +0000
commit7950d85ec2274d4d6a7ed8406fd71444e7d2084e (patch)
tree37888ee329b2e207e436fb28dbfac1cb46e605a6 /share/man
parent002436d796fe700eace27afb9dc000521d80987b (diff)
downloadFreeBSD-src-7950d85ec2274d4d6a7ed8406fd71444e7d2084e.zip
FreeBSD-src-7950d85ec2274d4d6a7ed8406fd71444e7d2084e.tar.gz
can not -> cannot
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/asr.42
-rw-r--r--share/man/man4/man4.i386/asr.42
-rw-r--r--share/man/man5/link.52
-rw-r--r--share/man/man9/bus_alloc_resource.92
-rw-r--r--share/man/man9/ithread.92
-rw-r--r--share/man/man9/mutex.92
6 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/asr.4 b/share/man/man4/asr.4
index 889338d..9a29537 100644
--- a/share/man/man4/asr.4
+++ b/share/man/man4/asr.4
@@ -63,7 +63,7 @@ Note that in the absence of a native
.Fx
version
of the configuration utilities
-does not mean one can not configure the devices via the BIOS
+does not mean one cannot configure the devices via the BIOS
based configuration tool Storage Manager on ROM (SMOR).
.Sh FILES
.Bl -tag -width "/dev/asr*" -compact
diff --git a/share/man/man4/man4.i386/asr.4 b/share/man/man4/man4.i386/asr.4
index 889338d..9a29537 100644
--- a/share/man/man4/man4.i386/asr.4
+++ b/share/man/man4/man4.i386/asr.4
@@ -63,7 +63,7 @@ Note that in the absence of a native
.Fx
version
of the configuration utilities
-does not mean one can not configure the devices via the BIOS
+does not mean one cannot configure the devices via the BIOS
based configuration tool Storage Manager on ROM (SMOR).
.Sh FILES
.Bl -tag -width "/dev/asr*" -compact
diff --git a/share/man/man5/link.5 b/share/man/man5/link.5
index 199591e..3f782bb 100644
--- a/share/man/man5/link.5
+++ b/share/man/man5/link.5
@@ -592,4 +592,4 @@ Next bucket in case of hashing collisions.
.El
.Sh CAVEATS
Only the (GNU) C compiler currently supports the creation of shared libraries.
-Other programming languages can not be used.
+Other programming languages cannot be used.
diff --git a/share/man/man9/bus_alloc_resource.9 b/share/man/man9/bus_alloc_resource.9
index 6b60610..00ff890 100644
--- a/share/man/man9/bus_alloc_resource.9
+++ b/share/man/man9/bus_alloc_resource.9
@@ -120,7 +120,7 @@ resource permits contemporaneous sharing.
Should always be set unless you know, that the resource cannot be shared.
It is the bus-code's task to filter out the flag if the bus doesn't
support sharing, which is, for example, the case for pccard/cardbus,
-which can or can not share devices, depending on the bus.
+which can or cannot share devices, depending on the bus.
.It Dv RF_TIMESHARE
resource permits time-division sharing.
.El
diff --git a/share/man/man9/ithread.9 b/share/man/man9/ithread.9
index 310f737..ef5e515 100644
--- a/share/man/man9/ithread.9
+++ b/share/man/man9/ithread.9
@@ -176,7 +176,7 @@ can be used to specify additional properties of both hardware and software
interrupt handlers.
The
.Dv INTR_EXCL
-flag specifies that this handler can not share an interrupt thread with
+flag specifies that this handler cannot share an interrupt thread with
another handler.
The
.Dv INTR_FAST
diff --git a/share/man/man9/mutex.9 b/share/man/man9/mutex.9
index a0dd224..ff46e84 100644
--- a/share/man/man9/mutex.9
+++ b/share/man/man9/mutex.9
@@ -225,7 +225,7 @@ function is used to acquire exclusive access
to those objects protected by the mutex
pointed to by
.Fa mutex .
-If the mutex can not be immediately acquired
+If the mutex cannot be immediately acquired
.Fn mtx_trylock
will return 0,
otherwise the mutex will be acquired
OpenPOWER on IntegriCloud