summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfcambus <fcambus@openbsd.org>2019-05-29 19:37:06 +0000
committerfcambus <fcambus@openbsd.org>2019-05-29 19:37:06 +0000
commit0d4c35e64238d84ab8b155d4e4ae93a195227fc7 (patch)
tree4eb84e602fec0457642d002e04fd34df3cd99d26
parentThe line number needs to be updated only after the \n is processed by (diff)
downloadwireguard-openbsd-0d4c35e64238d84ab8b155d4e4ae93a195227fc7.tar.xz
wireguard-openbsd-0d4c35e64238d84ab8b155d4e4ae93a195227fc7.zip
Fix a bunch of typos in various man pages.
-rw-r--r--share/man/man1/portcheck.16
-rw-r--r--share/man/man1/proot.17
-rw-r--r--share/man/man4/eoip.46
-rw-r--r--share/man/man4/gre.48
-rw-r--r--share/man/man4/man4.armv7/amdisplay.46
5 files changed, 17 insertions, 16 deletions
diff --git a/share/man/man1/portcheck.1 b/share/man/man1/portcheck.1
index 0e9749cde06..c5b9b7b38d5 100644
--- a/share/man/man1/portcheck.1
+++ b/share/man/man1/portcheck.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: portcheck.1,v 1.1 2018/06/26 05:38:49 espie Exp $
+.\" $OpenBSD: portcheck.1,v 1.2 2019/05/29 19:37:06 fcambus Exp $
.\"
.\" Copyright (c) 2013 Vadim Zhukov
.\"
@@ -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: June 26 2018 $
+.Dd $Mdocdate: May 29 2019 $
.Dt PORTCHECK 1
.Os
.Sh NAME
@@ -116,7 +116,7 @@ be left by mistake when creating a new port based on another one.
Excludes files and subdirectories matching given shell globbing pattern
from any checks.
Note that matching is done against relative path, and not against
-absoulte path or base name either.
+absolute path or base name either.
I.e., to exclude the
.Dq x11/kde4/libs/logs
from checks, you must pass the whole line as argument, not just
diff --git a/share/man/man1/proot.1 b/share/man/man1/proot.1
index c2b12911f92..2e30615b405 100644
--- a/share/man/man1/proot.1
+++ b/share/man/man1/proot.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: proot.1,v 1.3 2018/06/26 13:27:59 schwarze Exp $
+.\" $OpenBSD: proot.1,v 1.4 2019/05/29 19:37:06 fcambus Exp $
.\"
.\" Copyright (c) 2016 Marc Espie <espie@openbsd.org>
.\"
@@ -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: June 26 2018 $
+.Dd $Mdocdate: May 29 2019 $
.Dt PROOT 1
.Os
.Sh NAME
@@ -225,7 +225,8 @@ directory containing the base sets.
.It
All the ports specific sub directories if they are defined,
namely
-.Cm DISTDIR , WRKOBJDIR, LOGDIR, PACKAGE_REPOSITORY , PLIST_REPOSITY , LOCKDIR .
+.Cm DISTDIR , WRKOBJDIR, LOGDIR, PACKAGE_REPOSITORY , PLIST_REPOSITORY ,
+LOCKDIR.
.It
The
.Cm PORTSDIR
diff --git a/share/man/man4/eoip.4 b/share/man/man4/eoip.4
index de3f6e0f143..6b390e65429 100644
--- a/share/man/man4/eoip.4
+++ b/share/man/man4/eoip.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: eoip.4,v 1.3 2018/11/16 01:21:12 dlg Exp $
+.\" $OpenBSD: eoip.4,v 1.4 2019/05/29 19:37:06 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: November 16 2018 $
+.Dd $Mdocdate: May 29 2019 $
.Dt EOIP 4
.Os
.Sh NAME
@@ -134,7 +134,7 @@ Get the priority value used in the Type of Service field in IPv4
headers, or the Traffic Class field in IPv6 headers.
.It Dv SIOCSETKALIVE Fa "struct ifkalivereq *"
Enable the transmission of keepalive packets to detect tunnel failure.
-Keepalives may only be configured while the interace is down.
+Keepalives may only be configured while the interface is down.
.Pp
Setting the keepalive period or count to 0 disables keepalives on
the tunnel.
diff --git a/share/man/man4/gre.4 b/share/man/man4/gre.4
index 9c3fe877f9d..7f9ed235d13 100644
--- a/share/man/man4/gre.4
+++ b/share/man/man4/gre.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gre.4,v 1.75 2018/11/16 01:21:12 dlg Exp $
+.\" $OpenBSD: gre.4,v 1.76 2019/05/29 19:37:06 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: November 16 2018 $
+.Dd $Mdocdate: May 29 2019 $
.Dt GRE 4
.Os
.Sh NAME
@@ -329,7 +329,7 @@ calls:
.Bl -tag -width indent -offset 3n
.It Dv SIOCSETKALIVE Fa "struct ifkalivereq *"
Enable the transmission of keepalive packets to detect tunnel failure.
-.\" Keepalives may only be configured while the interace is down.
+.\" Keepalives may only be configured while the interface is down.
.Pp
Setting the keepalive period or count to 0 disables keepalives on
the tunnel.
@@ -540,7 +540,7 @@ configuration and an equivalent
.Xr vlan 4
configuration.
In the examples, 192.168.0.1/24 will be the network configured on
-the relevent virtual interfaces.
+the relevant virtual interfaces.
The NVGRE underlay network will be configured on 100.64.10.0/24,
and will use 239.1.1.100 as the multicast group address.
.Pp
diff --git a/share/man/man4/man4.armv7/amdisplay.4 b/share/man/man4/man4.armv7/amdisplay.4
index e97af419100..4c34a607168 100644
--- a/share/man/man4/man4.armv7/amdisplay.4
+++ b/share/man/man4/man4.armv7/amdisplay.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: amdisplay.4,v 1.3 2017/08/18 22:53:48 ians Exp $
+.\" $OpenBSD: amdisplay.4,v 1.4 2019/05/29 19:37:06 fcambus Exp $
.\"
.\" Copyright (c) 2017 Ian Sutton <ians@openbsd.org>
.\"
@@ -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: August 18 2017 $
+.Dd $Mdocdate: May 29 2019 $
.Dt AMDISPLAY 4 armv7
.Os
.Sh NAME
@@ -31,7 +31,7 @@ The
driver supports the LCD controller integrated in Texas Instruments' line of
AM335x SoCs.
The LCDC reads a framebuffer from memory via DMA and scans it out
-at the proper frequency to suit a display (along with the neccesary
+at the proper frequency to suit a display (along with the necessary
hsync/vsync/etc. signals) to a PHY transmitter.
The BeagleBone Black uses NXP/Freescale's TDA19988 HDMI transmitter,
which is additionally supported by the