aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/man/Makefile.am1
-rw-r--r--doc/man/gnunet-nse.166
2 files changed, 67 insertions, 0 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index 940337fd2..93845ba72 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -38,6 +38,7 @@ man_MANS = \
38 gnunet-nat.1 \ 38 gnunet-nat.1 \
39 gnunet-nat-auto.1 \ 39 gnunet-nat-auto.1 \
40 gnunet-nat-server.1 \ 40 gnunet-nat-server.1 \
41 gnunet-nse.1 \
41 gnunet-peerinfo.1 \ 42 gnunet-peerinfo.1 \
42 gnunet-publish.1 \ 43 gnunet-publish.1 \
43 gnunet-qr.1 \ 44 gnunet-qr.1 \
diff --git a/doc/man/gnunet-nse.1 b/doc/man/gnunet-nse.1
new file mode 100644
index 000000000..33c2e67db
--- /dev/null
+++ b/doc/man/gnunet-nse.1
@@ -0,0 +1,66 @@
1.Dd March 6, 2019
2.Dt GNUNET-NSE 1
3.Os
4.Sh NAME
5.Nm gnunet-nse
6.Nd show network size estimates from NSE service
7.Sh SYNOPSIS
8.Nm
9.Op Fl c Ar file | Fl -config Ns = Ns file
10.Op Fl h | \-help
11.Op Fl l file | Fl -logfile Ns = Ns file
12.Op Fl L Ar loglevel | Fl -loglevel Ns = Ns loglevel
13.Op Fl v | \-version
14.Sh DESCRIPTION
15.Nm
16is a command line tool to show network size estimates from the NSE service of GNUnet.
17.Bl -tag -width Ds
18.It Fl c Ar file | Fl -config Ns = Ns file
19Use the configuration file FILENAME.
20.It Fl h | \-help
21Print short help on options.
22.It Fl l file | Fl -logfile Ns = Ns file
23Configure logging to write logs to LOGFILE.
24.It Fl L Ar loglevel | Fl -loglevel Ns = Ns loglevel
25Use LOGLEVEL for logging.
26Valid values are DEBUG, INFO, WARNING and ERROR.
27.It Fl v | \-version
28Print GNUnet version number.
29.El
30.Sh FILES
31.Pa gnunet.conf
32Configuration file for gnunet.
33.Sh SEE ALSO
34.Xr gnunet.conf 5
35.sp
36The full documentation for gnunet is maintained as a Texinfo manual.
37If the
38.Xr info 1
39gnunet programs are properly installed at your site, the command
40.Bd -literal -offset indent -compact
41 info gnunet
42.Ed
43should give you access to the complete handbook,
44.Bd -literal -offset indent -compact
45 info gnunet-c-tutorial
46.Ed
47will give you access to a tutorial for developers.
48.sp
49Depending on your installation, this information is also
50available in
51.Xr gnunet 7 and
52.Xr gnunet-c-tutorial 7 .
53.Sh HISTORY
54This man page first appeared in Debian's gnunet package around 2014.
55The man page you are reading is a full conversion to mdoc with many
56improvements.
57.Sh AUTHORS
58This page was originally written by
59.An Bertrand Marc Aq Mt bmarc@debian.org ,
60further edits were done by
61.An ng0 Aq Mt ng0@gnunet.org .
62.Sh BUGS
63Report bugs by using
64.Lk https://bugs.gnunet.org
65or by sending electronic mail to
66.Aq Mt bug-gnunet@gnu.org .