X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=blobdiff_plain;f=README;h=701a781cd46e06af65106ea7453ead114825dc29;hp=4e312da9e70a8b65bf78da6c03dc8d21ddb7acca;hb=HEAD;hpb=3a3f8d4d877db9528bdad048af314984a1be2b86 diff --git a/README b/README index 4e312da..701a781 100644 --- a/README +++ b/README @@ -28,7 +28,7 @@ URL-FORMAT: Libnfs uses RFC2224 style URLs extended with libnfs specific url arguments some minor extensions. The basic syntax of these URLs is : -nfs:///path[?arg=val[&arg=val]*] +nfs:///path[?arg=val[&arg=val]*] Arguments supported by libnfs are : tcp-syncnt= : Number of SYNs to send during the session establish @@ -62,6 +62,14 @@ This is highly non-portable so IF this works on your linux system, count yourself lucky. +DOCUMENTATION +============= +libnfs sources ship with prebuilt manpage(s) in the doc directory. +If you change the manpage sources you need to manually regenerate the new +manpages by running + cd doc + make doc + FUSE ==== A simple FUSE filesystem built on libnfs can be found in @@ -107,7 +115,8 @@ patches to make it better instead. RELEASE TARBALLS ================ -Release tarballs are available at https://sites.google.com/site/libnfstarballs/li +Release tarballs are available at +https://sites.google.com/site/libnfstarballs/li