summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstsp <stsp@openbsd.org>2013-11-04 06:33:13 +0000
committerstsp <stsp@openbsd.org>2013-11-04 06:33:13 +0000
commit6455a5cedb80cfdf7ba203947a6ecfc0f23cca6b (patch)
treeaaa7d90a00073a4dfda8412796f0e3ddab0576c7
parentBetter defaults for the screen burner settings: all unblank actions enabled, (diff)
downloadwireguard-openbsd-6455a5cedb80cfdf7ba203947a6ecfc0f23cca6b.tar.xz
wireguard-openbsd-6455a5cedb80cfdf7ba203947a6ecfc0f23cca6b.zip
Remove pseudo-device fuse 'count' option from documentation.
The option doesn't exist anymore, FUSE devices have been made clonable. ok tedu
-rw-r--r--share/man/man4/fuse.412
1 files changed, 3 insertions, 9 deletions
diff --git a/share/man/man4/fuse.4 b/share/man/man4/fuse.4
index d629578f2a0..910f9b7f67d 100644
--- a/share/man/man4/fuse.4
+++ b/share/man/man4/fuse.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fuse.4,v 1.9 2013/08/08 06:41:05 jmc Exp $
+.\" $OpenBSD: fuse.4,v 1.10 2013/11/04 06:33:13 stsp Exp $
.\"
.\" Copyright (c) 2013 Sylvestre Gallon <ccna.syl@gmail.com>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: August 8 2013 $
+.Dd $Mdocdate: November 4 2013 $
.Dt FUSE 4
.Os
.Sh NAME
@@ -22,17 +22,11 @@
.Nd file system in userland
.Sh SYNOPSIS
.Cd "option FUSE"
-.Cd "pseudo-device fuse" Op Ar count
+.Cd "pseudo-device fuse"
.Sh DESCRIPTION
The
.Nm
device provides a FUSE interface for implementing a file system in userland.
-Each fuse mount will use a
-.Nm
-device so up to
-.Fa count
-.Nm
-mount points are possible.
.Pp
This device does not support partial reads and writes.
.Sh FILES