Documentation fixes.
authorPierre Habouzit <madcoder@debian.org>
Mon, 26 Nov 2007 15:01:01 +0000 (16:01 +0100)
committerPierre Habouzit <madcoder@debian.org>
Mon, 26 Nov 2007 17:57:41 +0000 (18:57 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
xinetd/itox.8
xinetd/xinetd.conf.man
xinetd/xinetd.man

index de109db..89a68fb 100644 (file)
@@ -1,19 +1,22 @@
-.TH ITOX 8 "October 1999" "xinetd"
+.TH ITOX 8 "March 2005" "xinetd"
 .SH NAME
 itox \- converts inetd.conf style configuration files to xinetd.conf
 .SH SYNOPSIS
 .SH NAME
 itox \- converts inetd.conf style configuration files to xinetd.conf
 .SH SYNOPSIS
-itox [-daemon_dir <dir_path>]
+itox [-daemon_dir <dir_name>]
 .SH DESCRIPTION
 .B itox
 takes on its standard input inetd.conf style entries and dumps to
 standard output the corresponding xinetd.conf style entries.
 .SH OPTIONS
 .TP
 .SH DESCRIPTION
 .B itox
 takes on its standard input inetd.conf style entries and dumps to
 standard output the corresponding xinetd.conf style entries.
 .SH OPTIONS
 .TP
-.I -daemon_dir <dir_path>
-Specifies the file name of the TCP daemon used in the inetd.conf file.
+.I -daemon_dir <dir_name>
+If you use tcpd, this option specifies the directory where all the daemons are.
+You must specify this option if you use tcpd and the daemon file names are not
+absolute.
 .SH EXAMPLES
 .SH EXAMPLES
-itox -daemon_dir /usr/sbin/tcpd < inetd.conf > xinetd.conf
+itox -daemon_dir /usr/sbin < inetd.conf > xinetd.conf
 .SH AUTHOR
 xinetd and itox were written by Panagiotis Tsirigotis.
 .sp
 .SH AUTHOR
 xinetd and itox were written by Panagiotis Tsirigotis.
 .sp
-This man page was written by Norbert Veber <nveber@debian.org>.
+This man page was written by Norbert Veber <nveber@debian.org> and Thomas Seyrat
+<tomasera@debian.org>
index a006e48..2fa4656 100644 (file)
@@ -228,7 +228,7 @@ determines the program to execute for this service.
 determines the arguments passed to the server. In contrast to \fBinetd\fP,
 the server name should \fInot\fP be included in \fIserver_args\fP.
 .TP
 determines the arguments passed to the server. In contrast to \fBinetd\fP,
 the server name should \fInot\fP be included in \fIserver_args\fP.
 .TP
-+.B libwrap
+.B libwrap
 overrides the service name passed to libwrap (which defaults to the
 server name, the first server_args component with NAMEINARGS, the id
 for internal services and the service name for redirected services).
 overrides the service name passed to libwrap (which defaults to the
 server name, the first server_args component with NAMEINARGS, the id
 for internal services and the service name for redirected services).
index d52c2cc..c76c3c6 100644 (file)
@@ -155,7 +155,7 @@ causes an internal state dump (the default dump file is
 \fI/var/run/xinetd.dump\fP;
 to change the filename, edit \fIconfig.h\fP and recompile).
 .TP
 \fI/var/run/xinetd.dump\fP;
 to change the filename, edit \fIconfig.h\fP and recompile).
 .TP
-.B SIGIOT
+.B SIGABRT
 causes an internal consistency check to verify that the data structures
 used by the program have not been corrupted.
 When the check is completed
 causes an internal consistency check to verify that the data structures
 used by the program have not been corrupted.
 When the check is completed