Description: Documentation fixes
From: Pierre Habouzit <madcoder@debian.org>
Signed-off-by: Pierre Habouzit <madcoder@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- xinetd-2.3.14.orig/xinetd/xinetd.conf.man
+++ xinetd-2.3.14/xinetd/xinetd.conf.man
@@ -228,7 +228,7 @@ determines the program to execute for th
 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).
--- xinetd-2.3.14.orig/xinetd/xinetd.man
+++ xinetd-2.3.14/xinetd/xinetd.man
@@ -155,7 +155,7 @@ causes an internal state dump (the defau
 \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
--- xinetd-2.3.14.orig/xinetd/itox.8
+++ xinetd-2.3.14/xinetd/itox.8
@@ -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
-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
-.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
-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
-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>
