summaryrefslogtreecommitdiffstats
path: root/lib/libfuse
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2016-05-18 17:36:24 +0000
committerjmc <jmc@openbsd.org>2016-05-18 17:36:24 +0000
commitecdf8e49fa16a0ecb97748e689db01b38eeb85f5 (patch)
tree0686f69a829819c8dbe104c3ac1e0ce343a8dd74 /lib/libfuse
parentReduce quadruple negation to double negation; (diff)
downloadwireguard-openbsd-ecdf8e49fa16a0ecb97748e689db01b38eeb85f5.tar.xz
wireguard-openbsd-ecdf8e49fa16a0ecb97748e689db01b38eeb85f5.zip
update links; from ray
Diffstat (limited to 'lib/libfuse')
-rw-r--r--lib/libfuse/fuse_main.312
1 files changed, 7 insertions, 5 deletions
diff --git a/lib/libfuse/fuse_main.3 b/lib/libfuse/fuse_main.3
index f381408412c..22c66921e0f 100644
--- a/lib/libfuse/fuse_main.3
+++ b/lib/libfuse/fuse_main.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fuse_main.3,v 1.1 2013/08/08 06:41:06 jmc Exp $
+.\" $OpenBSD: fuse_main.3,v 1.2 2016/05/18 17:36:24 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: August 8 2013 $
+.Dd $Mdocdate: May 18 2016 $
.Dt FUSE_MAIN 3
.Os
.Sh NAME
@@ -252,10 +252,12 @@ main(int ac, char **av)
}
.Ed
.Sh SEE ALSO
-The FUSE specifications and orignal implementation can be found at:
-.Lk http://fuse.sourceforge.net/
-.Pp
.Xr fuse 4
+.Sh STANDARDS
+The original FUSE specification can be found at
+.Lk http://libfuse.github.io/doxygen/ .
+The original implementation can be found at
+.Lk https://github.com/libfuse/libfuse/ .
.Sh HISTORY
The FUSE library first appeared in
.Ox 5.4 .