diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-08-08 06:41:07 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-08-08 06:41:07 +0000 |
commit | 02539f496acd781e398c39935edd78dfe2f40e04 (patch) | |
tree | 914b36cfcf2934809186aef3f0d0f28655cca902 /share/man/man4 | |
parent | e77496d7383155763e005b3f4f655e1f74799046 (diff) |
rename fuse docs after existent functions;
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 7afbb91cbcf..d629578f2a0 100644 --- a/share/man/man4/fuse.4 +++ b/share/man/man4/fuse.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fuse.4,v 1.8 2013/06/12 05:53:35 jmc Exp $ +.\" $OpenBSD: fuse.4,v 1.9 2013/08/08 06:41:05 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: June 12 2013 $ +.Dd $Mdocdate: August 8 2013 $ .Dt FUSE 4 .Os .Sh NAME @@ -42,9 +42,9 @@ This device does not support partial reads and writes. device special files .El .Sh SEE ALSO -.Xr fuse 3 , +.\".Xr fuse_main 3 , .Xr intro 4 , -.Xr fusebuf 9 +.Xr fb_setup 9 .Sh HISTORY The .Nm |