diff options
author | 2013-06-03 19:16:44 +0000 | |
---|---|---|
committer | 2013-06-03 19:16:44 +0000 | |
commit | f8037093176dd1438d6ea481d9275cd05dbcbd43 (patch) | |
tree | 53003d2f6ce4c6c69398edf6d3532ca31b8533cd | |
parent | Rework the logic for matching the boot device to allow for root on (diff) | |
download | wireguard-openbsd-f8037093176dd1438d6ea481d9275cd05dbcbd43.tar.xz wireguard-openbsd-f8037093176dd1438d6ea481d9275cd05dbcbd43.zip |
fix some wording, first noticed by jmc
-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 d6ffdc0ce80..3f2c5e7021c 100644 --- a/share/man/man4/fuse.4 +++ b/share/man/man4/fuse.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fuse.4,v 1.3 2013/06/03 16:35:55 tedu Exp $ +.\" $OpenBSD: fuse.4,v 1.4 2013/06/03 19:16:44 tedu Exp $ .\" .\" Copyright (c) 2013 Sylvestre Gallon <ccna.syl@gmail.com> .\" @@ -29,12 +29,12 @@ The device provides a FUSE interface for implementing FileSystem in Userland. Each fuse mount will take a .Nm -device so there is +device so there are .Fa count .Nm -mountpoint possibles. +mountpoints possible. .Pp -These devices does not supports partial reads and writes. +This device does not supports partial reads and writes. .Sh FILES .Bl -tag -width /dev/fuse* -compact .It Pa /dev/fuse* |