gnunet-timeout.1 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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 June 5, 2018
  25. .Dt GNUNET-TIMEOUT 1
  26. .Os
  27. .Sh NAME
  28. .Nm gnunet-timeout
  29. .Nd run process with timeout
  30. .Sh SYNOPSIS
  31. .Nm
  32. .Ao Ar duration Ac
  33. .Ao Ar command Ac
  34. .Ao args ... Ac
  35. .Sh DESCRIPTION
  36. .Nm
  37. can be used to run another process with a timeout.
  38. It is provided because the standard "timout" utility may not be available on all platforms.
  39. .Sh SEE ALSO
  40. .Xr timeout 1
  41. .sp
  42. The full documentation for gnunet is maintained as a Texinfo manual.
  43. If the
  44. .Xr info 1
  45. and gnunet programs are properly installed at your site, the command
  46. .Pp
  47. .Dl info gnunet
  48. .Pp
  49. should give you access to the complete handbook,
  50. .Pp
  51. .Dl info gnunet-c-tutorial
  52. .Pp
  53. will give you access to a tutorial for developers.
  54. .sp
  55. Depending on your installation, this information is also available in
  56. .Xr gnunet 7 and
  57. .Xr gnunet-c-tutorial 7 .
  58. .\".Sh HISTORY
  59. .\".Sh AUTHORS
  60. .Sh BUGS
  61. Report bugs by using
  62. .Lk https://bugs.gnunet.org
  63. or by sending electronic mail to
  64. .Aq Mt gnunet-developers@gnu.org .