From d709358f8e13be1f6e8039a4bf3773261c59cd87 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Wed, 15 Nov 2017 20:08:20 +0100 Subject: [PATCH] Fix some typos in manual pages. --- lib/libc/sys/umtx.2 | 2 +- share/man/man7/build.7 | 2 +- usr.bin/systat/systat.1 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libc/sys/umtx.2 b/lib/libc/sys/umtx.2 index 4081b781ab..4b73e35920 100644 --- a/lib/libc/sys/umtx.2 +++ b/lib/libc/sys/umtx.2 @@ -159,7 +159,7 @@ This function can also return -1 with errno set to due to internal kernel effects. .Pp This function can return without error when woken up via internal -kernal effects and not necessarily just by a +kernel effects and not necessarily just by a .Fn umtx_wakeup call. .Pp diff --git a/share/man/man7/build.7 b/share/man/man7/build.7 index 4b6f87c43d..0723fc140d 100644 --- a/share/man/man7/build.7 +++ b/share/man/man7/build.7 @@ -283,7 +283,7 @@ The advantage of this is that no installation mechanism will overwrite your .Pa /boot/kernel.bak , and in addition to that the loader's boot menu will check for its -existance and present a menu option 'b' to allow you to boot from it. +existence and present a menu option 'b' to allow you to boot from it. .Pp The second mechanism is related to the two-stage root mount. When using an encrypted root, the system will actually boot from a diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1 index d3fd6427a9..41f0e7f44b 100644 --- a/usr.bin/systat/systat.1 +++ b/usr.bin/systat/systat.1 @@ -579,7 +579,7 @@ curve to prevent fields from jumping around too much. Units for all rows are selected based on the largest bandwidth measurement for uniformity. Note that two states will be present for any connection operating over NAT. -Needs root priviledge. +Needs root privilege. .It Ic altqs Display packet filter altq statistics. The ALTQ operates in conjunction with the packet filter (pf) on the -- 2.41.0