aboutsummaryrefslogtreecommitdiff
path: root/doc/inetd.texi
diff options
context:
space:
mode:
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.