Update to r38379:
Reference inetd(8) instead of providing a list of arguments here. It's possible inetd(8) may be updated in the future, leaving the argument list here out of date. Submitted by: Bjoern Heidotting Obtained from: The FreeBSD German Documentation Project
This commit is contained in:
parent
7f2fa4c43c
commit
12a9da4d86
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45445
1 changed files with 4 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/handbook/network-servers/chapter.xml,v 1.103 2011/12/24 15:51:18 bcr Exp $
|
||||
basiert auf: r38367
|
||||
basiert auf: r38379
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="network-servers">
|
||||
<info><title>Netzwerkserver</title>
|
||||
|
@ -184,11 +184,9 @@
|
|||
|
||||
<para>Wie die meisten anderen Server-Daemonen lässt
|
||||
sich auch <application>inetd</application> über
|
||||
verschiedene Optionen steuern. Die vollständige Syntax
|
||||
für <application>inetd</application> lautet:</para>
|
||||
|
||||
<para><command>inetd</command> <option>[-d] [-l] [-w] [-W] [-c maximum] [-C rate] [-a address | hostname]
|
||||
[-p filename] [-R rate] [-s maximum] [configuration file]</option></para>
|
||||
verschiedene Optionen steuern. Eine vollständige Liste
|
||||
dieser Optionen finden Sie in der Manualpage von
|
||||
&man.inetd.8;.</para>
|
||||
|
||||
<para>Die verschiedenen Optionen können über die Option
|
||||
<literal>inetd_flags</literal> der Datei
|
||||
|
|
Loading…
Reference in a new issue