From d409018c1da52d051bf2e95cd97a73e72cb5accd Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 1 Jul 2018 19:38:06 +0200 Subject: move gnunet-timeout to src/util/, fix issues related to #5375 --- doc/man/Makefile.am | 1 + doc/man/gnunet-gns.1 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am index a6a116dca..37f881d60 100644 --- a/doc/man/Makefile.am +++ b/doc/man/Makefile.am @@ -37,6 +37,7 @@ man_MANS = \ gnunet-statistics.1 \ gnunet-testbed-profiler.1 \ gnunet-testing-run-service.1 \ + gnunet-timeout.1 \ gnunet-transport.1 \ gnunet-transport-certificate-creation.1 \ gnunet-unindex.1 \ diff --git a/doc/man/gnunet-gns.1 b/doc/man/gnunet-gns.1 index 9466dae03..9e4482653 100644 --- a/doc/man/gnunet-gns.1 +++ b/doc/man/gnunet-gns.1 @@ -46,7 +46,7 @@ Print GNUnet version number. .SH RETURN VALUE gnunet\-gns will return 0 on success, 1 on internal failures, 2 on -launch failures, 3 if the given name is not configured to use GNS. +launch failures, 4 if the given name is not configured to use GNS. .SH BUGS -- cgit v1.2.3 From 2d38fd259f56e8a8c04e35615e745b7250c8933b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 1 Jul 2018 19:39:44 +0200 Subject: more timeout code moving --- contrib/.gitignore | 1 - doc/man/gnunet-timeout.1 | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 doc/man/gnunet-timeout.1 (limited to 'doc') diff --git a/contrib/.gitignore b/contrib/.gitignore index 304706d7e..d6ef469ba 100644 --- a/contrib/.gitignore +++ b/contrib/.gitignore @@ -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 index 000000000..e413254f4 --- /dev/null +++ b/doc/man/gnunet-timeout.1 @@ -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 or by sending electronic mail to + +.SH SEE +timeout(1) -- cgit v1.2.3