aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-config.1
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-04-09 16:54:55 +0000
committerng0 <ng0@n0.is>2019-04-09 16:54:55 +0000
commitc2e1ab0e17a7b76e66be1b4fff0d02f196cba34a (patch)
treeccb7914d4a3a6094b503c4d4fa0cc43d8e4d117e /doc/man/gnunet-config.1
parentd7c915572fc85544b2c47bc85d147bf9d8d81647 (diff)
downloadgnunet-c2e1ab0e17a7b76e66be1b4fff0d02f196cba34a.tar.gz
gnunet-c2e1ab0e17a7b76e66be1b4fff0d02f196cba34a.zip
manpages
Diffstat (limited to 'doc/man/gnunet-config.1')
-rw-r--r--doc/man/gnunet-config.1116
1 files changed, 66 insertions, 50 deletions
diff --git a/doc/man/gnunet-config.1 b/doc/man/gnunet-config.1
index 8eca8de10..bab9c4a21 100644
--- a/doc/man/gnunet-config.1
+++ b/doc/man/gnunet-config.1
@@ -1,57 +1,73 @@
1.TH GNUNET-CONFIG 1 "July 15, 2012" "GNUnet" 1.Dd July 15, 2012
2.SH NAME 2.Dt GNUNET-CONFIG 1
3gnunet\-config \- manipulate GNUnet configuration files 3.Os
4.SH SYNOPSIS 4.Sh NAME
5.B gnunet\-config 5.Nm gnunet-config
6.RI [ options ] 6.Nd
7.SH DESCRIPTION 7manipulate GNUnet configuration files
8\fBgnunet\-config\fP can be used to read or modify GNUnet configuration files. 8.Sh SYNOPSIS
9.SH OPTIONS 9.Nm
10.IP "\-f, \-\-filename" 10.Op Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME
11Try to perform expansions as if the option values represent filenames (will 11.Op Fl f | \-filename
12also be applied even if the option is not really a filename). 12.Op Fl h | \-help
13.IP "\-s SECTION, \-\-section=SECTION" 13.Op Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL
14Which configuration section should be accessed or edited. Required option. 14.Op Fl o Ar OPTION | Fl \-option= Ns Ar OPTION
15.IP "\-S, \-\-list\-sections" 15.Op Fl S |\-list-sections
16.Op Fl s Ar SECTION | Fl \-section= Ns Ar SECTION
17.Op Fl V Ar VALUE | Fl \-value Ar VALUE
18.Op Fl v | \-version
19.Op Fl W | \-rewrite
20.Sh DESCRIPTION
21.Nm
22can be used to read or modify GNUnet configuration files.
23.Bl -tag -width Ds
24.It Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME
25Use the configuration file FILENAME.
26.It Fl f | \-filename
27Try to perform expansions as if the option values represent filenames (will also be applied even if the option is not really a filename).
28.It Fl h | \-help
29Print short help on options.
30.It Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL
31Use LOGLEVEL for logging.
32Valid values are DEBUG, INFO, WARNING and ERROR.
33.It Fl o Ar OPTION | Fl \-option= Ns Ar OPTION
34Which configuration option should be accessed or edited.
35Required to set a value.
36If not given, all values of a given section will be printed in the format "OPTION = VALUE".
37.It Fl S |\-list-sections
16List available configuration sections for use with \-\-section. 38List available configuration sections for use with \-\-section.
17.IP "\-W, \-\-rewrite" 39.It Fl s Ar SECTION | Fl \-section= Ns Ar SECTION
18Consider differences to defaults only. 40Which configuration section should be accessed or edited.
19.IP "\-o OPTION, \-\-option=OPTION" 41Required option.
20Which configuration option should be accessed or edited. Required to set a value. 42.It Fl V Ar VALUE | Fl \-value Ar VALUE
21If not given, all values of a given section will be printed in the
22format "OPTION = VALUE".
23.IP "\-V VALUE, \-\-value VALUE"
24Configuration value to store in the given section under the given option. 43Configuration value to store in the given section under the given option.
25Must only be given together with \-s and \-o options. 44Must only be given together with \-s and \-o options.
26.IP "\-c FILENAME, \-\-config=FILENAME" 45.It Fl v | \-version
27Use the configuration file FILENAME.
28.IP "\-h, \-\-help"
29Print short help on options.
30.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
31Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
32.IP "\-v, \-\-version"
33Print GNUnet version number. 46Print GNUnet version number.
34.SH BUGS 47.It Fl W | \-rewrite
35Report bugs by using Mantis <https://bugs.gnunet.org/> or by sending 48Consider differences to defaults only.
36electronic mail to <gnunet\-developers@gnu.org> 49.El
37.SH SEE ALSO 50.Sh SEE ALSO
38The full documentation for 51The full documentation for gnunet is maintained as a Texinfo manual.
39.B gnunet
40is maintained as a Texinfo manual.
41If the 52If the
42.B info 53.Xr info 1
43and 54and gnunet programs are properly installed at your site, the command
44.B gnunet 55.Pp
45programs are properly installed at your site, the command 56.Dl info gnunet
46.IP 57.Pp
47.B info gnunet
48.PP
49should give you access to the complete handbook, 58should give you access to the complete handbook,
50.IP 59.Pp
51.B info gnunet-c-tutorial 60.Dl info gnunet-c-tutorial
52.PP 61.Pp
53will give you access to a tutorial for developers. 62will give you access to a tutorial for developers.
54.PP 63.sp
55Depending on your installation, this information is also 64Depending on your installation, this information is also available in
56available in 65.Xr gnunet 7 and
57\fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7). 66.Xr gnunet-c-tutorial 7 .
67.\".Sh HISTORY
68.\".Sh AUTHORS
69.Sh BUGS
70Report bugs by using
71.Lk https://bugs.gnunet.org
72or by sending electronic mail to
73.Aq Mt gnunet-developers@gnu.org .