From nobody Tue Dec 14 21:49:02 2021 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 729E018E8983; Tue, 14 Dec 2021 21:49:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JDBpl1HYNz3rNl; Tue, 14 Dec 2021 21:49:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0C7DF103A2; Tue, 14 Dec 2021 21:49:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1BELn23g096876; Tue, 14 Dec 2021 21:49:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BELn2Yp096875; Tue, 14 Dec 2021 21:49:02 GMT (envelope-from git) Date: Tue, 14 Dec 2021 21:49:02 GMT Message-Id: <202112142149.1BELn2Yp096875@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Alan Somers Subject: git: 2b788e4a713d - stable/13 - sbin/mount_fusefs/mount_fusefs.8: Fix typos List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: asomers X-Git-Repository: src X-Git-Refname: refs/heads/stable/13 X-Git-Reftype: branch X-Git-Commit: 2b788e4a713dc0b7541822f7f31be030cfa33729 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1639518543; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=7s2cOB0QzT0tegvWBK5OT1eBSirQIsE8CEPhJnvmFQ8=; b=Ile0AWjO5CqoYLxNQHDE6klIbweRTQn1Aqt1wqPJF7q0KlZ/HO9P+ZnWpOa/Zfhes23pZ/ lFRFq2A3ffxwxMKqc0nJ4MyVOFIo3wz3/smxSXtloZ91Pvjc/+5XtLFI6GDjuZF1gRyFc8 nZQ6hEmH1ENewqDxRBOPZiFec/1Hfk57nP23xXmP4SUmTeVg3h1ieHXoNg9u3lqo6tkQgt d8nIvJ3KnRdGUlYy3SSFM8tkXP2yY125/uY9d5THgjr4w2C4Cj4whDVulsWGQfjDhW7FLZ uFk1WQSGGztIhMI/3R3obmwXqvoDaEVQ75v3/L7I54QBvBsd7ghblXLFKP3ang== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1639518543; a=rsa-sha256; cv=none; b=Uv195NaSWq7Cg5NupRhTnvpBmy51PR0olef9LmzZCi7RFImXD9cuZK63YeyNXU1iHbUAgu CvfR8xVljA2/JXyNtXi87Xt9Wn2Tf1bKoyqS7JsS4LZoCbxbMXh4f7NZF1UKJm4AupNnNK 1qrYQfz7Yfhj9nAymgkUXR7MrQPHcNK9Eb60EtNkk9KJMFDh29v247PS4UeQ9aMmx8myZl azl2RGfBUtMkeKHfy0tKhPukLR7DzjWbDrYQuWGBjrfrX45AVyTnUu29Pm6Czf0kRKQ0jv qZU382QWrEqPHRbkzIyOY4393oP1OIARRIRc84/lXLF90lAG6dRy1nFZXn0itQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch stable/13 has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=2b788e4a713dc0b7541822f7f31be030cfa33729 commit 2b788e4a713dc0b7541822f7f31be030cfa33729 Author: Elyes HAOUAS AuthorDate: 2021-10-08 16:44:48 +0000 Commit: Alan Somers CommitDate: 2021-12-14 21:48:35 +0000 sbin/mount_fusefs/mount_fusefs.8: Fix typos "expicitly" --> "explicitly" "uknown" --> "unknown" Signed-off-by: Elyes HAOUAS 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 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.