summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2016-05-18 17:36:25 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2016-05-18 17:36:25 +0000
commit0dfa9bec1380dab46bbe5ac5af47c96e047c14ab (patch)
tree47e35b764251e5a08c7588379ebf35feeb6bf6dd
parent27eda8d230c9011c6dc8bc35dac1a496b7f26a64 (diff)
update links; from ray
-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 .