aboutsummaryrefslogtreecommitdiff
path: root/doc/inetd.texi
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-12-11 13:31:58 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-12-11 13:31:58 +0200
commit4d759daeec0abf98294ece5a689c608890ffb4d1 (patch)
tree7287200a195bf1bc6169d66c97c6b6211cf26ad1 /doc/inetd.texi
parent9cfa003658ff1df27284e409cbeda705496a808a (diff)
downloadpies-4d759daeec0abf98294ece5a689c608890ffb4d1.tar.gz
pies-4d759daeec0abf98294ece5a689c608890ffb4d1.tar.bz2
Finish the docs.
* doc/inetd.texi: Update. * doc/pies.texi: Update.
Diffstat (limited to 'doc/inetd.texi')
-rw-r--r--doc/inetd.texi7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/inetd.texi b/doc/inetd.texi
index a1c5f8a..c7c8bbb 100644
--- a/doc/inetd.texi
+++ b/doc/inetd.texi
@@ -107,7 +107,7 @@ Servers using stream sockets generally are multi-threaded and use the
accepted by @command{pies}, and the server is given only the
newly-accepted socket connected to a client of the service. Most
stream-based services and all TCPMUX services operate in this manner.
-For such services, the invocation rate may be limitied by specifying
+For such services, the invocation rate may be limited by specifying
optional @samp{max-rate} suffix (a decimal number), e.g.:
@samp{nowait.15}.
@@ -187,14 +187,13 @@ causes any previous default address specifier to be forgotten.
An example of @file{inetd.conf} file with various services follows:
-@example
+@smallexample
ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l
ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd
tcpmux stream tcp nowait root internal
tcpmux/+scp-to stream tcp nowait guest /usr/sbin/in.wydawca wydawca
tcpmux/docref stream tcp nowait guest /usr/bin/docref docref
-@end example
-
+@end smallexample

Return to:

Send suggestions and report system problems to the System administrator.