summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>2006-12-14 14:33:13 +0000
committermpp <mpp@FreeBSD.org>2006-12-14 14:33:13 +0000
commit7cd24a641fbdc736f923eb3fb290bbb2d3bed8a1 (patch)
treea13c0352179d31019ed2cdfab8ca032fd98d8069 /share
parentfbddb38d93f7f55ac59ae27f0c7235ad0b91230b (diff)
downloadFreeBSD-src-7cd24a641fbdc736f923eb3fb290bbb2d3bed8a1.zip
FreeBSD-src-7cd24a641fbdc736f923eb3fb290bbb2d3bed8a1.tar.gz
Spelling fixes.
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/bus_dma.92
-rw-r--r--share/man/man9/config_intrhook.92
-rw-r--r--share/man/man9/crypto.94
-rw-r--r--share/man/man9/ifnet.92
-rw-r--r--share/man/man9/priv.92
-rw-r--r--share/man/man9/sysctl.92
-rw-r--r--share/man/man9/usbdi.92
-rw-r--r--share/man/man9/utopia.92
-rw-r--r--share/man/man9/vm_map_stack.92
9 files changed, 10 insertions, 10 deletions
diff --git a/share/man/man9/bus_dma.9 b/share/man/man9/bus_dma.9
index 9911b8b..3da8e39 100644
--- a/share/man/man9/bus_dma.9
+++ b/share/man/man9/bus_dma.9
@@ -772,7 +772,7 @@ Although an explicit load is not required for each access to the memory
referenced by the returned map, the synchronization requirements
as described in the
.Fn bus_dmamap_sync
-section still apply and should be used to achieve portability on architecutures
+section still apply and should be used to achieve portability on architectures
without coherent buses.
.Pp
Returns
diff --git a/share/man/man9/config_intrhook.9 b/share/man/man9/config_intrhook.9
index 1cb3b49..083a2a2 100644
--- a/share/man/man9/config_intrhook.9
+++ b/share/man/man9/config_intrhook.9
@@ -84,7 +84,7 @@ after the hook is disestablished.
.Pp
Specifically, hooks are run at
.Fn SI_SUB_INT_CONFIG_HOOKS ,
-which is immeidately after the scheduler is started,
+which is immediately after the scheduler is started,
and just before the root file system device is discovered.
.Sh RETURN VALUES
A zero return value means the hook was successfully added to the queue
diff --git a/share/man/man9/crypto.9 b/share/man/man9/crypto.9
index da9db86..d045cc7 100644
--- a/share/man/man9/crypto.9
+++ b/share/man/man9/crypto.9
@@ -300,11 +300,11 @@ Must return data in the same place.
.It Dv CRYPTO_F_BATCH
Batch operation if possible.
.It Dv CRYPTO_F_CBIMM
-Do callback immediatelly instead of doing it from a dedicated kernel thread.
+Do callback immediately instead of doing it from a dedicated kernel thread.
.It Dv CRYPTO_F_DONE
Operation completed.
.It Dv CRYPTO_F_CBIFSYNC
-Do callback immediatelly if operation is synchronous.
+Do callback immediately if operation is synchronous.
.El
.It Va crp_buf
Points to the input buffer.
diff --git a/share/man/man9/ifnet.9 b/share/man/man9/ifnet.9
index 037e681..0794ca5 100644
--- a/share/man/man9/ifnet.9
+++ b/share/man/man9/ifnet.9
@@ -1024,7 +1024,7 @@ this address structure is saved in the global array
.Va ifnet_addrs . )
The
.Fa ifp
-must have been allocted by
+must have been allocated by
.Fn if_alloc .
.It Fn if_detach
Shut down and unlink the specified
diff --git a/share/man/man9/priv.9 b/share/man/man9/priv.9
index dc25a4c..6a82ec0 100644
--- a/share/man/man9/priv.9
+++ b/share/man/man9/priv.9
@@ -103,7 +103,7 @@ For example, the behavior exhibited by
in which the generation field is optionally zero'd out when insufficient
privilege is not present is highly undesirable, as it results in frequent
privilege checks, and the caller is unable to tell if an access control
-failure occured.
+failure occurred.
.Sh SEE ALSO
.Xr jail 2 ,
.Xr mac 9 ,
diff --git a/share/man/man9/sysctl.9 b/share/man/man9/sysctl.9
index f6fa5cb..fe34668 100644
--- a/share/man/man9/sysctl.9
+++ b/share/man/man9/sysctl.9
@@ -141,7 +141,7 @@ When iterating the sysctl name space, do not list this sysctl.
.It Dv CTLFLAG_TUN
Also declare a system tunable with the same name to initialize this variable.
.It Dv CTLFLAG_RDTUN
-Also declare a system tunable with the same name to initalize this variable;
+Also declare a system tunable with the same name to initialize this variable;
however, the run-time variable is read-only.
.El
.Pp
diff --git a/share/man/man9/usbdi.9 b/share/man/man9/usbdi.9
index ee640bb..582754f 100644
--- a/share/man/man9/usbdi.9
+++ b/share/man/man9/usbdi.9
@@ -667,7 +667,7 @@ function generates a string description of the USB device.
The
.Fa cp
argument should point to a 1024-byte buffer (XXX the maximum length
-is approx 320 chars, but there is no sanity checking and everything uses
+is approximately 320 chars, but there is no sanity checking and everything uses
1024-character buffers).
Device class information is included if the
.Fa showclass
diff --git a/share/man/man9/utopia.9 b/share/man/man9/utopia.9
index 61334ad..a7d02c1 100644
--- a/share/man/man9/utopia.9
+++ b/share/man/man9/utopia.9
@@ -245,7 +245,7 @@ Diagnostic path loopback.
.It Va chip
This points to a function vector for chip specific functions.
Two fields
-in this vector are publically available:
+in this vector are publicly available:
.Bl -tag -width indent
.It Va type
This is the type of the detected PHY chip.
diff --git a/share/man/man9/vm_map_stack.9 b/share/man/man9/vm_map_stack.9
index 22b7920..dabe937 100644
--- a/share/man/man9/vm_map_stack.9
+++ b/share/man/man9/vm_map_stack.9
@@ -100,7 +100,7 @@ or if the specified bottom-of-stack address is out of range for the map,
or if there is already a mapping at the address which would result,
or if
.Fa max_ssize
-could not be accomodated within the current mapping,
+could not be accommodated within the current mapping,
.Dv KERN_NO_SPACE
is returned.
.Pp
OpenPOWER on IntegriCloud