2
0

gnunet-nse.1 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. .\" This file is part of GNUnet.
  2. .\" Copyright (C) 2001-2019 GNUnet e.V.
  3. .\"
  4. .\" Permission is granted to copy, distribute and/or modify this document
  5. .\" under the terms of the GNU Free Documentation License, Version 1.3 or
  6. .\" any later version published by the Free Software Foundation; with no
  7. .\" Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
  8. .\" copy of the license is included in the file
  9. .\" FDL-1.3.
  10. .\"
  11. .\" A copy of the license is also available from the Free Software
  12. .\" Foundation Web site at http://www.gnu.org/licenses/fdl.html}.
  13. .\"
  14. .\" Alternately, this document is also available under the General
  15. .\" Public License, version 3 or later, as published by the Free Software
  16. .\" Foundation. A copy of the license is included in the file
  17. .\" GPL3.
  18. .\"
  19. .\" A copy of the license is also available from the Free Software
  20. .\" Foundation Web site at http://www.gnu.org/licenses/gpl.html
  21. .\"
  22. .\" SPDX-License-Identifier: GPL3.0-or-later OR FDL1.3-or-later
  23. .\"
  24. .Dd March 6, 2019
  25. .Dt GNUNET-NSE 1
  26. .Os
  27. .Sh NAME
  28. .Nm gnunet-nse
  29. .Nd show network size estimates from NSE service
  30. .Sh SYNOPSIS
  31. .Nm
  32. .Op Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
  33. .Op Fl h | -help
  34. .Op Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
  35. .Op Fl l Ar LOGFILE | Fl -logfile= Ns Ar LOGFILE
  36. .Op Fl v | -version
  37. .Sh DESCRIPTION
  38. .Nm
  39. is a command line tool to show network size estimates from
  40. the NSE service of GNUnet.
  41. .Bl -tag -width indent
  42. .It Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
  43. Use the configuration file FILENAME.
  44. .It Fl h | -help
  45. Print short help on options.
  46. .It Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
  47. Use LOGLEVEL for logging.
  48. Valid values are DEBUG, INFO, WARNING and ERROR.
  49. .It Fl l Ar LOGFILE | Fl -logfile= Ns Ar LOGFILE
  50. Configure logging to write logs to LOGFILE.
  51. .It Fl v | -version
  52. Print GNUnet version number.
  53. .El
  54. .Sh FILES
  55. .Pa gnunet.conf
  56. Configuration file for gnunet.
  57. .Sh SEE ALSO
  58. .Xr gnunet.conf 5
  59. .sp
  60. The full documentation for gnunet is maintained as a Texinfo manual.
  61. If the
  62. .Xr info 1
  63. gnunet programs are properly installed at your site, the command
  64. .Bd -literal -offset indent -compact
  65. info gnunet
  66. .Ed
  67. should give you access to the complete handbook,
  68. .Bd -literal -offset indent -compact
  69. info gnunet-c-tutorial
  70. .Ed
  71. will give you access to a tutorial for developers.
  72. .Pp
  73. Depending on your installation, this information is also
  74. available in
  75. .Xr gnunet 7 and
  76. .Xr gnunet-c-tutorial 7 .
  77. .Sh HISTORY
  78. This man page first appeared in GNUnet 0.11.1.
  79. .Sh AUTHORS
  80. This page was originally written by
  81. .An Bertrand Marc Aq Mt bmarc@debian.org
  82. for Debian's gnunet package (man page date: 2014).
  83. Further edits and conversion to mdoc were done by
  84. .An ng0 Aq Mt ng0@gnunet.org .
  85. .Sh BUGS
  86. Report bugs by using
  87. .Lk https://bugs.gnunet.org
  88. or by sending electronic mail to
  89. .Aq Mt bug-gnunet@gnu.org .