more timeout code moving
authorChristian Grothoff <christian@grothoff.org>
Sun, 1 Jul 2018 17:39:44 +0000 (19:39 +0200)
committerChristian Grothoff <christian@grothoff.org>
Sun, 1 Jul 2018 17:39:44 +0000 (19:39 +0200)
contrib/.gitignore
doc/man/gnunet-timeout.1 [new file with mode: 0644]

index 304706d7eef17955f15363a85d853db53b6dfac2..d6ef469ba6122e780945fcaa81a5df2aebe375cc 100644 (file)
@@ -2,7 +2,6 @@ gnunet_janitor.py
 gnunet_pyexpect.py
 pydiffer.py
 terminate.py
-timeout_watchdog
 gnunet_pyexpect.py
 gnunet_pyexpect.pyc
 pydiffer.pyc
diff --git a/doc/man/gnunet-timeout.1 b/doc/man/gnunet-timeout.1
new file mode 100644 (file)
index 0000000..e413254
--- /dev/null
@@ -0,0 +1,20 @@
+.TH GNUNET\-TIMOUET 1 "Jun 5, 2018" "GNUnet"
+
+.SH NAME
+gnunet\-timeout \- run process with timeout
+
+.SH SYNOPSIS
+.B gnunet\-timeout
+.RI TIMEOUT PROGRAM ARGS
+.br
+
+.SH DESCRIPTION
+\fBgnunet\-timeout\fP can be used to run another process with a
+timeout.  Provided as the standard "timout" utility may not be
+available on all platforms.
+
+.SH BUGS
+Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
+
+.SH SEE
+timeout(1)