gnunet-unindex.1 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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 September 6, 2009
  25. .Dt GNUNET-UNINDEX 1
  26. .Os
  27. .Sh NAME
  28. .Nm gnunet-unindex
  29. .Nd a command line interface for deleting indexed files from GNUnet
  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 v | -version
  36. .Op Fl V | -verbose
  37. FILENAME
  38. .Sh DESCRIPTION
  39. .Nm
  40. is used for deleting indexed files from GNUnet.
  41. .Bl -tag -width indent
  42. .It Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
  43. Use config file FILENAME as config (default:
  44. .Pa ~/.config/gnunet.conf Ns ).
  45. .It Fl h | -help
  46. Print the help page.
  47. .It Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
  48. Change the loglevel.
  49. Possible values for LOGLEVEL are NOTHING, ERROR, WARNING, INFO and DEBUG.
  50. .It Fl v | -version
  51. Print the version number.
  52. .It Fl V | -verbose
  53. Be verbose.
  54. .El
  55. .Sh NOTES
  56. You can only unindex files that you indexed and that you still have available locally in full.
  57. You should use gnunet-unindex on files that you indexed (not inserted) and that you are going to delete or move locally.
  58. .Sh FILES
  59. .Pa ~/.config/gnunet.conf
  60. GNUnet configuration file
  61. .Sh SEE ALSO
  62. .Xr gnunet-download 1 ,
  63. .Xr gnunet-fs-gtk 1 ,
  64. .Xr gnunet-publish 1 ,
  65. .Xr gnunet-search 1 ,
  66. .Xr gnunet.conf 5
  67. .sp
  68. The full documentation for gnunet is maintained as a Texinfo manual.
  69. If the
  70. .Xr info 1
  71. and gnunet programs are properly installed at your site, the command
  72. .Pp
  73. .Dl info gnunet
  74. .Pp
  75. should give you access to the complete handbook,
  76. .Pp
  77. .Dl info gnunet-c-tutorial
  78. .Pp
  79. will give you access to a tutorial for developers.
  80. .sp
  81. Depending on your installation, this information is also available in
  82. .Xr gnunet 7 and
  83. .Xr gnunet-c-tutorial 7 .
  84. .\".Sh HISTORY
  85. .\".Sh AUTHORS
  86. .Sh BUGS
  87. Report bugs by using
  88. .Lk https://bugs.gnunet.org
  89. or by sending electronic mail to
  90. .Aq Mt gnunet-developers@gnu.org .