diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2014-01-20 08:34:30 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2014-01-20 08:34:30 +0000 |
commit | 24c56e1d39e48d1fc8bf94e9c6e1d59893e8f037 (patch) | |
tree | 25bec7a09d0006cb1e399a2a477026d9ffb2a205 /share/man/man4 | |
parent | 5e89a17e04bbb890660f37b6338c6e2039f567af (diff) |
fuse* -> fuse0 since it is a clonable device.
ok syl@
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/fuse.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/fuse.4 b/share/man/man4/fuse.4 index 910f9b7f67d..83025ab8f3e 100644 --- a/share/man/man4/fuse.4 +++ b/share/man/man4/fuse.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fuse.4,v 1.10 2013/11/04 06:33:13 stsp Exp $ +.\" $OpenBSD: fuse.4,v 1.11 2014/01/20 08:34:29 ajacoutot 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: November 4 2013 $ +.Dd $Mdocdate: January 20 2014 $ .Dt FUSE 4 .Os .Sh NAME @@ -31,9 +31,9 @@ device provides a FUSE interface for implementing a file system in userland. This device does not support partial reads and writes. .Sh FILES .Bl -tag -width /dev/fuse* -compact -.It Pa /dev/fuse* +.It Pa /dev/fuse0 .Nm -device special files +device special file .El .Sh SEE ALSO .\".Xr fuse_main 3 , |