gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r29907 - gnunet/doc/man


From: gnunet
Subject: [GNUnet-SVN] r29907 - gnunet/doc/man
Date: Sun, 6 Oct 2013 23:05:14 +0200

Author: grothoff
Date: 2013-10-06 23:05:14 +0200 (Sun, 06 Oct 2013)
New Revision: 29907

Modified:
   gnunet/doc/man/gnunet-arm.1
   gnunet/doc/man/gnunet-ats.1
   gnunet/doc/man/gnunet-auto-share.1
   gnunet/doc/man/gnunet-datastore.1
   gnunet/doc/man/gnunet-dns2gns.1
   gnunet/doc/man/gnunet-download.1
   gnunet/doc/man/gnunet-fs.1
   gnunet/doc/man/gnunet-gns.1
   gnunet/doc/man/gnunet-namestore.1
   gnunet/doc/man/gnunet-peerinfo.1
   gnunet/doc/man/gnunet-publish.1
   gnunet/doc/man/gnunet-resolver.1
   gnunet/doc/man/gnunet-scalarproduct.1
   gnunet/doc/man/gnunet-search.1
   gnunet/doc/man/gnunet-transport.1
   gnunet/doc/man/gnunet-unindex.1
Log:
-more whitespace

Modified: gnunet/doc/man/gnunet-arm.1
===================================================================
--- gnunet/doc/man/gnunet-arm.1 2013-10-06 21:02:41 UTC (rev 29906)
+++ gnunet/doc/man/gnunet-arm.1 2013-10-06 21:05:14 UTC (rev 29907)
@@ -9,7 +9,7 @@
 .br
 
 .SH DESCRIPTION
-\fBgnunet\-arm\fP can be used to start or stop GNUnet services, including the 
ARM service itself.  The ARM service is a supervisor for GNUnet's service 
processes.  ARM starts services on-demand or as configured and re-starts them 
if they crash.  
+\fBgnunet\-arm\fP can be used to start or stop GNUnet services, including the 
ARM service itself.  The ARM service is a supervisor for GNUnet's service 
processes.  ARM starts services on-demand or as configured and re-starts them 
if they crash.
 
 .SH OPTIONS
 .B

Modified: gnunet/doc/man/gnunet-ats.1
===================================================================
--- gnunet/doc/man/gnunet-ats.1 2013-10-06 21:02:41 UTC (rev 29906)
+++ gnunet/doc/man/gnunet-ats.1 2013-10-06 21:05:14 UTC (rev 29907)
@@ -9,8 +9,8 @@
 .br
 
 .SH DESCRIPTION
-\fBgnunet\-ats\fP can be used to display information about the GNUnet's 
-transport selection mechanism. It shows information about the 
+\fBgnunet\-ats\fP can be used to display information about the GNUnet's
+transport selection mechanism. It shows information about the
 addresses and the assigned input and output bandwidth.
 
 .SH OPTIONS

Modified: gnunet/doc/man/gnunet-auto-share.1
===================================================================
--- gnunet/doc/man/gnunet-auto-share.1  2013-10-06 21:02:41 UTC (rev 29906)
+++ gnunet/doc/man/gnunet-auto-share.1  2013-10-06 21:05:14 UTC (rev 29907)
@@ -15,7 +15,7 @@
 Use alternate config file (if this option is not specified, the default is 
~/.gnunet/gnunet.conf).
 
 .TP
-\fB\-D\fR, \fB\-\-disable\-extractor\fR 
+\fB\-D\fR, \fB\-\-disable\-extractor\fR
 Disable use of GNU libextractor for finding additional keywords and metadata.
 
 .TP
@@ -24,8 +24,8 @@
 
 .TP
 \fB\-L \fILOGLEVEL\fR, \fB\-\-loglevel=\fILOGLEVEL\fR
