gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet-fuse] branch master updated: doc: mdocml syntax fixes


From: gnunet
Subject: [gnunet-fuse] branch master updated: doc: mdocml syntax fixes
Date: Tue, 19 Nov 2019 20:07:07 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet-fuse.

The following commit(s) were added to refs/heads/master by this push:
     new cc9aab5  doc: mdocml syntax fixes
cc9aab5 is described below

commit cc9aab5306dd6491e54ac62f242bfa6a54ddab3f
Author: ng0 <address@hidden>
AuthorDate: Tue Nov 19 19:03:56 2019 +0000

    doc: mdocml syntax fixes
---
 doc/Makefile.am   |  4 +---
 doc/gnunet-fuse.1 | 27 +++++++++++++--------------
 2 files changed, 14 insertions(+), 17 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index cfba563..4bd920f 100644
--- 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
index 2564b9a..180a5a9 100644
--- 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

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]