aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_fusefs
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-10-08 16:44:48 +0000
committerAlan Somers <asomers@FreeBSD.org>2021-10-09 15:02:39 +0000
commitc8a45820e0d94892c1a632d49ccfddd8f559801e (patch)
treedb6fb8e1f66aff3d4f3fba523407868632fde702 /sbin/mount_fusefs
parentbc8b8e106bd1526ff19e270d2a8f2ccf6d225507 (diff)
downloadsrc-c8a45820e0d94892c1a632d49ccfddd8f559801e.tar.gz
src-c8a45820e0d94892c1a632d49ccfddd8f559801e.zip
sbin/mount_fusefs/mount_fusefs.8: Fix typos
"expicitly" --> "explicitly" "uknown" --> "unknown" Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> MFC after: 3 days Pull Request: https://github.com/freebsd/freebsd-src/pull/552
Diffstat (limited to 'sbin/mount_fusefs')
-rw-r--r--sbin/mount_fusefs/mount_fusefs.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mount_fusefs/mount_fusefs.8 b/sbin/mount_fusefs/mount_fusefs.8
index 051a5c273ef7..9740d0ed59ff 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.