-Change the loglevel.  Possible values for LOGLEVEL are 
-ERROR, WARNING, INFO and DEBUG. 
+Change the loglevel.  Possible values for LOGLEVEL are
+ERROR, WARNING, INFO and DEBUG.
 
 .TP
 \fB\-p \fIPRIORITY\fR, \fB\-\-prio=\fIPRIORITY\fR
@@ -48,9 +48,9 @@
 
 .SH SETTING ANONYMITY LEVEL
 
-The \fB\-a\fR 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).  However, a powerful adversary may still be able to 
perform traffic analysis (statistics) to over time infer data about your 
identity.  You can gain better privacy by specifying a higher level of 
anonymity, which increases the amount of cover traffic your own traffic will 
get, at the expense of performance.  Note that regardless of the anonymity 
level you choose, peers that cache content in the network always use anonymity 
level 1.  
+The \fB\-a\fR 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).  However, a powerful adversary may still be able to 
perform traffic analysis (statistics) to over time infer data about your 
identity.  You can gain better privacy by specifying a higher level of 
anonymity, which increases the amount of cover traffic your own traffic will 
get, at the expense of performance.  Note that regardless of the anonymity 
level you choose, peers that cache content in the network always use anonymity 
level 1.
 
-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. 
+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.
 
 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.
 

Modified: gnunet/doc/man/gnunet-datastore.1
===================================================================
--- gnunet/doc/man/gnunet-datastore.1   2013-10-06 21:02:41 UTC (rev 29906)
+++ gnunet/doc/man/gnunet-datastore.1   2013-10-06 21:05:14 UTC (rev 29907)
@@ -3,7 +3,7 @@
 gnunet\-datastore \- merge or convert GNUnet datastore databases
 
 .SH SYNOPSIS
-.B gnunet\-datastore 
+.B gnunet\-datastore
 [\fIOPTIONS\fR]
 .SH DESCRIPTION
 .PP

Modified: gnunet/doc/man/gnunet-dns2gns.1
===================================================================
--- gnunet/doc/man/gnunet-dns2gns.1     2013-10-06 21:02:41 UTC (rev 29906)
+++ gnunet/doc/man/gnunet-dns2gns.1     2013-10-06 21:05:14 UTC (rev 29907)
@@ -11,9 +11,9 @@
 .SH DESCRIPTION
 Most users will not want to run an DNS to GADS proxy/gateway and thus will not 
need this program.
 
-\fBgnunet\-dns2gns\fP runs a DNS resolver which delegates requests to the 
".gads" and ".zkey" zones to GADS.  All other requests are forwarded to DNS.  
This DNS proxy is useful for enabling non-personalized GADS\-resolution to an 
entire network or to offer GADS\-resolution to DNS users.  
+\fBgnunet\-dns2gns\fP runs a DNS resolver which delegates requests to the 
".gads" and ".zkey" zones to GADS.  All other requests are forwarded to DNS.  
This DNS proxy is useful for enabling non-personalized GADS\-resolution to an 
entire network or to offer GADS\-resolution to DNS users.
 
-A DNS\-to\-GNS proxy using gnunet\-dns2gns is available at ".zkey.eu" 
+A DNS\-to\-GNS proxy using gnunet\-dns2gns is available at ".zkey.eu"
 
 If you do not want to specify a public key and are the owner of the zone that 
gnunet\-dns2gns will use for GNS lookups, you need to first create a pseudonym 
(using "gnunet\-identity \-C NAME"), and then assign it to be used for the 
"dns2gns" service using "gnunet\-identity \-e NAME \-s dns2gns".  After that, 
you can start the dns2gns service (possibly using gnunet\-arm) without 
specifying a public key using "\-z".
 
@@ -41,7 +41,7 @@
 Print GNUnet version number.
 .B
 .IP "\-z PUBLICKEY, \-\-zone=PUBLICKEY"
