gnunet-fuse

GNUnet file-sharing directory mounting via FUSE
Log | Files | Refs | Submodules | README | LICENSE

commit cc9aab5306dd6491e54ac62f242bfa6a54ddab3f
parent c338938b3e76a23a95a9ec1a6be28ed48373268f
Author: ng0 <ng0@n0.is>
Date:   Tue, 19 Nov 2019 19:03:56 +0000

doc: mdocml syntax fixes

Diffstat:
Mdoc/Makefile.am | 4+---
Mdoc/gnunet-fuse.1 | 27+++++++++++++--------------
2 files changed, 14 insertions(+), 17 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am @@ -1,6 +1,4 @@ # This Makefile.am is in the public domain -man_MANS = \ - gnunet-fuse.1 +man_MANS = gnunet-fuse.1 EXTRA_DIST = ${man_MANS} - diff --git a/doc/gnunet-fuse.1 b/doc/gnunet-fuse.1 @@ -3,17 +3,16 @@ .Os .Sh NAME .Nm gnunet-fuse -.Nd -mount directories shared on gnunet +.Nd mount directories shared on gnunet .Sh SYNOPSIS .Nm -.Op Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME -.Op Fl d Ar PATH | Fl \-directory= Ns Ar PATH -.Op Fl h | \-help -.Op Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL -.Op Fl s Ar URI | Fl \-source= Ns Ar URI -.Op Fl t | \-single-threaded -.Op Fl v | \-version +.Op Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME +.Op Fl d Ar PATH | Fl -directory= Ns Ar PATH +.Op Fl h | -help +.Op Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL +.Op Fl s Ar URI | Fl -source= Ns Ar URI +.Op Fl t | -single-threaded +.Op Fl v | -version .Sh DESCRIPTION .Nm is a tool to mount directories that have been published via GNUnet's file-sharing applications. @@ -32,24 +31,24 @@ This can be solved either by adding root to the 'gnunet' group, or by disabling gnunet-fuse currently only supports read-only operations on the file system. All files will be owned by root and will be world-readable. .Bl -tag -width Ds -.It Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME +.It Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME Configuration file to use. .It Fl d Ar PATH | Fl \-directory= Ns Ar PATH PATH specifies the mountpoint that gnunet-fuse should use as the destination for mounting the file system. -.It Fl h | \-help +.It Fl h | -help Print the help page .It Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL Change the loglevel. Possible values for LOGLEVEL are ERROR, WARNING, INFO and DEBUG. -.It Fl s Ar URI | Fl \-source= Ns Ar URI +.It Fl s Ar URI | Fl -source= Ns Ar URI URI is the file-sharing URI of the directory that is to be mounted. It must be either of type CHK or of type LOC. -.It Fl t | \-single-threaded +.It Fl t | -single-threaded In this mode, gnunet-fuse will run in "debug" mode and disable FUSE concurrency (and add some additional logging). Normally, gnunet-fuse will download multiple files in parallel if multiple IO requests are queued with the file system at the same time. In debug mode, all requests are processed sequentially. Note that gnunet-fuse will still fork a helper process to perform the actual interaction with the GNUnet file-sharing service. -.It Fl v | \-version +.It Fl v | -version Print the version number. .El .\".Sh EXAMPLES