diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-05-16 17:55:58 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-05-16 17:55:58 +0000 |
commit | f8b1c9c32f2a1c6aac2a5a171fa76a7f481da963 (patch) | |
tree | 1fc404f1c061afb8db9f4feb2a6931da3404b149 /share | |
parent | 4959aa47206822876f459be6a3d998f4eb953fc2 (diff) |
i seemingly commented out an Xr in SEE ALSO in -r1.9 - correct
that now.
from ray
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/fuse.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/fuse.4 b/share/man/man4/fuse.4 index 83025ab8f3e..ea79a34e162 100644 --- a/share/man/man4/fuse.4 +++ b/share/man/man4/fuse.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fuse.4,v 1.11 2014/01/20 08:34:29 ajacoutot Exp $ +.\" $OpenBSD: fuse.4,v 1.12 2016/05/16 17:55:57 jmc 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: January 20 2014 $ +.Dd $Mdocdate: May 16 2016 $ .Dt FUSE 4 .Os .Sh NAME @@ -36,7 +36,7 @@ This device does not support partial reads and writes. device special file .El .Sh SEE ALSO -.\".Xr fuse_main 3 , +.Xr fuse_main 3 , .Xr intro 4 , .Xr fb_setup 9 .Sh HISTORY |