aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-11-27 14:40:51 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2013-11-27 14:40:51 +0200
commit23b68c5e5e03003c6a37d98bde129494c534e642 (patch)
tree38f5e8135222def132d9ad43c23bb93f236aeba4
parent68133e199c3228bfc1536830ff94d645d6598ec3 (diff)
downloadjumper-23b68c5e5e03003c6a37d98bde129494c534e642.tar.gz
jumper-23b68c5e5e03003c6a37d98bde129494c534e642.tar.bz2
Version 1.0release-1.0
* NEWS: Update. * configure.ac: Update. * doc/jumper.8in: Document debugging levels. Add the usual download hook. * src/config.c (config_help): Refer to the manpage.
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
-rw-r--r--doc/jumper.8in33
-rw-r--r--src/config.c2
4 files changed, 36 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index f942ce1..b0d6ab4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,12 @@
-Jumper -- history of user-visible changes. 2013-11-15
+Jumper -- history of user-visible changes. 2013-11-27
Copyright (C) 2013 Sergey Poznyakoff
See the end of file for copying conditions.
Please send Jumper bug reports to <bug-jumper@gnu.org.ua>
-Version 0.90.91 (Git)
+Version 1.0, 2013-11-27
+
+Initial release
=========================================================================
diff --git a/configure.ac b/configure.ac
index a9a842e..70997aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
# along with Jumper. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.69])
-AC_INIT([jumper], [0.90.91], [bug-jumper@gnu.org.ua],,
+AC_INIT([jumper], [1.0], [bug-jumper@gnu.org.ua],,
[http://www.gnu.org.ua/software/jumper])
AC_CONFIG_SRCDIR([src/jumper.c])
AC_CONFIG_HEADERS([config.h])
diff --git a/doc/jumper.8in b/doc/jumper.8in
index c64e80c..4d072dc 100644
--- a/doc/jumper.8in
+++ b/doc/jumper.8in
@@ -14,7 +14,7 @@
.\" You should have received a copy of the GNU General Public License
.\" along with Jumper. If not, see <http://www.gnu.org/licenses/>.
.so config.so
-.TH JUMPER 8 "November 24, 2013" "JUMPER"
+.TH JUMPER 8 "November 27, 2013" "JUMPER"
.SH NAME
jumper \- bring up network links on demand
.SH SYNOPSIS
@@ -94,7 +94,12 @@ Add \fIDIR\fR to the list of preprocessor include directories.
Set PID file name.
.TP
.BR \-d , " \-\-debug"
-Increase debug level.
+Increase debugging level. See the description of
+.B debug
+statement in
+.BR "CONFIGURATION STATEMENTS" ,
+for a detailed discussion of debugging levels and their effect on
+the program output.
.TP
.BR \-f , " \-\-foreground"
Remain in foreground.
@@ -404,7 +409,21 @@ The default \fIFILE\fR is
.BR \*(ST/run/jumper.pid .
.TP
\fBdebug\fR \fINUMBER\fB;\fR
-Set debugging level.
+Set debugging level. Implemented levels are:
+.RS +7
+.TP
+.B 0
+No debugging info.
+.TP
+.B 1
+Additional information regarding process management.
+.TP
+.B 2
+Log information about I/O redirection processes.
+.TP
+.B 3
+Log captured IP packets.
+.RE
.TP
\fBshutdown\-timeout\fR \fINUMBER\fB;\fR
When \fBjumper\fR is terminated, it shuts down all subprocesses
@@ -773,6 +792,14 @@ onevent 1 {
environ "reason=cleanup";
}
.EE
+.\" The MANCGI variable is set by man.cgi script on Ulysses.
+.\" The download.inc file contains the default DOWNLOAD section
+.\" for man-based doc pages.
+.if "\V[MANCGI]"WEBDOC" \{\
+. ds package jumper
+. ds version 1.0
+. so download.inc
+\}
.SH "SEE ALSO"
.BR m4 (1),
.BR cfpeek (1).
diff --git a/src/config.c b/src/config.c
index 0f22bbc..c5d9ebb 100644
--- a/src/config.c
+++ b/src/config.c
@@ -720,7 +720,7 @@ config_help()
{
static char docstring[] =
"Configuration file structure for jumper.\n"
- "For more information, use `info jumper configuration'.";
+ "For more information, see jumper(8), section CONFIGURATION.";
grecs_print_docstring(docstring, 0, stdout);
grecs_print_statement_array(jumper_kw, 1, 0, stdout);
}

Return to:

Send suggestions and report system problems to the System administrator.