-Use PUBLICKEY for the zone to resolve GNS names in.  The PUBLICKEY must be 
encoded in the text format which can be obtained using gnunet\-ecc, seen in 
PKEY records and output by gnunet\-identity.  If this option is not specified, 
the default ego associated by gnunet\-identity for the "dns2gns" subsystem will 
be used.  
+Use PUBLICKEY for the zone to resolve GNS names in.  The PUBLICKEY must be 
encoded in the text format which can be obtained using gnunet\-ecc, seen in 
PKEY records and output by gnunet\-identity.  If this option is not specified, 
the default ego associated by gnunet\-identity for the "dns2gns" subsystem will 
be used.
 
 
 .SH BUGS

Modified: gnunet/doc/man/gnunet-download.1
===================================================================
--- gnunet/doc/man/gnunet-download.1    2013-10-06 21:02:41 UTC (rev 29906)
+++ gnunet/doc/man/gnunet-download.1    2013-10-06 21:05:14 UTC (rev 29907)
@@ -26,8 +26,8 @@
 
 .TP
 \fB\-L \fILOGLEVEL\fR, \fB\-\-loglevel=LOGLEVEL\fR
-Change the loglevel.  Possible values for LOGLEVEL are 
-ERROR, WARNING, INFO and DEBUG. 
+Change the loglevel.  Possible values for LOGLEVEL are
+ERROR, WARNING, INFO and DEBUG.
 
 .TP
 \fB\-n\fR, \fB\-\-no-network\fR
@@ -39,7 +39,7 @@
 
 .TP
 \fB\-p \fIDOWNLOADS\fR, \fB\-\-parallelism=DOWNLOADS\fR
-set the maximum number of parallel downloads that is allowed.  More parallel 
downloads can, to some extent, improve the overall time to download content.  
However, parallel downloads also take more memory (see also option \-r which 
can be used to limit memory utilization) and more sockets.  This option is used 
to limit the number of files that are downloaded in parallel (\-r can be used 
to limit the number of blocks that are concurrently requested).  As a result, 
the value only matters for recursive downloads.  The default value is 32. 
+set the maximum number of parallel downloads that is allowed.  More parallel 
downloads can, to some extent, improve the overall time to download content.  
However, parallel downloads also take more memory (see also option \-r which 
can be used to limit memory utilization) and more sockets.  This option is used 
to limit the number of files that are downloaded in parallel (\-r can be used 
to limit the number of blocks that are concurrently requested).  As a result, 
the value only matters for recursive downloads.  The default value is 32.
 
 .TP
 \fB\-r \fIREQUESTS\fR, \fB\-\-request-parallelism=REQUESTS\fR
@@ -59,15 +59,15 @@
 
 .SH NOTES
 The GNUNET_URI is typically obtained from gnunet\-search. gnunet\-fs\-gtk can 
also be used instead of gnunet\-download.
-If you ever have to abort a download, you can at any time continue it by 
re\-issuing gnunet\-download with the same filename. In that case GNUnet will 
not download blocks again that are already present. GNUnet's file\-encoding 
will ensure file integrity, even if the existing file was not downloaded from 
GNUnet in the first place. Temporary information will be appended to the target 
file until the download is completed. 
+If you ever have to abort a download, you can at any time continue it by 
re\-issuing gnunet\-download with the same filename. In that case GNUnet will 
not download blocks again that are already present. GNUnet's file\-encoding 
will ensure file integrity, even if the existing file was not downloaded from 
GNUnet in the first place. Temporary information will be appended to the target 
file until the download is completed.
 
 .SH SETTING ANONYMITY LEVEL
 
-The \fB\-a\fR option can be used to specify additional anonymity constraints. 
If set to 0, GNUnet will try to download the file as fast as possible, 
including using non-anonymous methods.  If you set it to 1 (default), you use 
the standard anonymous routing algorithm (which does not explicitly leak your 
identity).  However, a powerful adversary may still be able to perform traffic 
analysis (statistics) to over time infer data about your identity.  You can 
gain better privacy by specifying a higher level of anonymity, which increases 
the amount of cover traffic your own traffic will get, at the expense of 
performance.  Note that your download performance is not only determined by 
your own anonymity level, but also by the anonymity level of the peers 
publishing the file.  So even if you download with anonymity level 0, the peers 
publishing the data might be sharing with a higher anonymity level, which in 
this case will determine performance.  Also, peers that cache content in 
 the netw
 ork always use anonymity level 1.  
