Documentation fixes.
[packages/xinetd.git] / xinetd / itox.8
1 .TH ITOX 8 "March 2005" "xinetd"
2 .SH NAME
3 itox \- converts inetd.conf style configuration files to xinetd.conf
4 .SH SYNOPSIS
5 itox [-daemon_dir <dir_name>]
6 .SH DESCRIPTION
7 .B itox
8 takes on its standard input inetd.conf style entries and dumps to
9 standard output the corresponding xinetd.conf style entries.
10 .SH OPTIONS
11 .TP
12 .I -daemon_dir <dir_name>
13 If you use tcpd, this option specifies the directory where all the daemons are.
14 You must specify this option if you use tcpd and the daemon file names are not
15 absolute.
16 .SH EXAMPLES
17 itox -daemon_dir /usr/sbin < inetd.conf > xinetd.conf
18 .SH AUTHOR
19 xinetd and itox were written by Panagiotis Tsirigotis.
20 .sp
21 This man page was written by Norbert Veber <nveber@debian.org> and Thomas Seyrat
22 <tomasera@debian.org>