summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhelg <helg@openbsd.org>2018-08-04 00:08:53 +0000
committerhelg <helg@openbsd.org>2018-08-04 00:08:53 +0000
commit1094f1ecb4ce8d48ec0d6d9ffc3f90926fb699bb (patch)
treec789759b399c19e8c7cfa8c26c5e60b917fed557
parentAdd man page for fuse_get_context(3). (diff)
downloadwireguard-openbsd-1094f1ecb4ce8d48ec0d6d9ffc3f90926fb699bb.tar.xz
wireguard-openbsd-1094f1ecb4ce8d48ec0d6d9ffc3f90926fb699bb.zip
Uncomment no-longer-dead Xr.
-rw-r--r--lib/libfuse/fuse_new.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libfuse/fuse_new.3 b/lib/libfuse/fuse_new.3
index 61ce742150f..c7e593ccb23 100644
--- a/lib/libfuse/fuse_new.3
+++ b/lib/libfuse/fuse_new.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fuse_new.3,v 1.4 2018/07/21 09:39:25 jmc Exp $
+.\" $OpenBSD: fuse_new.3,v 1.5 2018/08/04 00:08:53 helg Exp $
.\"
.\" Copyright (c) 2013 Sylvestre Gallon <ccna.syl@gmail.com>
.\" Copyright (c) 2018 Helg Bredow <helg@openbsd.org>
@@ -15,7 +15,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: July 21 2018 $
+.Dd $Mdocdate: August 4 2018 $
.Dt FUSE_NEW 3
.Os
.Sh NAME
@@ -226,7 +226,7 @@ reported instead.
Useful only for file system that have inode numbers.
.El
.Sh SEE ALSO
-.\".Xr fuse_get_context 3 ,
+.Xr fuse_get_context 3 ,
.Xr fuse_main 3 ,
.Xr fuse_mount 3
.Sh STANDARDS