Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Oct 2012 07:22:56 +0000 (UTC)
From:      Joel Dahl <joel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r241527 - head/sbin/mount_fusefs
Message-ID:  <201210140722.q9E7MuNo013016@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210140722.q9E7MuNo013016>