summaryrefslogtreecommitdiffstats
path: root/share/man/man9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/DEVICE_PROBE.92
-rw-r--r--share/man/man9/VOP_LISTEXTATTR.92
-rw-r--r--share/man/man9/VOP_VPTOCNP.92
-rw-r--r--share/man/man9/g_geom.94
-rw-r--r--share/man/man9/g_wither_geom.92
-rw-r--r--share/man/man9/ieee80211.912
-rw-r--r--share/man/man9/kproc.94
-rw-r--r--share/man/man9/netisr.94
-rw-r--r--share/man/man9/vm_page_bits.92
9 files changed, 17 insertions, 17 deletions
diff --git a/share/man/man9/DEVICE_PROBE.9 b/share/man/man9/DEVICE_PROBE.9
index 8c38fc0..bf592c5 100644
--- a/share/man/man9/DEVICE_PROBE.9
+++ b/share/man/man9/DEVICE_PROBE.9
@@ -91,7 +91,7 @@ magical about them.
.Bl -tag -width BUS_PROBE_NOWILDCARD
.It BUS_PROBE_SPECIFIC
The device that cannot be reprobed, and that no
-possible other driver may exist (typically legacy drivers who don't fallow
+possible other driver may exist (typically legacy drivers who don't follow
all the rules, or special needs drivers).
.It BUS_PROBE_VENDOR
The device is supported by a vendor driver.
diff --git a/share/man/man9/VOP_LISTEXTATTR.9 b/share/man/man9/VOP_LISTEXTATTR.9
index cca875d..0900099 100644
--- a/share/man/man9/VOP_LISTEXTATTR.9
+++ b/share/man/man9/VOP_LISTEXTATTR.9
@@ -78,7 +78,7 @@ will be
.Dv NULL
when
.Fa size
-is not, and vise versa.
+is not, and vice versa.
.It Fa cred
The user credentials to use in authorizing the request.
.It Fa td
diff --git a/share/man/man9/VOP_VPTOCNP.9 b/share/man/man9/VOP_VPTOCNP.9
index 794d6e5..6bcbd25 100644
--- a/share/man/man9/VOP_VPTOCNP.9
+++ b/share/man/man9/VOP_VPTOCNP.9
@@ -42,7 +42,7 @@
.Sh DESCRIPTION
This translates a vnode into its component name, and writes that name to
the head of the buffer specified by
-.Fa buf
+.Fa buf .
.Bl -tag -width buflen
.It Fa vp
The vnode to translate.
diff --git a/share/man/man9/g_geom.9 b/share/man/man9/g_geom.9
index 19c4910..2f4599d 100644
--- a/share/man/man9/g_geom.9
+++ b/share/man/man9/g_geom.9
@@ -109,9 +109,9 @@ The topology lock has to be held.
.Fn g_destroy_geom :
.Bl -item -offset indent
.It
-The geom cannot posses any providers.
+The geom cannot possess any providers.
.It
-The geom cannot posses any consumers.
+The geom cannot possess any consumers.
.It
The topology lock has to be held.
.El
diff --git a/share/man/man9/g_wither_geom.9 b/share/man/man9/g_wither_geom.9
index 2c4b10e..8ced949 100644
--- a/share/man/man9/g_wither_geom.9
+++ b/share/man/man9/g_wither_geom.9
@@ -54,7 +54,7 @@ This is an automatic
to avoid duplicated code in all classes.
Before it is called, field
.Va softc
-should be disposed off and set to
+should be disposed of and set to
.Dv NULL .
Note that the
.Fn g_wither_geom
diff --git a/share/man/man9/ieee80211.9 b/share/man/man9/ieee80211.9
index 8fd6e0d..30affc9 100644
--- a/share/man/man9/ieee80211.9
+++ b/share/man/man9/ieee80211.9
@@ -205,11 +205,11 @@ method.
Transmit a raw 802.11 frame.
The default method drops the frame and generates a message on the console.
.It Dv ic_updateslot
-Update hardware state after an 802.11 IFS slot time change,
+Update hardware state after an 802.11 IFS slot time change.
There is no default method; the pointer may be NULL in which case
it will not be used.
.It Dv ic_update_mcast
-Update hardware for a change in the multicast packet filter,
+Update hardware for a change in the multicast packet filter.
The default method prints a console message.
.It Dv ic_update_promisc
Update hardware for a change in the promiscuous mode setting.
@@ -261,13 +261,13 @@ The default method ages frames on the power-save queue (in AP mode)
and pending frames in the receive reorder queues (for stations using A-MPDU).
.It Dv ic_node_drain
Reclaim all optional resources associated with a node.
-This call is used to free up resources when they are in short supply,
+This call is used to free up resources when they are in short supply.
.It Dv ic_node_getrssi
Return the Receive Signal Strength Indication (RSSI) in .5 dBm units for
the specified node.
This interface returns a subset of the information
returned by
-.Dv ic_node_getsignal ,
+.Dv ic_node_getsignal .
The default method calculates a filtered average over the last ten
samples passed in to
.Xr ieee80211_input 9
@@ -341,7 +341,7 @@ Drivers may interpose this method if they need to setup private state
for handling transmit A-MPDU.
.It Dv ic_addb_response
Process a received ADDBA Response Action frame and setup resources as
-needed for doing transmit A-MPDU,
+needed for doing transmit A-MPDU.
.It Dv ic_addb_stop
Shutdown an A-MPDU transmit stream for the specified station and AC.
The default method reclaims local state after sending a DelBA Action frame.
@@ -490,7 +490,7 @@ Devices supports hardware CKIP cipher.
The follow general 802.11n capabilities are defined.
The first capabilities are defined exactly as they appear in the
802.11n specification.
-Capabilities beginning with IEEE80211_HTC_AMPDU are used soley by the
+Capabilities beginning with IEEE80211_HTC_AMPDU are used solely by the
.Nm
layer.
.Bl -tag -width IEEE80211_C_8023ENCAP
diff --git a/share/man/man9/kproc.9 b/share/man/man9/kproc.9
index 69b58b0..a20ab70 100644
--- a/share/man/man9/kproc.9
+++ b/share/man/man9/kproc.9
@@ -244,7 +244,7 @@ when it is called by the new process.
The
.Fa procptr
pointer points to a
-.Vt "struct proc "
+.Vt "struct proc"
pointer that is the location to be updated with the new proc pointer
if a new process is created, or if not
.Dv NULL ,
@@ -255,7 +255,7 @@ then a new process is created and the field updated.
If not NULL, the
.Fa tdptr
pointer points to a
-.Vt "struct thread "
+.Vt "struct thread"
pointer that is the location to be updated with the new thread pointer.
The
.Fa flags
diff --git a/share/man/man9/netisr.9 b/share/man/man9/netisr.9
index c6d5ead..ee6fbed 100644
--- a/share/man/man9/netisr.9
+++ b/share/man/man9/netisr.9
@@ -103,7 +103,7 @@ If the protocol implements
.Va nh_m2flow ,
then
.Nm
-will query the protocol in the evet that the
+will query the protocol in the event that the
.Vt mbuf
doesn't have a flow ID, falling back on source ordering.
.It NETISR_POLICY_CPU
@@ -120,7 +120,7 @@ whose fields are defined as follows:
.Bl -tag -width "netisr_handler_t nh_handler"
.It Vt "const char *" Va nh_name
Unique character string name of the protocol, which may be included in
-.Xr 2 sysctl
+.Xr sysctl 2
MIB names, so should not contain whitespace.
.It Vt netisr_handler_t Va nh_handler
Protocol handler function that will be invoked on each packet received for
diff --git a/share/man/man9/vm_page_bits.9 b/share/man/man9/vm_page_bits.9
index fdee5af..79d5685 100644
--- a/share/man/man9/vm_page_bits.9
+++ b/share/man/man9/vm_page_bits.9
@@ -84,7 +84,7 @@ The range is expected to be
.Dv DEV_BSIZE
aligned and no larger than
.Dv PAGE_SIZE .
-If it is not properly aligned, any unaligned chucks of the
+If it is not properly aligned, any unaligned chunks of the
.Dv DEV_BSIZE
blocks at the beginning and end of the range will be zeroed.
.Pp
OpenPOWER on IntegriCloud