+The \fB\-a\fR option can be used to specify additional anonymity constraints. 
If set to 0, GNUnet will try to download the file as fast as possible, 
including using non-anonymous methods.  If you set it to 1 (default), you use 
the standard anonymous routing algorithm (which does not explicitly leak your 
identity).  However, a powerful adversary may still be able to perform traffic 
analysis (statistics) to over time infer data about your identity.  You can 
gain better privacy by specifying a higher level of anonymity, which increases 
the amount of cover traffic your own traffic will get, at the expense of 
performance.  Note that your download performance is not only determined by 
your own anonymity level, but also by the anonymity level of the peers 
publishing the file.  So even if you download with anonymity level 0, the peers 
publishing the data might be sharing with a higher anonymity level, which in 
this case will determine performance.  Also, peers that cache content in 
 the netw
 ork always use anonymity level 1.
 
 This option can be used to limit requests further than that. In particular, 
you can require GNUnet to receive certain amounts of traffic from other peers 
before sending your queries. This way, you can gain very high levels of 
anonymity \- at the expense of much more traffic and much higher latency. So 
set it only if you really believe you need it.
 
-The definition of ANONYMITY\-RECEIVE 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 
queries in the same time\-period. The time\-period is twice the average delay 
that GNUnet defers forwarded queries. 
+The definition of ANONYMITY\-RECEIVE 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 
queries in the same time\-period. The time\-period is twice the average delay 
that GNUnet defers forwarded queries.
 
 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.
 

Modified: gnunet/doc/man/gnunet-fs.1
===================================================================
--- gnunet/doc/man/gnunet-fs.1  2013-10-06 21:02:41 UTC (rev 29906)
+++ gnunet/doc/man/gnunet-fs.1  2013-10-06 21:05:14 UTC (rev 29907)
@@ -8,7 +8,7 @@
 .SH DESCRIPTION
 .PP
 
-gnunet\-fs is a tool to access various functions of GNUnet's fs subsystem from 
the command\-line.  Most of these are not expected to be useful for end-users.  
gnunet\-fs can currently only be used to obtain a list of indexed files.  Other 
functions should be added in the near future.  
+gnunet\-fs is a tool to access various functions of GNUnet's fs subsystem from 
the command\-line.  Most of these are not expected to be useful for end-users.  
gnunet\-fs can currently only be used to obtain a list of indexed files.  Other 
functions should be added in the near future.
 
 .TP
 \fB\-c \fIFILENAME\fR, \fB\-\-config=FILENAME\fR

Modified: gnunet/doc/man/gnunet-gns.1
===================================================================
--- gnunet/doc/man/gnunet-gns.1 2013-10-06 21:02:41 UTC (rev 29906)
+++ gnunet/doc/man/gnunet-gns.1 2013-10-06 21:05:14 UTC (rev 29907)
@@ -54,4 +54,4 @@
 
 
 .SH "SEE ALSO"
-\fBgnunet\-namestore\fP(1), \fBgnunet\-identity\fP(1) 
+\fBgnunet\-namestore\fP(1), \fBgnunet\-identity\fP(1)

Modified: gnunet/doc/man/gnunet-namestore.1
===================================================================
--- gnunet/doc/man/gnunet-namestore.1   2013-10-06 21:02:41 UTC (rev 29906)
+++ gnunet/doc/man/gnunet-namestore.1   2013-10-06 21:05:14 UTC (rev 29907)
@@ -9,7 +9,7 @@
 .br
 
 .SH DESCRIPTION
-\fBgnunet\-namestore\fP can be used to create and manipulate a GNS zone.  
+\fBgnunet\-namestore\fP can be used to create and manipulate a GNS zone.
 
 .SH OPTIONS
 .B

