Re: libfuse has moved to github

2016-05-18 Thread Ray Lai
Looks good to me

> On May 18, 2016, at 11:14 PM, Jason McIntyre  wrote:
> 
>> On Wed, May 18, 2016 at 12:13:14AM +0800, Ray Lai wrote:
>> Also separate out the specification (does that count as a "standard"?)
>> and the implementation.
> 
> i've tweaked the diff a little to shorten it and keep the links in one
> section. STANDARDS seems the better choice.  i also don;t think the
> HISTORY tweak is neccessary.
> 
> ok with that, ray?
> 
> jmc
> 
> Index: fuse_main.3
> ===
> RCS file: /cvs/src/lib/libfuse/fuse_main.3,v
> retrieving revision 1.1
> diff -u -r1.1 fuse_main.3
> --- fuse_main.38 Aug 2013 06:41:06 -1.1
> +++ fuse_main.318 May 2016 15:13:16 -
> @@ -252,10 +252,12 @@
> }
> .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 .



Re: libfuse has moved to github

2016-05-18 Thread Jason McIntyre
On Wed, May 18, 2016 at 12:13:14AM +0800, Ray Lai wrote:
> Also separate out the specification (does that count as a "standard"?)
> and the implementation.
> 

i've tweaked the diff a little to shorten it and keep the links in one
section. STANDARDS seems the better choice.  i also don;t think the
HISTORY tweak is neccessary.

ok with that, ray?

jmc

Index: fuse_main.3
===
RCS file: /cvs/src/lib/libfuse/fuse_main.3,v
retrieving revision 1.1
diff -u -r1.1 fuse_main.3
--- fuse_main.3 8 Aug 2013 06:41:06 -   1.1
+++ fuse_main.3 18 May 2016 15:13:16 -
@@ -252,10 +252,12 @@
 }
 .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 .



libfuse has moved to github

2016-05-17 Thread Ray Lai
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 -   1.1
+++ fuse_main.3 17 May 2016 16:05:43 -
@@ -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.