summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/ae.42
-rw-r--r--share/man/man4/asmc.42
-rw-r--r--share/man/man4/ata.42
-rw-r--r--share/man/man4/blackhole.42
-rw-r--r--share/man/man4/bpf.44
-rw-r--r--share/man/man4/bridge.42
-rw-r--r--share/man/man4/icmp6.44
-rw-r--r--share/man/man4/ksyms.42
-rw-r--r--share/man/man4/net80211.48
-rw-r--r--share/man/man4/pcm.42
-rw-r--r--share/man/man4/snd_hda.42
-rw-r--r--share/man/man4/uep.42
-rw-r--r--share/man/man4/vpo.42
-rw-r--r--share/man/man5/rc.conf.54
-rw-r--r--share/man/man9/VOP_VPTOCNP.92
-rw-r--r--share/man/man9/locking.94
-rw-r--r--share/man/man9/netisr.92
17 files changed, 24 insertions, 24 deletions
diff --git a/share/man/man4/ae.4 b/share/man/man4/ae.4
index e32d1ad..6bfe9d6 100644
--- a/share/man/man4/ae.4
+++ b/share/man/man4/ae.4
@@ -142,7 +142,7 @@ driver and this manual page was written by
It first appeared in
.Fx 7.1 .
.Sh BUGS
-The Attansic L2 FastEthernet contoller supports DMA but does not use a
+The Attansic L2 FastEthernet controller supports DMA but does not use a
descriptor based transfer mechanism via scatter-gather DMA.
Thus the data should be copied to/from the controller memory on each
transmit/receive.
diff --git a/share/man/man4/asmc.4 b/share/man/man4/asmc.4
index 2d4c139..6ad3744 100644
--- a/share/man/man4/asmc.4
+++ b/share/man/man4/asmc.4
@@ -108,7 +108,7 @@ sysctl tree contains the leaf nodes
and
.Va targetspeed .
Each of these leaf nodes represent the current fan speed, the safest
-minimum fan speed, the mininum speed and the maximum speed
+minimum fan speed, the minimum speed and the maximum speed
respectively.
.Pp
All values are in RPM.
diff --git a/share/man/man4/ata.4 b/share/man/man4/ata.4
index 44a1e01..ba67991 100644
--- a/share/man/man4/ata.4
+++ b/share/man/man4/ata.4
@@ -85,7 +85,7 @@ To turn
.Xr ata 4
subsystem controller drivers into cam(4) interface modules (disables all native
.Xr ata 4
-APIs and periperal drivers):
+APIs and peripheral drivers):
.Cd options ATA_CAM
.Pp
The following tunables are settable from the loader:
diff --git a/share/man/man4/blackhole.4 b/share/man/man4/blackhole.4
index 2005aab..668f92d 100644
--- a/share/man/man4/blackhole.4
+++ b/share/man/man4/blackhole.4
@@ -62,7 +62,7 @@ for firewall solutions.
Better security would consist of the
.Nm
.Xr sysctl 8
-MIB used in conjuction with one of the available firewall packages.
+MIB used in conjunction with one of the available firewall packages.
.Pp
This mechanism is not a substitute for securing a system.
It should be used together with other security mechanisms.
diff --git a/share/man/man4/bpf.4 b/share/man/man4/bpf.4
index 7b6496b..4051cb9 100644
--- a/share/man/man4/bpf.4
+++ b/share/man/man4/bpf.4
@@ -1,7 +1,7 @@
.\" Copyright (c) 2007 Seccuris Inc.
.\" All rights reserved.
.\"
-.\" This sofware was developed by Robert N. M. Watson under contract to
+.\" This software was developed by Robert N. M. Watson under contract to
.\" Seccuris Inc.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -253,7 +253,7 @@ As in the buffered read mode,
.Xr poll 2 ,
and
.Xr select 2
-may be used to sleep awaiting the availbility of a completed buffer.
+may be used to sleep awaiting the availability of a completed buffer.
They will return a readable file descriptor when ownership of the next buffer
is assigned to user space.
.Pp
diff --git a/share/man/man4/bridge.4 b/share/man/man4/bridge.4
index 7d45356..9bb8539 100644
--- a/share/man/man4/bridge.4
+++ b/share/man/man4/bridge.4
@@ -259,7 +259,7 @@ MAC.
There are situations when some of the bridge members are sharing
the same MAC address (for example the
.Xr vlan 4
-interfaces: they are currenly sharing the
+interfaces: they are currently sharing the
MAC address of the parent physical interface).
It is not possible to distinguish between these interfaces using
their MAC address, excluding the case when the packet's destination
diff --git a/share/man/man4/icmp6.4 b/share/man/man4/icmp6.4
index 83aff0e..e6c3665 100644
--- a/share/man/man4/icmp6.4
+++ b/share/man/man4/icmp6.4
@@ -98,7 +98,7 @@ The following types are defined:
.It 131 Ta grouprep Ta "Group membership report"
.It 131 Ta listenrep Ta "Multicast listener report"
.It 132 Ta groupterm Ta "Group membership termination"
-.It 132 Ta listendone Ta "Multicast listerner done"
+.It 132 Ta listendone Ta "Multicast listener done"
.It 133 Ta routersol Ta "Router solicitation"
.It 134 Ta routeradv Ta "Router advertisement"
.It 135 Ta neighbrsol Ta "Neighbor solicitation"
@@ -122,7 +122,7 @@ The following codes are defined:
.It 0 Ta noroute-unr Ta unreach Ta "No route to destination"
.It 1 Ta admin-unr Ta unreach Ta "Administratively prohibited"
.It 2 Ta beyond-unr Ta unreach Ta "Beyond scope of source address"
-.It 2 Ta notnbr-unr Ta unreach Ta "Not a neighbor (obselete)"
+.It 2 Ta notnbr-unr Ta unreach Ta "Not a neighbor (obsolete)"
.It 3 Ta addr-unr Ta unreach Ta "Address unreachable"
.It 4 Ta port-unr Ta unreach Ta "Port unreachable"
.It 0 Ta transit Ta timex Ta "Time exceeded in transit"
diff --git a/share/man/man4/ksyms.4 b/share/man/man4/ksyms.4
index d5683fb..9272eb8 100644
--- a/share/man/man4/ksyms.4
+++ b/share/man/man4/ksyms.4
@@ -59,7 +59,7 @@ The STRTAB section contains the symbol name strings from the kernel and any
loaded modules that the symbol table entries reference.
.El
.Pp
-Elf formated symbol table data read from the
+Elf formatted symbol table data read from the
.Pa /dev/ksyms
file represents the state of the kernel at the time when the device is opened.
Since
diff --git a/share/man/man4/net80211.4 b/share/man/man4/net80211.4
index 7e93896..bb6155d 100644
--- a/share/man/man4/net80211.4
+++ b/share/man/man4/net80211.4
@@ -308,7 +308,7 @@ By default 802.11h is enabled if the device is capable.
Return, in
.Va i_val ,
whether unencrypted packets transmit/received should be discarded.
-This value will be zero if unecrypted packets will be accepted and
+This value will be zero if unencrypted packets will be accepted and
non-zero if they are to be discarded.
.It Dv IEEE80211_IOC_DTIM_PERIOD
Return the period (in beacon intervals) between DTIM events in
@@ -397,7 +397,7 @@ and
Return whether or not the system handles inactivity processing in
.Va i_val .
When inactivity processing is enabled the system will track stations
-that have not trasmitted frames and periodically probe them to
+that have not transmitted frames and periodically probe them to
check if they are still present.
Stations that are inactive and do not respond to probes are dropped.
.It Dv IEEE80211_IOC_MACCMD
@@ -1002,7 +1002,7 @@ and
Set whether or not the system handles inactivity processing using the value in
.Va i_val .
When inactivity processing is enabled the system will track stations
-that have not trasmitted frames and periodically probe them to
+that have not transmitted frames and periodically probe them to
check if they are still present.
Stations that are inactive and do not respond to probes are dropped.
.It Dv IEEE80211_IOC_MACCMD
@@ -1073,7 +1073,7 @@ There are several MLME operations supported:
.Dv IEEE80211_MLME_DEAUTH
(deauthenticate the specified station),
.Dv IEEE80211_MLME_AUHORIZE
-(mark the specifed station authorized to pass data frames),
+(mark the specified station authorized to pass data frames),
.Dv IEEE80211_MLME_UNAUTHORIZE
(revoke the specified station's ability to pass data frames),
and
diff --git a/share/man/man4/pcm.4 b/share/man/man4/pcm.4
index 4fce593..60d9948 100644
--- a/share/man/man4/pcm.4
+++ b/share/man/man4/pcm.4
@@ -237,7 +237,7 @@ are device specific.
.It Va hw.snd.compat_linux_mmap
Linux
.Xr mmap 2
-compability.
+compatability.
The following values are supported (default is 0):
.Bl -tag -width 2n
.It -1
diff --git a/share/man/man4/snd_hda.4 b/share/man/man4/snd_hda.4
index cdb1503..cd78c0f 100644
--- a/share/man/man4/snd_hda.4
+++ b/share/man/man4/snd_hda.4
@@ -304,7 +304,7 @@ any codec pin (external connector).
All codec pins are reversible (could be configured either as input or output).
.Pp
So high codec uniformity and flexibility allow driver to configure it in many
-different ways, depending on requested pins usage decribed by pins configuration.
+different ways, depending on requested pins usage described by pins configuration.
The driver reports such default pin configuration when verbose messages enabled:
.Bd -literal
hdac0: nid 20 0x01014020 as 2 seq 0 Line-out Jack jack 1 loc 1 color Green misc 0
diff --git a/share/man/man4/uep.4 b/share/man/man4/uep.4
index d89805e..62dc51a 100644
--- a/share/man/man4/uep.4
+++ b/share/man/man4/uep.4
@@ -51,7 +51,7 @@ driver provides support for the eGalax onscreen touch panels.
.Pp
The driver is stub.
It just probes and attaches to USB device, creates device entry
-and feeds reassambled packets from the hardware to it.
+and feeds reassembled packets from the hardware to it.
.Pp
To get mouse working in
.Xr X 7 ,
diff --git a/share/man/man4/vpo.4 b/share/man/man4/vpo.4
index a3b6016..722a18f 100644
--- a/share/man/man4/vpo.4
+++ b/share/man/man4/vpo.4
@@ -61,7 +61,7 @@ DOS and
.Fx
file systems are supported.
When mounting a DOS file system or
-formating a
+formatting a
.Fx
file system, check the slice of the disk with the
.Xr fdisk 8
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index f9f9167..ab0a753 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -4233,14 +4233,14 @@ Must set properly if multiple profiles used in the same time.
.Pq Vt bool
Tells
.Xr rfcomm_pppd 8
-if it should register Serial Port service on the speficied RFCOMM channel.
+if it should register Serial Port service on the specified RFCOMM channel.
Default
.Dq Li NO .
.It Va rfcomm_pppd_server_ Ns Ao Ar profile Ac Ns _register_dun
.Pq Vt bool
Tells
.Xr rfcomm_pppd 8
-if it should register Dial-Up Networking service on the speficied
+if it should register Dial-Up Networking service on the specified
RFCOMM channel.
Default
.Dq Li NO .
diff --git a/share/man/man9/VOP_VPTOCNP.9 b/share/man/man9/VOP_VPTOCNP.9
index 7858215..794d6e5 100644
--- a/share/man/man9/VOP_VPTOCNP.9
+++ b/share/man/man9/VOP_VPTOCNP.9
@@ -50,7 +50,7 @@ The vnode to translate.
The vnode of the parent directory of
.Fa vp .
.It Fa buf
-The buffer into which to preprend the component name.
+The buffer into which to prepend the component name.
.It Fa buflen
The remaining size of the buffer.
.El
diff --git a/share/man/man9/locking.9 b/share/man/man9/locking.9
index 8457e25..005f476 100644
--- a/share/man/man9/locking.9
+++ b/share/man/man9/locking.9
@@ -53,12 +53,12 @@ the two is that spin mutexes never sleep - instead, they spin, waiting
for the thread holding the lock, which runs on another CPU, to release it.
Differently from ordinary mutex, spin mutexes disable interrupts when acquired.
Since disabling interrupts is expensive, they are also generally slower.
-Spin mutexes should be used only when neccessary, e.g. to protect data shared
+Spin mutexes should be used only when necessary, e.g. to protect data shared
with interrupt filter code (see
.Xr bus_setup_intr 9
for details).
.Ss Pool mutexes
-With most synchronisaton primitives, such as mutexes, programmer must
+With most synchronization primitives, such as mutexes, programmer must
provide a piece of allocated memory to hold the primitive.
For example, a mutex may be embedded inside the structure it protects.
Pool mutex is a variant of mutex without this requirement - to lock or unlock
diff --git a/share/man/man9/netisr.9 b/share/man/man9/netisr.9
index 37fd367..c6d5ead 100644
--- a/share/man/man9/netisr.9
+++ b/share/man/man9/netisr.9
@@ -173,7 +173,7 @@ Both accept a protocol number and
.Vt mbuf
argument, but while
.Fn netisr_queue
-will always execute the protocol handler asynchonously in a deferred
+will always execute the protocol handler asynchronously in a deferred
context,
.Fn netisr_dispatch
will optionally direct dispatch if permitted by global and per-protocol
OpenPOWER on IntegriCloud