summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederic Cambus <fcambus@cvs.openbsd.org>2020-06-18 09:12:12 +0000
committerFrederic Cambus <fcambus@cvs.openbsd.org>2020-06-18 09:12:12 +0000
commit741b738bb1dbd306f84a31c68a416d1e1aa89677 (patch)
treed3beafd3734507bf1fa62bf6d09905202193ea49
parent9a086cb0d04d9f88c99197081c3862ab42fbf3a4 (diff)
Fix a bunch of typos in various man pages.
-rw-r--r--share/man/man4/bwfm.46
-rw-r--r--share/man/man4/eoip.46
-rw-r--r--share/man/man4/gre.412
-rw-r--r--share/man/man5/bsd.port.mk.56
4 files changed, 15 insertions, 15 deletions
diff --git a/share/man/man4/bwfm.4 b/share/man/man4/bwfm.4
index 7d72391b1ae..7a3b0aeb9fd 100644
--- a/share/man/man4/bwfm.4
+++ b/share/man/man4/bwfm.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bwfm.4,v 1.13 2020/04/20 08:43:36 stsp Exp $
+.\" $OpenBSD: bwfm.4,v 1.14 2020/06/18 09:12:11 fcambus Exp $
.\"
.\" Copyright (c) 2017 Patrick Wildt <patrick@blueri.se>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: April 20 2020 $
+.Dd $Mdocdate: June 18 2020 $
.Dt BWFM 4
.Os
.Sh NAME
@@ -30,7 +30,7 @@ The
driver provides support for Broadcom and Cypress FullMAC wireless network
adapters.
.Pp
-The following table summarizes supported chipsets and their capabilites,
+The following table summarizes supported chipsets and their capabilities,
as well as the bus attachments recognized by the
.Nm
driver:
diff --git a/share/man/man4/eoip.4 b/share/man/man4/eoip.4
index 6b390e65429..c85df0750de 100644
--- a/share/man/man4/eoip.4
+++ b/share/man/man4/eoip.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: eoip.4,v 1.4 2019/05/29 19:37:06 fcambus Exp $
+.\" $OpenBSD: eoip.4,v 1.5 2020/06/18 09:12:11 fcambus Exp $
.\" $NetBSD: gre.4,v 1.10 1999/12/22 14:55:49 kleink Exp $
.\"
.\" Copyright 1998 (c) The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 29 2019 $
+.Dd $Mdocdate: June 18 2020 $
.Dt EOIP 4
.Os
.Sh NAME
@@ -103,7 +103,7 @@ The virtual network identifier may only be configured while the
interface is down.
The Tunnel Identifier is a 16-bit value.
.It Dv SIOCGVNETID Fa "struct ifreq *"
-Get the virtual network identifer used in the GRE Key header.
+Get the virtual network identifier used in the GRE Key header.
.It Dv SIOCSLIFPHYRTABLE Fa "struct ifreq *"
Set the routing table the tunnel traffic operates in.
The routing table may only be configured while the interface is down.
diff --git a/share/man/man4/gre.4 b/share/man/man4/gre.4
index e343003cfb5..18d98b62402 100644
--- a/share/man/man4/gre.4
+++ b/share/man/man4/gre.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gre.4,v 1.77 2020/04/02 18:03:14 jmc Exp $
+.\" $OpenBSD: gre.4,v 1.78 2020/06/18 09:12:11 fcambus Exp $
.\" $NetBSD: gre.4,v 1.10 1999/12/22 14:55:49 kleink Exp $
.\"
.\" Copyright 1998 (c) The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: April 2 2020 $
+.Dd $Mdocdate: June 18 2020 $
.Dt GRE 4
.Os
.Sh NAME
@@ -236,15 +236,15 @@ virtual network flow identifier is enabled.
.Pp
.Nm nvgre
interfaces use the virtual network identifier in the 24-bit
-Virtual Subnet Identifer (VSID)
+Virtual Subnet Identifier (VSID)
aka
Tenant Network Identifier (TNI)
field in of the GRE Key header.
.It Dv SIOCGVNETID Fa "struct ifreq *"
-Get the virtual network identifer used in the GRE Key header.
+Get the virtual network identifier used in the GRE Key header.
.It Dv SIOCDVNETID Fa "struct ifreq *"
Disable the use of the virtual network identifier.
-The virtual network identifer may only be disabled while the interface
+The virtual network identifier may only be disabled while the interface
is down.
.Pp
When the virtual network identifier is disabled on
@@ -315,7 +315,7 @@ into a 24-bit virtual network identifier and an 8-bit flow
identifier.
.Pp
The interface
-must already be configured with a virtual network identifer before
+must already be configured with a virtual network identifier before
enabling flow identifiers in the GRE Key header.
The configured virtual network identify must also fit into 24 bits.
.It Dv SIOCDVNETFLOWID Fa "struct ifreq *"
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5
index c9c25a8d157..d6dc1a850e2 100644
--- a/share/man/man5/bsd.port.mk.5
+++ b/share/man/man5/bsd.port.mk.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bsd.port.mk.5,v 1.533 2020/06/09 11:15:03 espie Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.534 2020/06/18 09:12:10 fcambus Exp $
.\"
.\" Copyright (c) 2000-2008 Marc Espie
.\"
@@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 9 2020 $
+.Dd $Mdocdate: June 18 2020 $
.Dt BSD.PORT.MK 5
.Os
.Sh NAME
@@ -3260,7 +3260,7 @@ as opposed to
bfd's
.Xr ld 1
.Pc .
-Defaults to the appropriate value for the current archictecture
+Defaults to the appropriate value for the current architecture
.Po
see
.Ev LLD_ARCHS