summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/fwcontrol/fwcontrol.82
-rw-r--r--usr.sbin/jail/jail.84
-rw-r--r--usr.sbin/mfiutil/mfiutil.82
-rw-r--r--usr.sbin/mptutil/mptutil.82
-rw-r--r--usr.sbin/rpc.ypxfrd/rpc.ypxfrd.84
-rw-r--r--usr.sbin/ypserv/ypinit.82
6 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/fwcontrol/fwcontrol.8 b/usr.sbin/fwcontrol/fwcontrol.8
index b936195..f3a83b7 100644
--- a/usr.sbin/fwcontrol/fwcontrol.8
+++ b/usr.sbin/fwcontrol/fwcontrol.8
@@ -178,7 +178,7 @@ This has been tested with SONY HDR-FX1E camera that produces HD MPEG-2
stream at 25 Mbps bandwidth.
.Pp
To send the stream from the camera over the network using TCP (which
-supprisingly works better with vlc), you can use
+surprisingly works better with vlc), you can use
.Dl "fwcontrol -R - | nc 192.168.10.11 9000
with
.Nm netcat
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8
index d4b6452..a8056ba 100644
--- a/usr.sbin/jail/jail.8
+++ b/usr.sbin/jail/jail.8
@@ -256,7 +256,7 @@ Source address selection is enabled by default for all jails and a
.Va ip4.nosaddrsel
setting of a parent jail is not inherited for any child jails.
.It Va ip4
-Control the availablity of IPv4 addresses.
+Control the availability of IPv4 addresses.
Possible values are
.Dq inherit
to allow unrestricted access to all system addresses,
@@ -892,7 +892,7 @@ originally done by
for IPv4.
.Pp
.An James Gritton
-added the extensible jail parameters and hierchical jails.
+added the extensible jail parameters and hierarchical jails.
.Sh BUGS
Jail currently lacks the ability to allow access to
specific jail information via
diff --git a/usr.sbin/mfiutil/mfiutil.8 b/usr.sbin/mfiutil/mfiutil.8
index e6026d6..063fe03 100644
--- a/usr.sbin/mfiutil/mfiutil.8
+++ b/usr.sbin/mfiutil/mfiutil.8
@@ -503,7 +503,7 @@ Enable periodic patrol reads initiated by the firmware.
The optional
.Ar interval
argument specifies the interval in seconds between patrol reads.
-If patrol reads should be run continously,
+If patrol reads should be run continuously,
then
.Ar interval
should consist of the word
diff --git a/usr.sbin/mptutil/mptutil.8 b/usr.sbin/mptutil/mptutil.8
index afa211f..a5b3593 100644
--- a/usr.sbin/mptutil/mptutil.8
+++ b/usr.sbin/mptutil/mptutil.8
@@ -123,7 +123,7 @@ where
is the bus ID and
.Ar yy
is the target ID.
-If the bus ID is ommitted,
+If the bus ID is omitted,
the volume is assumed to be on bus 0.
Second,
on the volume may be specified by the corresponding
diff --git a/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8 b/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8
index b1bcbcc..ad0c03e 100644
--- a/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8
+++ b/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8
@@ -44,7 +44,7 @@ The
.Nm
utility is used to speed up the distribution of very large NIS maps
from NIS master to NIS slave servers.
-The normal method for transfering
+The normal method for transferring
maps involves several steps:
.Bl -bullet -offset indent
.It
@@ -93,7 +93,7 @@ own from scratch.
Simply put,
.Nm
implements an RPC-based file transfer protocol.
-Transfering even
+Transferring even
a multi-megabyte file in this fashion takes only a few seconds compared
to the several minutes it would take even a reasonably fast slave server
to build a new map from scratch.
diff --git a/usr.sbin/ypserv/ypinit.8 b/usr.sbin/ypserv/ypinit.8
index b99a945..524ec5e 100644
--- a/usr.sbin/ypserv/ypinit.8
+++ b/usr.sbin/ypserv/ypinit.8
@@ -98,7 +98,7 @@ The system administrator can edit the
script and
modify the map list if necessary.
Otherwise, individual maps can
-be transfered manually from the master using
+be transferred manually from the master using
.Xr ypxfr 8 .
.Sh OPTIONS
The
OpenPOWER on IntegriCloud