summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2001-07-13 20:11:43 +0000
committerschweikh <schweikh@FreeBSD.org>2001-07-13 20:11:43 +0000
commit5ef41156687b47123d2dfc4d5e10de0f170c448c (patch)
treed6afb6c019b761baa2f0493f3d57a76470d7bb71 /share
parent2e97520f29625add7d3eda2dc1eff7d0267fe316 (diff)
downloadFreeBSD-src-5ef41156687b47123d2dfc4d5e10de0f170c448c.zip
FreeBSD-src-5ef41156687b47123d2dfc4d5e10de0f170c448c.tar.gz
Fixed double word typo.
MFC after: 7 days
Diffstat (limited to 'share')
-rw-r--r--share/man/man0/ignore1
-rw-r--r--share/man/man4/netintro.42
-rw-r--r--share/man/man4/ses.42
-rw-r--r--share/man/man5/link.52
-rw-r--r--share/man/man9/atomic.92
5 files changed, 4 insertions, 5 deletions
diff --git a/share/man/man0/ignore b/share/man/man0/ignore
index 1498edc..40dd96e 100644
--- a/share/man/man0/ignore
+++ b/share/man/man0/ignore
@@ -16,7 +16,6 @@ about
across
after
al
-al
all
allow
am
diff --git a/share/man/man4/netintro.4 b/share/man/man4/netintro.4
index f5b12d5..9b9f2b0 100644
--- a/share/man/man4/netintro.4
+++ b/share/man/man4/netintro.4
@@ -315,7 +315,7 @@ sized strings that can be fit in the buffer pointed to by
.Va ifcr_buffer .
On return,
.Va ifcr_total
-will be set the the number of clonable interfaces and the buffer pointed
+will be set to the number of clonable interfaces and the buffer pointed
to by
.Va ifcr_buffer
will be filled with the names of clonable interfaces aligned on
diff --git a/share/man/man4/ses.4 b/share/man/man4/ses.4
index 64d7d88..816c6ad 100644
--- a/share/man/man4/ses.4
+++ b/share/man/man4/ses.4
@@ -53,7 +53,7 @@ Host
adapter must also be separately configured into the system
before a
.Tn SCSI
-SCSI Environmental Services device can be configured.
+Environmental Services device can be configured.
.Sh KERNEL CONFIGURATION
It is only necessary to explicitly configure one
.Nm
diff --git a/share/man/man5/link.5 b/share/man/man5/link.5
index f5d9674..41fbc8d 100644
--- a/share/man/man5/link.5
+++ b/share/man/man5/link.5
@@ -348,7 +348,7 @@ see
The size of the data represented by this symbol.
.El
.Pp
-A hash table is included within the text segment of shared object to
+A hash table is included within the text segment of shared object
to facilitate quick lookup of symbols during run-time link-editing.
The
.Fa sdt_hash
diff --git a/share/man/man9/atomic.9 b/share/man/man9/atomic.9
index 9d01491..d1fa820 100644
--- a/share/man/man9/atomic.9
+++ b/share/man/man9/atomic.9
@@ -144,7 +144,7 @@ all of the protected operations are completed before the lock is released.
The current set of atomic operations do not necessarily guarantee atomicity
across multiple processors.
To guarantee atomicity across processors, not only does the individual
-operation need to be atomic on the processor performing the operation, but the
+operation need to be atomic on the processor performing the operation, but
the result of the operation needs to be pushed out to stable storage and the
caches of all other processors on the system need to invalidate any cache
lines that include the affected memory region.
OpenPOWER on IntegriCloud