author | Michael Krelin <hacker@klever.net> | 2006-11-08 14:19:17 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2006-11-08 14:19:17 (UTC) |
commit | 26757537328da204e4bf952a80579307440f62c9 (patch) (unidiff) | |
tree | eb08716fab09b5f9375a298299b41f999fcd83e4 /man | |
parent | cc0b2a8b1cea327bc0616e0b67dcda0b1fbe83e4 (diff) | |
download | dudki-26757537328da204e4bf952a80579307440f62c9.zip dudki-26757537328da204e4bf952a80579307440f62c9.tar.gz dudki-26757537328da204e4bf952a80579307440f62c9.tar.bz2 |
bumped dates in manpages0.2.2
-rw-r--r-- | man/dudki.8.in | 4 | ||||
-rw-r--r-- | man/dudki.conf.5.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/man/dudki.8.in b/man/dudki.8.in index be60f53..b488822 100644 --- a/man/dudki.8.in +++ b/man/dudki.8.in | |||
@@ -1,25 +1,25 @@ | |||
1 | .TH dudki 8 "July 23rd, 2004" "dudki(8)" "Klever Group (http://www.klever.net/)" | 1 | .TH dudki 8 "November 8th, 2006" "dudki(8)" "Klever Group (http://www.klever.net/)" |
2 | .hla en | 2 | .hla en |
3 | .ds longopt @HAVE_GETOPT_LONG@ | 3 | .ds longopt @HAVE_GETOPT_LONG@ |
4 | 4 | ||
5 | .SH NAME | 5 | .SH NAME |
6 | 6 | ||
7 | dudki \- a process maintenance daemon | 7 | dudki \- a process maintenance daemon |
8 | 8 | ||
9 | .SH SYNOPSYS | 9 | .SH SYNOPSYS |
10 | 10 | ||
11 | \fBdudki\fR [\fB-h\fR] | 11 | \fBdudki\fR [\fB-h\fR] |
12 | .if \*[longopt] [\fB--help\fR] [\fB--usage\fR] | 12 | .if \*[longopt] [\fB--help\fR] [\fB--usage\fR] |
13 | [\fB-V\fR] | 13 | [\fB-V\fR] |
14 | .if \*[longopt] [\fB--version\fR] | 14 | .if \*[longopt] [\fB--version\fR] |
15 | [\fB-L\fR] | 15 | [\fB-L\fR] |
16 | .if \*[longopt] [\fB--license\fR] | 16 | .if \*[longopt] [\fB--license\fR] |
17 | [\fB-f\fR \fIconfigfile\fR] | 17 | [\fB-f\fR \fIconfigfile\fR] |
18 | .if \*[longopt] [\fB--config=\fR\fIconfigfile\fR] | 18 | .if \*[longopt] [\fB--config=\fR\fIconfigfile\fR] |
19 | [\fB-k\fR] | 19 | [\fB-k\fR] |
20 | .if \*[longopt] [\fB--kill\fR] | 20 | .if \*[longopt] [\fB--kill\fR] |
21 | [\fB-r\fR] | 21 | [\fB-r\fR] |
22 | .if \*[longopt] [\fB--reload\fR] | 22 | .if \*[longopt] [\fB--reload\fR] |
23 | [\fB-c\fR] | 23 | [\fB-c\fR] |
24 | .if \*[longopt] [\fB--check\fR] | 24 | .if \*[longopt] [\fB--check\fR] |
25 | [\fB-s\fR \fIsignum\fR] | 25 | [\fB-s\fR \fIsignum\fR] |
@@ -86,49 +86,49 @@ Display short usage message and exit. | |||
86 | Report version and exit. | 86 | Report version and exit. |
87 | .TP | 87 | .TP |
88 | .ie \*[longopt] \fB-L\fR, \fB--license\fR | 88 | .ie \*[longopt] \fB-L\fR, \fB--license\fR |
89 | .el \fB-L\fR | 89 | .el \fB-L\fR |
90 | Show licensing terms. | 90 | Show licensing terms. |
91 | 91 | ||
92 | .SH EXIT STATUS | 92 | .SH EXIT STATUS |
93 | 93 | ||
94 | Zero in case of success, non-zero otherwise. | 94 | Zero in case of success, non-zero otherwise. |
95 | 95 | ||
96 | .SH FILES | 96 | .SH FILES |
97 | .TP | 97 | .TP |
98 | @sysconfdir@/dudki.conf | 98 | @sysconfdir@/dudki.conf |
99 | Default configuration file. | 99 | Default configuration file. |
100 | .TP | 100 | .TP |
101 | /var/run/dudki.pid | 101 | /var/run/dudki.pid |
102 | Default pid-file for the dudki process. | 102 | Default pid-file for the dudki process. |
103 | 103 | ||
104 | .SH AUTHOR | 104 | .SH AUTHOR |
105 | 105 | ||
106 | Written by Michael 'hacker' Krelin <hacker@klever.net> | 106 | Written by Michael 'hacker' Krelin <hacker@klever.net> |
107 | 107 | ||
108 | .SH COPYRIGHT | 108 | .SH COPYRIGHT |
109 | 109 | ||
110 | Copyright (c) 2004 Klever Group (http://www.klever.net/) | 110 | Copyright (c) 2004-2006 Klever Group (http://www.klever.net/) |
111 | 111 | ||
112 | Permission is hereby granted, free of charge, to any person obtaining a copy of | 112 | Permission is hereby granted, free of charge, to any person obtaining a copy of |
113 | this software and associated documentation files (the "Software"), to deal in | 113 | this software and associated documentation files (the "Software"), to deal in |
114 | the Software without restriction, including without limitation the rights to | 114 | the Software without restriction, including without limitation the rights to |
115 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies | 115 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies |
116 | of the Software, and to permit persons to whom the Software is furnished to do | 116 | of the Software, and to permit persons to whom the Software is furnished to do |
117 | so, subject to the following conditions: | 117 | so, subject to the following conditions: |
118 | 118 | ||
119 | The above copyright notice and this permission notice shall be included in all | 119 | The above copyright notice and this permission notice shall be included in all |
120 | copies or substantial portions of the Software. | 120 | copies or substantial portions of the Software. |
121 | 121 | ||
122 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 122 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
123 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 123 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
124 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | 124 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
125 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | 125 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
126 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | 126 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
127 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | 127 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
128 | SOFTWARE. | 128 | SOFTWARE. |
129 | 129 | ||
130 | .SH BUGS | 130 | .SH BUGS |
131 | 131 | ||
132 | You tell me. Send reports to <dudki-bugs@klever.net> | 132 | You tell me. Send reports to <dudki-bugs@klever.net> |
133 | 133 | ||
134 | .SH SEE ALSO | 134 | .SH SEE ALSO |
diff --git a/man/dudki.conf.5.in b/man/dudki.conf.5.in index 7d365d3..7186eeb 100644 --- a/man/dudki.conf.5.in +++ b/man/dudki.conf.5.in | |||
@@ -1,25 +1,25 @@ | |||
1 | .TH dudki.conf 5 "July 24th, 2004" "dudki.conf(5)" "Klever Group (http://www.klever.net/)" | 1 | .TH dudki.conf 5 "November 8th, 2006" "dudki.conf(5)" "Klever Group (http://www.klever.net/)" |
2 | .hla en | 2 | .hla en |
3 | 3 | ||
4 | .SH NAME | 4 | .SH NAME |
5 | 5 | ||
6 | dudki.conf \- The configuration file for the dudki process | 6 | dudki.conf \- The configuration file for the dudki process |
7 | monitoring daemon | 7 | monitoring daemon |
8 | 8 | ||
9 | .SH SYNOPSIS | 9 | .SH SYNOPSIS |
10 | 10 | ||
11 | The dudki.conf file is a runtime configuration file for the dudki | 11 | The dudki.conf file is a runtime configuration file for the dudki |
12 | process monitoring daemon. It contains the information about the process | 12 | process monitoring daemon. It contains the information about the process |
13 | being monitored and the instruction on how to cope with the processes. | 13 | being monitored and the instruction on how to cope with the processes. |
14 | 14 | ||
15 | .SH FILE FORMAT | 15 | .SH FILE FORMAT |
16 | 16 | ||
17 | The file consist of the global configuration and per-process | 17 | The file consist of the global configuration and per-process |
18 | configuration sections. The global configuration controls general | 18 | configuration sections. The global configuration controls general |
19 | dudki behaviour and sets defaults for per-process configuration | 19 | dudki behaviour and sets defaults for per-process configuration |
20 | directives. | 20 | directives. |
21 | 21 | ||
22 | .SH GLOBAL CONFIGURATION | 22 | .SH GLOBAL CONFIGURATION |
23 | 23 | ||
24 | .TP | 24 | .TP |
25 | \fBCheckInterval\fR \fIseconds\fR | 25 | \fBCheckInterval\fR \fIseconds\fR |
@@ -109,49 +109,49 @@ Notify mailto:hacker@klever.net | |||
109 | 109 | ||
110 | .br | 110 | .br |
111 | <Process apache> | 111 | <Process apache> |
112 | .br | 112 | .br |
113 | PidFile /var/run/httpd.pid | 113 | PidFile /var/run/httpd.pid |
114 | .br | 114 | .br |
115 | RestartCommand "exec /usr/sbin/apachectl start" | 115 | RestartCommand "exec /usr/sbin/apachectl start" |
116 | .br | 116 | .br |
117 | </Process> | 117 | </Process> |
118 | .br | 118 | .br |
119 | <Process named> | 119 | <Process named> |
120 | .br | 120 | .br |
121 | PidFile /var/run/named.pid | 121 | PidFile /var/run/named.pid |
122 | .br | 122 | .br |
123 | RestartCommand "exec /usr/sbin/named" | 123 | RestartCommand "exec /usr/sbin/named" |
124 | .br | 124 | .br |
125 | </Process> | 125 | </Process> |
126 | 126 | ||
127 | .SH AUTHOR | 127 | .SH AUTHOR |
128 | 128 | ||
129 | Written by Michael 'hacker' Krelin <hacker@klever.net> | 129 | Written by Michael 'hacker' Krelin <hacker@klever.net> |
130 | 130 | ||
131 | .SH COPYRIGHT | 131 | .SH COPYRIGHT |
132 | 132 | ||
133 | Copyright (c) 2004 Klever Group (http://www.klever.net/) | 133 | Copyright (c) 2004-2006 Klever Group (http://www.klever.net/) |
134 | 134 | ||
135 | Permission is hereby granted, free of charge, to any person obtaining a copy of | 135 | Permission is hereby granted, free of charge, to any person obtaining a copy of |
136 | this software and associated documentation files (the "Software"), to deal in | 136 | this software and associated documentation files (the "Software"), to deal in |
137 | the Software without restriction, including without limitation the rights to | 137 | the Software without restriction, including without limitation the rights to |
138 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies | 138 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies |
139 | of the Software, and to permit persons to whom the Software is furnished to do | 139 | of the Software, and to permit persons to whom the Software is furnished to do |
140 | so, subject to the following conditions: | 140 | so, subject to the following conditions: |
141 | 141 | ||
142 | The above copyright notice and this permission notice shall be included in all | 142 | The above copyright notice and this permission notice shall be included in all |
143 | copies or substantial portions of the Software. | 143 | copies or substantial portions of the Software. |
144 | 144 | ||
145 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 145 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
146 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 146 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
147 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | 147 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
148 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | 148 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
149 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | 149 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
150 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | 150 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
151 | SOFTWARE. | 151 | SOFTWARE. |
152 | 152 | ||
153 | .SH BUGS | 153 | .SH BUGS |
154 | 154 | ||
155 | You tell me. Send reports to <dudki-bugs@klever.net> | 155 | You tell me. Send reports to <dudki-bugs@klever.net> |
156 | 156 | ||
157 | .SH SEE ALSO | 157 | .SH SEE ALSO |