1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
.TH TALKD "8" "December 2023" "GNU inetutils 2.5" "System Administration Utilities"
.SH NAME
talkd \- Talk server
.SH SYNOPSIS
.B talkd
[\fI\,OPTION\/\fR...]
.SH DESCRIPTION
Talk daemon, using service `ntalk'.
.TP
\fB\-a\fR, \fB\-\-acl\fR=\fI\,FILE\/\fR
read site\-wide ACLs from FILE
.TP
\fB\-d\fR, \fB\-\-debug\fR
enable debugging
.HP
\fB\-i\fR, \fB\-\-idle\-timeout\fR=\fI\,SECONDS\/\fR set idle timeout value to SECONDS
.TP
\fB\-l\fR, \fB\-\-logging\fR
enable more syslog reporting
.TP
\fB\-r\fR, \fB\-\-request\-ttl\fR=\fI\,SECONDS\/\fR
set request time\-to\-live value to SECONDS
.TP
\fB\-S\fR, \fB\-\-strict\-policy\fR
apply strict ACL policy
.TP
\fB\-t\fR, \fB\-\-timeout\fR=\fI\,SECONDS\/\fR
set timeout value to SECONDS
.TP
\-?, \fB\-\-help\fR
give this help list
.TP
\fB\-\-usage\fR
give a short usage message
.TP
\fB\-V\fR, \fB\-\-version\fR
print program version
.PP
Mandatory or optional arguments to long options are also mandatory or optional
for any corresponding short options.
.SH AUTHOR
Written by Sergey Poznyakoff.
.SH "REPORTING BUGS"
Report bugs to <bug\-inetutils@gnu.org>.
.SH COPYRIGHT
Copyright \(co 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
.br
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
.SH "SEE ALSO"
talk(1)
.PP
The full documentation for
.B talkd
is maintained as a Texinfo manual. If the
.B info
and
.B talkd
programs are properly installed at your site, the command
.IP
.B info talkd
.PP
should give you access to the complete manual.
|