git: e51bbeaa6fe9 - stable/12 - sbin/mount_fusefs/mount_fusefs.8: Fix typos

From: Alan Somers <asomers_at_FreeBSD.org>
Date: Tue, 12 Oct 2021 16:37:33 UTC
The branch stable/12 has been updated by asomers:

URL: https://cgit.FreeBSD.org/src/commit/?id=e51bbeaa6fe9cd0b869e22f9192478da6932e545

commit e51bbeaa6fe9cd0b869e22f9192478da6932e545
Author:     Elyes HAOUAS <ehaouas@noos.fr>
AuthorDate: 2021-10-08 16:44:48 +0000
Commit:     Alan Somers <asomers@FreeBSD.org>
CommitDate: 2021-10-12 16:37:04 +0000

    sbin/mount_fusefs/mount_fusefs.8: Fix typos
    
    "expicitly" --> "explicitly"
    "uknown" --> "unknown"
    
    Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/552
    
    (cherry picked from commit c8a45820e0d94892c1a632d49ccfddd8f559801e)
---
 sbin/mount_fusefs/mount_fusefs.8 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sbin/mount_fusefs/mount_fusefs.8 b/sbin/mount_fusefs/mount_fusefs.8
index 9f59a25647ce..15542a871905 100644
--- a/sbin/mount_fusefs/mount_fusefs.8
+++ b/sbin/mount_fusefs/mount_fusefs.8
@@ -34,7 +34,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd July 31, 2019
+.Dd October 9, 2021
 .Dt MOUNT_FUSEFS 8
 .Os
 .Sh NAME
@@ -162,7 +162,7 @@ Limit size of read requests to
 Do not refuse unmounting if there are secondary mounts.
 .It Cm private
 Refuse shared mounting of the daemon.
-This is the default behaviour, to allow sharing, expicitly use
+This is the default behaviour, to allow sharing, explicitly use
 .Fl o Cm noprivate .
 .It Cm push_symlinks_in
 Prefix absolute symlinks with the mountpoint.
@@ -293,7 +293,7 @@ option.
 .It Ev MOUNT_FUSEFS_IGNORE_UNKNOWN
 If set,
 .Nm
-will ignore uknown mount options.
+will ignore unknown mount options.
 .It Ev MOUNT_FUSEFS_CALL_BY_LIB
 Adjust behavior to the needs of the FUSE library.
 Currently it effects help output.