Modified: gnunet/doc/man/gnunet-peerinfo.1
===================================================================
--- gnunet/doc/man/gnunet-peerinfo.1    2013-10-06 21:02:41 UTC (rev 29906)
+++ gnunet/doc/man/gnunet-peerinfo.1    2013-10-06 21:05:14 UTC (rev 29907)
@@ -10,7 +10,7 @@
 
 .SH DESCRIPTION
 .PP
-\fBgnunet\-peerinfo\fP display the known addresses and trust of known peers.  
+\fBgnunet\-peerinfo\fP display the known addresses and trust of known peers.
 
 .SH OPTIONS
 .B

Modified: gnunet/doc/man/gnunet-publish.1
===================================================================
--- gnunet/doc/man/gnunet-publish.1     2013-10-06 21:02:41 UTC (rev 29906)
+++ gnunet/doc/man/gnunet-publish.1     2013-10-06 21:05:14 UTC (rev 29907)
@@ -18,7 +18,7 @@
 .PP
 Since keywords can be spammed (any user can add any content under any 
keyword), GNUnet supports namespaces.  A namespace is a subset of the 
searchspace into which only the holder of a certain pseudonym can add content.  
Any GNUnet user can create any number of pseudonyms using 
\fBgnunet\-pseudonym\fR. Pseudonyms are stored in the user's GNUnet directory. 
While pseudonyms are locally identified with an arbitrary string that the user 
selects when the pseudonym is created, the namespace is globally known only 
under the hash of the public key of the pseudonym. Since only the owner of the 
pseudonym can add content to the namespace, it is impossible for other users to 
pollute the namespace. gnunet\-publish automatically publishes the 
top\-directory (or the only file if only one file is specified) into the 
namespace if a pseudonym is specified.
 .PP
-It is possible to update content in GNUnet if that content was placed and 
obtained from a particular namespace.  Updates are only possible for content in 
namespaces since this is the only way to assure that a malicious party can not 
supply counterfeited updates.  Note that an update with GNUnet does not make 
the old content unavailable, GNUnet merely allows the publisher to point users 
to more recent versions. You can use the \-N option to specify the future 
identifier of an update.  When using this option, a GNUnet client that finds 
the current (\-t) identifier will automatically begin a search for the update 
(\-N) identifier.  If you later publish an update under the (\-N) identifier, 
both results will be given to the user. 
+It is possible to update content in GNUnet if that content was placed and 
obtained from a particular namespace.  Updates are only possible for content in 
namespaces since this is the only way to assure that a malicious party can not 
supply counterfeited updates.  Note that an update with GNUnet does not make 
the old content unavailable, GNUnet merely allows the publisher to point users 
to more recent versions. You can use the \-N option to specify the future 
identifier of an update.  When using this option, a GNUnet client that finds 
the current (\-t) identifier will automatically begin a search for the update 
(\-N) identifier.  If you later publish an update under the (\-N) identifier, 
both results will be given to the user.
 .PP
 You can use automatic meta\-data extraction (based on libextractor) or the 
command\-line option \-m to specify meta-data.  For the \-m option you need to 
use the form keyword\-type:value.  For example, use "\-m os:Linux" to specify 
that the operating system is Linux.  Common meta\-data types are "author", 
"title" , "mimetype", "filename", "language", "subject" and "keywords".  A full 
list can be obtained from the extract tool using the option \-\-list.  The 
meta\-data is used to help users in searching for files on the network.  The 
keywords are case\-sensitive.
 .PP
@@ -28,7 +28,7 @@
 Use alternate config file (if this option is not specified, the default is 
~/.gnunet/gnunet.conf).
 
 .TP
-\fB\-D\fR, \fB\-\-disable\-extractor\fR 
+\fB\-D\fR, \fB\-\-disable\-extractor\fR
 Disable use of GNU libextractor for finding additional keywords and metadata.
 
 .TP
