From owner-svn-src-head@FreeBSD.ORG Sun Oct 14 07:19:42 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 CE43FE3C; Sun, 14 Oct 2012 07:19:42 +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 AC0C98FC19; Sun, 14 Oct 2012 07:19:42 +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 q9E7JgYB012487; Sun, 14 Oct 2012 07:19:42 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9E7JgHF012485; Sun, 14 Oct 2012 07:19:42 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201210140719.q9E7JgHF012485@svn.freebsd.org> From: Joel Dahl Date: Sun, 14 Oct 2012 07:19:42 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r241526 - 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:19:43 -0000 Author: joel (doc committer) Date: Sun Oct 14 07:19:42 2012 New Revision: 241526 URL: http://svn.freebsd.org/changeset/base/241526 Log: Minor mdoc and language fixes. 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:18:32 2012 (r241525) +++ head/sbin/mount_fusefs/mount_fusefs.8 Sun Oct 14 07:19:42 2012 (r241526) @@ -77,7 +77,7 @@ From that on mounting goes as in the sim .Pp The .Ar special -argument normally will be treated as the path of the special file to mount. +argument will normally be treated as the path of the special file to mount. .Pp However, if .Pa auto @@ -147,7 +147,7 @@ Refuse shared mounting of the daemon. Th to allow sharing, expicitly use .Fl o Cm noprivate .It Cm neglect_shares -Don't refuse unmounting if there are secondary mounts +Do not refuse unmounting if there are secondary mounts .It Cm push_symlinks_in Prefix absolute symlinks with the mountpoint .El @@ -170,7 +170,7 @@ By default cached buffers of a given fil This option disables this behaviour .El .Sh DAEMON MOUNTS -Usually users don't need to use +Usually users do not need to use .Nm directly, as the Fuse library enables Fuse daemons to invoke .Nm . @@ -274,7 +274,7 @@ Adjust behaviour to the needs of the FUS help output. .El .Pp -Although the following variables don't have any effect on +Although the following variables do not have any effect on .Nm itself, they affect the behaviour of fuse daemons: .Bl -tag -width ".Ev FUSE_DEV_NAME" @@ -286,7 +286,7 @@ is used. File desciptor of an opened Fuse device to use. Overrides .Ev FUSE_DEV_NAME . .It Ev FUSE_NO_MOUNT -If set, the library won't attempt to mount the filesystem, even +If set, the library will not attempt to mount the filesystem, even if a mountpoint argument is supplied. .El .Sh FILES @@ -317,7 +317,7 @@ Doing the same in two steps, using .Pp A script wrapper for fusexmp which ensures that .Nm -doesn't call any external utility and also provides a hacky +does not call any external utility and also provides a hacky (non race-free) automatic device selection: .Pp .Dl #!/bin/sh -e @@ -329,6 +329,10 @@ doesn't call any external utility and al .Xr mount 8 , .Xr umount 8 , .Xr sudo 8 +.Sh HISTORY +.Nm +appears as the part of the FreeBSD implementation of the Fuse userspace filesystem +framework (see http://fuse.sourceforge.net). This user interface is FreeBSD specific. .Sh CAVEATS Secondary mounts should be unmounted via their device name. If an attempt is made to be unmount them via their filesystem root path, the unmount request @@ -344,12 +348,8 @@ options, it will be invoked via .Xr system 3 , and the daemon's command line will also have an .Dq & -control operator appended, so that we don't have to wait for its termination. +control operator appended, so that we do not have to wait for its termination. You should use a simple command line when invoking the daemon via these options. -.Sh HISTORY -.Nm -appears as the part of the FreeBSD implementation of the Fuse userspace filesystem -framework (see http://fuse.sourceforge.net). This user interface is FreeBSD specific. .Sh BUGS .Ar special is treated as a multiplexer if and only if it is literally the same as