summaryrefslogtreecommitdiffstats
path: root/lib/libfuse
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2018-07-21 09:39:25 +0000
committerjmc <jmc@openbsd.org>2018-07-21 09:39:25 +0000
commita055e56fcd5d77d5d43ca56c977e8f51d57edac4 (patch)
treebd616bf6e74bb20057287d98254a8cf3efc2484d /lib/libfuse
parentsort; (diff)
downloadwireguard-openbsd-a055e56fcd5d77d5d43ca56c977e8f51d57edac4.tar.xz
wireguard-openbsd-a055e56fcd5d77d5d43ca56c977e8f51d57edac4.zip
comment out a dead Xr;
Diffstat (limited to 'lib/libfuse')
-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 3c5887c2b01..61ce742150f 100644
--- a/lib/libfuse/fuse_new.3
+++ b/lib/libfuse/fuse_new.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fuse_new.3,v 1.3 2018/07/16 13:10:53 helg Exp $
+.\" $OpenBSD: fuse_new.3,v 1.4 2018/07/21 09:39:25 jmc 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 16 2018 $
+.Dd $Mdocdate: July 21 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