diff options
Diffstat (limited to '')
-rw-r--r-- | upstream/archlinux/man8/talkd.8 | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/upstream/archlinux/man8/talkd.8 b/upstream/archlinux/man8/talkd.8 new file mode 100644 index 00000000..b7823600 --- /dev/null +++ b/upstream/archlinux/man8/talkd.8 @@ -0,0 +1,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. |