@@ -45,8 +45,8 @@
 
 .TP
 \fB\-L \fILOGLEVEL\fR, \fB\-\-loglevel=\fILOGLEVEL\fR
-Change the loglevel.  Possible values for LOGLEVEL are 
-ERROR, WARNING, INFO and DEBUG. 
+Change the loglevel.  Possible values for LOGLEVEL are
+ERROR, WARNING, INFO and DEBUG.
 
 .TP
 \fB\-m \fITYPE:VALUE\fR, \fB\-\-meta=\fITYPE:VALUE\fR
@@ -99,9 +99,9 @@
 
 .SH SETTING ANONYMITY LEVEL
 
-The \fB\-a\fR 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).  However, a powerful adversary may still be able to 
perform traffic analysis (statistics) to over time infer data about your 
identity.  You can gain better privacy by specifying a higher level of 
anonymity, which increases the amount of cover traffic your own traffic will 
get, at the expense of performance.  Note that regardless of the anonymity 
level you choose, peers that cache content in the network always use anonymity 
level 1.  
+The \fB\-a\fR 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).  However, a powerful adversary may still be able to 
perform traffic analysis (statistics) to over time infer data about your 
identity.  You can gain better privacy by specifying a higher level of 
anonymity, which increases the amount of cover traffic your own traffic will 
get, at the expense of performance.  Note that regardless of the anonymity 
level you choose, peers that cache content in the network always use anonymity 
level 1.
 
-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. 
+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.
 
 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.
 

Modified: gnunet/doc/man/gnunet-resolver.1
===================================================================
--- gnunet/doc/man/gnunet-resolver.1    2013-10-06 21:02:41 UTC (rev 29906)
+++ gnunet/doc/man/gnunet-resolver.1    2013-10-06 21:05:14 UTC (rev 29907)
@@ -9,7 +9,7 @@
 .br
 
 .SH DESCRIPTION
-\fBgnunet\-resolver\fP can be used to lookup the IP address(es) for a hostname 
or the hostname for an IP address.  gnunet\-resolver uses the GNUnet service 
infrastructure to do this, but otherwise does nothing special.  
+\fBgnunet\-resolver\fP can be used to lookup the IP address(es) for a hostname 
or the hostname for an IP address.  gnunet\-resolver uses the GNUnet service 
infrastructure to do this, but otherwise does nothing special.
 
 .SH OPTIONS
 .B

Modified: gnunet/doc/man/gnunet-scalarproduct.1
===================================================================
--- gnunet/doc/man/gnunet-scalarproduct.1       2013-10-06 21:02:41 UTC (rev 
29906)
+++ gnunet/doc/man/gnunet-scalarproduct.1       2013-10-06 21:05:14 UTC (rev 
29907)
@@ -16,10 +16,10 @@
 tab (@);
 l lx.
 address@hidden
-A request to compute a vectorproduct with another peer (\fBAlice\fP) 
+A request to compute a vectorproduct with another peer (\fBAlice\fP)
 T}
 address@hidden
-Elements to support a peer in computing a vectorproduct (\fBBob\fP) 
+Elements to support a peer in computing a vectorproduct (\fBBob\fP)
 T}
 .TE
 
@@ -27,9 +27,9 @@
 
 \fBAlice\fP\'s client must supply the ASCII encoded peer ID of bob\'s service, 
it will internally be checked by the client for validity. Invalid values here 
result in the client or the service failing the session.
 
-Elements are handed over as signed decimal integers, the element count 
supplied by \fBAlice\fP and \fBBob\fP must match. \fBAlice\fP can also supply a 
mask for these values to her service, which allows partial vector products to 
be computed across the vector. Elements can be masked by setting their the 
corresponding mask element to zero, any other value means the element will not 
be masked. \fBAlice\fP\'s client will also mask all 0-values to avoid 
information leakage to \fBBob\fP. 
+Elements are handed over as signed decimal integers, the element count 
supplied by \fBAlice\fP and \fBBob\fP must match. \fBAlice\fP can also supply a 
mask for these values to her service, which allows partial vector products to 
be computed across the vector. Elements can be masked by setting their the 
corresponding mask element to zero, any other value means the element will not 
be masked. \fBAlice\fP\'s client will also mask all 0-values to avoid 
information leakage to \fBBob\fP.
 
