aboutsummaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/gnunet-pseudonym.16
-rw-r--r--doc/man/gnunet-search.110
2 files changed, 6 insertions, 10 deletions
diff --git a/doc/man/gnunet-pseudonym.1 b/doc/man/gnunet-pseudonym.1
index 60e3c9ba9..f07359bdb 100644
--- a/doc/man/gnunet-pseudonym.1
+++ b/doc/man/gnunet-pseudonym.1
@@ -57,10 +57,6 @@ display names of local namespaces (those that we can extend with content because
57For the main file (or directory), set the metadata of the given TYPE to the given VALUE. Note that this will not add the respective VALUE to the set of keywords under which the file can be found. 57For the main file (or directory), set the metadata of the given TYPE to the given VALUE. Note that this will not add the respective VALUE to the set of keywords under which the file can be found.
58 58
59.TP 59.TP
60\fB\-n\fR, \fB\-\-no\-advertisement\fR
61Do not generate an advertisement for the namespace (use with \-C).
62
63.TP
64\fB\-p \fIPRIORITY\fR, \fB\-\-prio=\fIPRIORITY\fR 60\fB\-p \fIPRIORITY\fR, \fB\-\-prio=\fIPRIORITY\fR
65Set the priority of the namespace advertisement (default: 365). If the local database is full, GNUnet will discard the content with the lowest ranking. Note that ranks change over time depending on popularity. The default should be high enough to preserve the locally inserted content in favor of content that migrates from other peers. 61Set the priority of the namespace advertisement (default: 365). If the local database is full, GNUnet will discard the content with the lowest ranking. Note that ranks change over time depending on popularity. The default should be high enough to preserve the locally inserted content in favor of content that migrates from other peers.
66 62
@@ -70,7 +66,7 @@ Do not print the list of pseudonyms (only perform create or delete operation).
70 66
71.TP 67.TP
72\fB\-r IDENTIFIER\fR, \fB\-\-root=IDENTIFIER\fR 68\fB\-r IDENTIFIER\fR, \fB\-\-root=IDENTIFIER\fR
73Specify the identifier for the root of the namespace. Used in the namespace advertisement to tell users that find the namespace advertisement about an entry\-point into the namespace (use with \-C). 69Specify the identifier for the root of the namespace. Used in the namespace advertisement to tell users that find the namespace advertisement about an entry\-point into the namespace (use with \-C). Advertisements are only created if "\-C" and "\-r" are specified.
74 70
75.TP 71.TP
76\fB\-s ID:VALUE\fR, \fB\-\-set-rating=ID:VALUE\fR 72\fB\-s ID:VALUE\fR, \fB\-\-set-rating=ID:VALUE\fR
diff --git a/doc/man/gnunet-search.1 b/doc/man/gnunet-search.1
index 5f6fffedd..248932d02 100644
--- a/doc/man/gnunet-search.1
+++ b/doc/man/gnunet-search.1
@@ -31,14 +31,14 @@ print help page
31Change the loglevel. Possible values for LOGLEVEL are 31Change the loglevel. Possible values for LOGLEVEL are
32ERROR, WARNING, INFO and DEBUG. 32ERROR, WARNING, INFO and DEBUG.
33.TP 33.TP
34\fB\-o \fIPREFIX\fR, \fB\-\-output=\fIPREFIX\fR 34\fB\-o \fIFILENAME\fR, \fB\-\-output=\fIFILENAME\fR
35Writes the encountered (unencrypted) RBlocks or SBlocks to files with name PREFIX.XXX, where XXX is a number. This is useful to keep search results around. 35Writes a GNUnet directory containing all of the search results to FILENAME.
36.TP 36.TP
37\fB\-v\fR, \fB\-\-version\fR 37\fB\-v\fR, \fB\-\-version\fR
38print the version number 38print the version number
39.SH NOTES 39.SH NOTES
40 40
41You 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://ecrs/ksk/KEYWORD[+KEYWORD]*. If the format does not correspond to a GNUnet URI, GNUnet will automatically assume that keywords are supplied directly. 41You 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.
42 42
43If multiple keywords are passed, gnunet-search will look for content matching any of the keywords. The prefix "+" makes a keyword mandatory. 43If multiple keywords are passed, gnunet-search will look for content matching any of the keywords. The prefix "+" makes a keyword mandatory.
44 44
@@ -60,13 +60,13 @@ Search results are printed by gnunet\-search like this:
60 Mime-type: text/plain 60 Mime-type: text/plain
61.ad b 61.ad b
62 62
63The first line contains the command to run to download the file. The suggested filename in the example is COPYING. The GNUnet URI consists of the key and query hash of the file and finally the size of the file. After the command to download the file GNUnet will print meta\-data about the file as advertised in the search result, here "The GNU Public License" and the mime\-type (see the options for gnunet\-insert on how to supply meta-data by hand). 63The first line contains the command to run to download the file. The suggested filename in the example is COPYING. The GNUnet URI consists of the key and query hash of the file and finally the size of the file. After the command to download the file GNUnet will print meta\-data about the file as advertised in the search result, here "The GNU Public License" and the mime\-type (see the options for gnunet\-publish on how to supply meta-data by hand).
64 64
65.SH FILES 65.SH FILES
66.TP 66.TP
67~/.gnunet/gnunet.conf 67~/.gnunet/gnunet.conf
68GNUnet configuration file; specifies the default value for the timeout 68GNUnet configuration file; specifies the default value for the timeout
69.SH "REPORTING BUGS" 69.SH "REPORTING BUGS"
70Report bugs to <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet-developers@gnu.org> 70Report bugs to <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
71.SH "SEE ALSO" 71.SH "SEE ALSO"
72\fBgnunet\-gtk\fP(1), \fBgnunet\-publish\fP(1), \fBgnunet\-download\fP(1), \fBgnunet\-pseudonym\fP(1), \fBgnunet.conf\fP(5), \fBgnunetd\fP(1) 72\fBgnunet\-gtk\fP(1), \fBgnunet\-publish\fP(1), \fBgnunet\-download\fP(1), \fBgnunet\-pseudonym\fP(1), \fBgnunet.conf\fP(5), \fBgnunetd\fP(1)