diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2013-11-04 06:33:14 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2013-11-04 06:33:14 +0000 |
commit | 18685336d9f6cd30e900b65ed008e68a300268df (patch) | |
tree | 1897876eed0343d9d3156ba3d001a6014d5d6649 | |
parent | d9e877854b27a1ecb8c767cfa2ee2d7c4754f0f2 (diff) |
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.4 | 12 |
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 |