-The protocol by definition relies on \fBAlice\fP and \fBBob\fP being benign, 
thus \fBBob\fP can arbitrarily falsify his information. Both peers collaborate 
to achieve a correct result. 
+The protocol by definition relies on \fBAlice\fP and \fBBob\fP being benign, 
thus \fBBob\fP can arbitrarily falsify his information. Both peers collaborate 
to achieve a correct result.
 
 .SH OPTIONS
 .B

Modified: gnunet/doc/man/gnunet-search.1
===================================================================
--- gnunet/doc/man/gnunet-search.1      2013-10-06 21:02:41 UTC (rev 29906)
+++ gnunet/doc/man/gnunet-search.1      2013-10-06 21:05:14 UTC (rev 29907)
@@ -13,11 +13,11 @@
 .TP
 \fB\-a \fILEVEL\fR, \fB\-\-anonymity=\fILEVEL\fR
 
-The \fB\-a\fR option can be used to specify additional anonymity constraints. 
If set to 0, GNUnet will try to download the file as fast as possible, 
including using non-anonymous methods.  If you set it to 1 (default), you use 
the standard anonymous routing algorithm (which does not explicitly leak your 
identity).  However, a powerful adversary may still be able to perform traffic 
analysis (statistics) to over time infer data about your identity.  You can 
gain better privacy by specifying a higher level of anonymity, which increases 
the amount of cover traffic your own traffic will get, at the expense of 
performance.  Note that your download performance is not only determined by 
your own anonymity level, but also by the anonymity level of the peers 
publishing the file.  So even if you download with anonymity level 0, the peers 
publishing the data might be sharing with a higher anonymity level, which in 
this case will determine performance.  Also, peers that cache content in 
 the netw
 ork always use anonymity level 1.  
+The \fB\-a\fR option can be used to specify additional anonymity constraints. 
If set to 0, GNUnet will try to download the file as fast as possible, 
including using non-anonymous methods.  If you set it to 1 (default), you use 
the standard anonymous routing algorithm (which does not explicitly leak your 
identity).  However, a powerful adversary may still be able to perform traffic 
analysis (statistics) to over time infer data about your identity.  You can 
gain better privacy by specifying a higher level of anonymity, which increases 
the amount of cover traffic your own traffic will get, at the expense of 
performance.  Note that your download performance is not only determined by 
your own anonymity level, but also by the anonymity level of the peers 
publishing the file.  So even if you download with anonymity level 0, the peers 
publishing the data might be sharing with a higher anonymity level, which in 
this case will determine performance.  Also, peers that cache content in 
 the netw
 ork always use anonymity level 1.
 
 This option can be used to limit requests further than that. In particular, 
you can require GNUnet to receive certain amounts of traffic from other peers 
before sending your queries. This way, you can gain very high levels of 
anonymity \- at the expense of much more traffic and much higher latency. So 
set it only if you really believe you need it.
 
-The definition of ANONYMITY\-RECEIVE 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 
queries in the same time\-period. The time\-period is twice the average delay 
that GNUnet defers forwarded queries. 
+The definition of ANONYMITY\-RECEIVE 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 
queries in the same time\-period. The time\-period is twice the average delay 
that GNUnet defers forwarded queries.
 
 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.
 
@@ -31,8 +31,8 @@
 
 .TP
 \fB\-L \fILOGLEVEL\fR, \fB\-\-loglevel=\fILOGLEVEL\fR
