diff options
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/fuse.4 | 8 | ||||
-rw-r--r-- | share/man/man9/fusebuf.9 | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/fuse.4 b/share/man/man4/fuse.4 index 2fc11686484..6659f44fcd2 100644 --- a/share/man/man4/fuse.4 +++ b/share/man/man4/fuse.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fuse.4,v 1.6 2013/06/11 20:16:37 sobrado Exp $ +.\" $OpenBSD: fuse.4,v 1.7 2013/06/11 20:20:52 sobrado Exp $ .\" .\" Copyright (c) 2013 Sylvestre Gallon <ccna.syl@gmail.com> .\" @@ -19,20 +19,20 @@ .Os .Sh NAME .Nm fuse -.Nd filesystem in userland +.Nd file system in userland .Sh SYNOPSIS .Cd "option FUSE" .Cd "pseudo-device fuse" Op Ar count .Sh DESCRIPTION The .Nm -device provides a FUSE interface for implementing a filesystem in userland. +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 -mountpoints are possible. +mount points are possible. .Pp This device does not support partial reads and writes. .Sh FILES diff --git a/share/man/man9/fusebuf.9 b/share/man/man9/fusebuf.9 index 4fc8d1378ad..ff982814bb5 100644 --- a/share/man/man9/fusebuf.9 +++ b/share/man/man9/fusebuf.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fusebuf.9,v 1.7 2013/06/11 20:17:02 sobrado Exp $ +.\" $OpenBSD: fusebuf.9,v 1.8 2013/06/11 20:20:52 sobrado Exp $ .\" .\" Copyright (c) 2013 Sylvestre Gallon <ccna.syl@gmail.com> .\" @@ -84,7 +84,7 @@ struct fusebuf { .Ed .Sh DESCRIPTION Fusebufs functions provide a way to manage the kernel messaging mechanism -for filesystem in userland. +for file system in userland. It is based on .Xr mbuf 9 . .Pp |