syntax
authorng0 <ng0@n0.is>
Sat, 20 Apr 2019 11:08:52 +0000 (11:08 +0000)
committerng0 <ng0@n0.is>
Sat, 20 Apr 2019 11:08:52 +0000 (11:08 +0000)
doc/man/gnunet-auto-share.1

index 00b627d8712bc939b0c30b4a8f5618e41f756525..48ae9dd73362dee83fd1b63c97c870ce29aa8624 100644 (file)
@@ -30,7 +30,7 @@ gnunet\-auto\-share has many options in common with gnunet\-publish, but can onl
 You can use automatic meta\-data extraction (based on libextractor).
 .Bl -tag -width Ds
 .It Fl a Ar LEVEL | Fl \-anonymity= Ns Ar LEVEL
-The \fB\-a\fR option can be used to specify additional anonymity constraints.
+This option can be used to specify additional anonymity constraints.
 If set to 0, GNUnet will publish the file non-anonymously and in fact sign the advertisement for the file using your peer's private key.
 This will allow other users to download the file as fast as possible, including using non-anonymous methods (DHT, direct transfer).
 If you set it to 1 (default), you use the standard anonymous routing algorithm (which does not explicitly leak your identity).
@@ -41,11 +41,11 @@ Note that regardless of the anonymity level you choose, peers that cache content
 The definition of the ANONYMITY LEVEL is the following.
 0 means no anonymity is required.
 Otherwise a value of 'v' means that 1 out of v bytes of "anonymous" traffic can be from the local user, leaving 'v-1' bytes of cover traffic per byte on the wire.
-Thus, if GNUnet routes n bytes of messages from foreign peers (using anonymous routing), it may originate n/(v-1) bytes of data in the same time\-period.
-The time\-period is twice the average delay that GNUnet defers forwarded queries.
+Thus, if GNUnet routes n bytes of messages from foreign peers (using anonymous routing), it may originate n/(v-1) bytes of data in the same time-period.
+The time-period is twice the average delay that GNUnet defers forwarded queries.
 .Pp
 The default is 1 and this should be fine for most users.
-Also notice that if you choose very large values, you may end up having no throughput at all, especially if many of your fellow GNUnet\-peers all do the same.
+Also notice that if you choose very large values, you may end up having no throughput at all, especially if many of your fellow GNUnet-peers all do the same.
 .It Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME
 Use alternate config file (if this option is not specified, the default is ~/.config/gnunet.conf).
 .It Fl D | \-disable-extractor
@@ -72,7 +72,7 @@ This option can be used to push some content out into the network harder.
 Note that pushing content LEVEL times into the network does not guarantee that there will actually be LEVEL replicas.
 .It Fl V | \-verbose
 Be verbose.
-Using this option causes gnunet\-publish to print progress information and at the end the file identification that can be used to download the file from GNUnet.
+Using this option causes gnunet-publish to print progress information and at the end the file identification that can be used to download the file from GNUnet.
 .It Fl v | \-version
 Print the version number.
 .El