diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-03 16:06:43 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-03 16:06:43 +0000 |
commit | f2571937412ae8328d532703185a9d82318b7bca (patch) | |
tree | 647e8af5a3106e4bd2e7fceb47af7a740046f4a8 /share/man/man8/man8.hppa | |
parent | 2d1f38e979cea2a7a983dac54284972159772e5f (diff) |
userland fuse support, but not attaching libfuse yet. ok beck deraadt
from Sylvestre Gallon ccna.syl gmail.com
Diffstat (limited to 'share/man/man8/man8.hppa')
-rw-r--r-- | share/man/man8/man8.hppa/MAKEDEV.8 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man8/man8.hppa/MAKEDEV.8 b/share/man/man8/man8.hppa/MAKEDEV.8 index 447c07cd087..423fceac5d3 100644 --- a/share/man/man8/man8.hppa/MAKEDEV.8 +++ b/share/man/man8/man8.hppa/MAKEDEV.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.52 2013/03/28 21:22:32 jmc Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.53 2013/06/03 16:06:42 tedu Exp $ .\" .\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. .\" generated from: @@ -23,7 +23,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: March 28 2013 $ +.Dd $Mdocdate: June 3 2013 $ .Dt MAKEDEV 8 hppa .Os .Sh NAME @@ -208,6 +208,9 @@ Disk mapper, see .It Ar fd fd/* nodes, see .Xr fd 4 . +.It Ar fuse +Userland Filesystem, see +.Xr fuse 4 . .It Ar hotplug devices hot plugging, see .Xr hotplug 4 . |