-Change the loglevel.  Possible values for LOGLEVEL are 
-ERROR, WARNING, INFO and DEBUG. 
+Change the loglevel.  Possible values for LOGLEVEL are
+ERROR, WARNING, INFO and DEBUG.
 
 .TP
 \fB\-o \fIFILENAME\fR, \fB\-\-output=\fIFILENAME\fR
@@ -59,9 +59,9 @@
 print meta data from search results as well
 .SH NOTES
 
-You can run gnunet\-search with an URI instead of a keyword.  The URI can have 
the format for a namespace search or for a keyword search.  For a namespace 
search, the format is gnunet://fs/sks/NAMESPACE/IDENTIFIER.  For a keyword 
search, use gnunet://fs/ksk/KEYWORD[+KEYWORD]*.  If the format does not 
correspond to a GNUnet URI, GNUnet will automatically assume that keywords are 
supplied directly.  
+You can run gnunet\-search with an URI instead of a keyword.  The URI can have 
the format for a namespace search or for a keyword search.  For a namespace 
search, the format is gnunet://fs/sks/NAMESPACE/IDENTIFIER.  For a keyword 
search, use gnunet://fs/ksk/KEYWORD[+KEYWORD]*.  If the format does not 
correspond to a GNUnet URI, GNUnet will automatically assume that keywords are 
supplied directly.
 
-If multiple keywords are passed, gnunet-search will look for content matching 
any of the keywords.  The prefix "+" makes a keyword mandatory.  
+If multiple keywords are passed, gnunet-search will look for content matching 
any of the keywords.  The prefix "+" makes a keyword mandatory.
 
 # gnunet\-search "Das Kapital"
 
@@ -90,4 +90,4 @@
 .SH "REPORTING BUGS"
 Report bugs to <https://gnunet.org/bugs/> or by sending electronic mail to 
<address@hidden>
 .SH "SEE ALSO"
-\fBgnunet\-fs\-gtk\fP(1), \fBgnunet\-publish\fP(1), \fBgnunet\-download\fP(1), 
\fBgnunet.conf\fP(5), 
+\fBgnunet\-fs\-gtk\fP(1), \fBgnunet\-publish\fP(1), \fBgnunet\-download\fP(1), 
\fBgnunet.conf\fP(5),

Modified: gnunet/doc/man/gnunet-transport.1
===================================================================
--- gnunet/doc/man/gnunet-transport.1   2013-10-06 21:02:41 UTC (rev 29906)
+++ gnunet/doc/man/gnunet-transport.1   2013-10-06 21:05:14 UTC (rev 29907)
@@ -8,7 +8,7 @@
 .SH DESCRIPTION
 .PP
 
-gnunet\-transport is a tool to access various functions of GNUnet's transport 
subsystem from the command\-line.  Most of these are not expected to be useful 
for end-users.  gnunet\-transport can be used to evaluate the performance of 
the transports, force a peer to connect to another peer (if possible).  Other 
functions should be added in the near future.  
+gnunet\-transport is a tool to access various functions of GNUnet's transport 
subsystem from the command\-line.  Most of these are not expected to be useful 
for end-users.  gnunet\-transport can be used to evaluate the performance of 
the transports, force a peer to connect to another peer (if possible).  Other 
functions should be added in the near future.
 
 .TP
 \fB\-b\fR, \fB\-\-benchmark\fR

Modified: gnunet/doc/man/gnunet-unindex.1
===================================================================
--- gnunet/doc/man/gnunet-unindex.1     2013-10-06 21:02:41 UTC (rev 29906)
+++ gnunet/doc/man/gnunet-unindex.1     2013-10-06 21:05:14 UTC (rev 29907)
@@ -16,7 +16,7 @@
 .TP
 \fB\-L \fILOGLEVEL\fR, \fB\-\-loglevel=LOGLEVEL\fR
 Change the loglevel.  Possible values for LOGLEVEL are NOTHING,
-ERROR, WARNING, INFO and DEBUG. 
+ERROR, WARNING, INFO and DEBUG.
 
 .TP
 \fB\-v\fR, \fB\-\-version\fR




reply via email to

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