Also separate out the specification (does that count as a "standard"?)
and the implementation.

Index: fuse_main.3
===================================================================
RCS file: /home/cvs/src/lib/libfuse/fuse_main.3,v
retrieving revision 1.1
diff -u -p -r1.1 fuse_main.3
--- fuse_main.3 8 Aug 2013 06:41:06 -0000       1.1
+++ fuse_main.3 17 May 2016 16:05:43 -0000
@@ -252,12 +252,17 @@ 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/ .
 .Sh HISTORY
-The FUSE library first appeared in
+The original FUSE implementation can be found at:
+.Lk https://github.com/libfuse/libfuse/ .
+.Pp
+The
+.Ox
+FUSE library first appeared in
 .Ox 5.4 .
 .Sh BUGS
 This man page is woefully incomplete.

Reply via email to