prepare upload
[packages/xinetd.git] / debian / patches / 0001-Documentation-fixes.patch
1 From 42c52da8f077dcbe17fda272eef03b393c0a5309 Mon Sep 17 00:00:00 2001
2 From: Pierre Habouzit <madcoder@debian.org>
3 Date: Mon, 26 Nov 2007 16:01:01 +0100
4 Subject: [PATCH] Documentation fixes.
5
6 ---
7  xinetd/itox.8     |   15 +++++++++------
8  xinetd/xinetd.man |    2 +-
9  2 files changed, 10 insertions(+), 7 deletions(-)
10
11 diff --git a/xinetd/itox.8 b/xinetd/itox.8
12 index de109db..89a68fb 100644
13 --- a/xinetd/itox.8
14 +++ b/xinetd/itox.8
15 @@ -1,19 +1,22 @@
16 -.TH ITOX 8 "October 1999" "xinetd"
17 +.TH ITOX 8 "March 2005" "xinetd"
18  .SH NAME
19  itox \- converts inetd.conf style configuration files to xinetd.conf
20  .SH SYNOPSIS
21 -itox [-daemon_dir <dir_path>]
22 +itox [-daemon_dir <dir_name>]
23  .SH DESCRIPTION
24  .B itox
25  takes on its standard input inetd.conf style entries and dumps to
26  standard output the corresponding xinetd.conf style entries.
27  .SH OPTIONS
28  .TP
29 -.I -daemon_dir <dir_path>
30 -Specifies the file name of the TCP daemon used in the inetd.conf file.
31 +.I -daemon_dir <dir_name>
32 +If you use tcpd, this option specifies the directory where all the daemons are.
33 +You must specify this option if you use tcpd and the daemon file names are not
34 +absolute.
35  .SH EXAMPLES
36 -itox -daemon_dir /usr/sbin/tcpd < inetd.conf > xinetd.conf
37 +itox -daemon_dir /usr/sbin < inetd.conf > xinetd.conf
38  .SH AUTHOR
39  xinetd and itox were written by Panagiotis Tsirigotis.
40  .sp
41 -This man page was written by Norbert Veber <nveber@debian.org>.
42 +This man page was written by Norbert Veber <nveber@debian.org> and Thomas Seyrat
43 +<tomasera@debian.org>
44 diff --git a/xinetd/xinetd.man b/xinetd/xinetd.man
45 index d52c2cc..c76c3c6 100644
46 --- a/xinetd/xinetd.man
47 +++ b/xinetd/xinetd.man
48 @@ -155,7 +155,7 @@ causes an internal state dump (the default dump file is
49  \fI/var/run/xinetd.dump\fP;
50  to change the filename, edit \fIconfig.h\fP and recompile).
51  .TP
52 -.B SIGIOT
53 +.B SIGABRT
54  causes an internal consistency check to verify that the data structures
55  used by the program have not been corrupted.
56  When the check is completed
57 -- 
58 1.5.3.6.2033.g1437
59