From owner-svn-src-head@FreeBSD.ORG Sun Oct 14 07:22:57 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0BD14FDA; Sun, 14 Oct 2012 07:22:57 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CF9E68FC12; Sun, 14 Oct 2012 07:22:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9E7MucO013018; Sun, 14 Oct 2012 07:22:56 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9E7MuNo013016; Sun, 14 Oct 2012 07:22:56 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201210140722.q9E7MuNo013016@svn.freebsd.org> From: Joel Dahl Date: Sun, 14 Oct 2012 07:22:56 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r241527 - head/sbin/mount_fusefs X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Oct 2012 07:22:57 -0000 Author: joel (doc committer) Date: Sun Oct 14 07:22:56 2012 New Revision: 241527 URL: http://svn.freebsd.org/changeset/base/241527 Log: Remove trailing whitespace. Modified: head/sbin/mount_fusefs/mount_fusefs.8 Modified: head/sbin/mount_fusefs/mount_fusefs.8 ============================================================================== --- head/sbin/mount_fusefs/mount_fusefs.8 Sun Oct 14 07:19:42 2012 (r241526) +++ head/sbin/mount_fusefs/mount_fusefs.8 Sun Oct 14 07:22:56 2012 (r241527) @@ -135,17 +135,17 @@ by prefixing them with .Bl -tag -width indent .It Cm default_permissions Enable traditional (file mode based) permission checking in kernel -.It Cm allow_other +.It Cm allow_other Do not apply .Sx STRICT ACCESS POLICY . Only root can use this option .It Cm max_read Ns = Ns Ar n Limit size of read requests to -.Ar n +.Ar n .It Cm private Refuse shared mounting of the daemon. This is the default behaviour, to allow sharing, expicitly use -.Fl o Cm noprivate +.Fl o Cm noprivate .It Cm neglect_shares Do not refuse unmounting if there are secondary mounts .It Cm push_symlinks_in @@ -158,7 +158,7 @@ Besides the above mount options, there i are supported by the Fuse library. One can list these by passing .Fl h to a Fuse daemon. Most of these options have effect only on the behaviour of -the daemon (that is, their scope is limited to userspace). However, +the daemon (that is, their scope is limited to userspace). However, there are some which do require in-kernel support. Currently the options supported by the kernel are: .Bl -tag -width indent @@ -240,7 +240,7 @@ and .Fl A ) , and command line parsing is done in a flexible way: mixing options and non-options is allowed, but processing them stops at the third non-option -argument (after the first two has been utilized as device and mountpoint). +argument (after the first two has been utilized as device and mountpoint). The rest of the command line specifies the daemon and its arguments. (Alternatively, the daemon, the special and the mount path can be specified using the respective options.) Note that @@ -316,8 +316,8 @@ Doing the same in two steps, using .Dl mount_fusefs /dev/fuse /mnt/fuse .Pp A script wrapper for fusexmp which ensures that -.Nm -does not call any external utility and also provides a hacky +.Nm +does not call any external utility and also provides a hacky (non race-free) automatic device selection: .Pp .Dl #!/bin/sh -e @@ -360,4 +360,4 @@ Other paths which are equivalent with .Pa /dev/fuse (eg., .Pa /../dev/fuse ) -are not. +are not.