Don't mention /etc/protocols in inetd documentation or comments, as inetd
doesn't actually use it. PR: 24307 Submitted by: opentrax@email.com
This commit is contained in:
parent
4a72f1d43d
commit
d0e6e145b8
@ -250,9 +250,8 @@ TCPMUX services must use
|
||||
.Pp
|
||||
The
|
||||
.Em protocol
|
||||
must be a valid protocol as given in
|
||||
.Pa /etc/protocols .
|
||||
Examples might be
|
||||
must be a valid protocol.
|
||||
Examples are
|
||||
.Dq tcp
|
||||
or
|
||||
.Dq udp ,
|
||||
|
@ -71,7 +71,7 @@ static const char rcsid[] =
|
||||
* service name must be in /etc/services or must
|
||||
* name a tcpmux service
|
||||
* socket type stream/dgram/raw/rdm/seqpacket
|
||||
* protocol must be in /etc/protocols
|
||||
* protocol tcp[4][6][/faith,ttcp], udp[4][6]
|
||||
* wait/nowait single-threaded/multi-threaded
|
||||
* user user to run daemon as
|
||||
* server program full path name
|
||||
@ -95,7 +95,7 @@ static const char rcsid[] =
|
||||
* For RPC services
|
||||
* service name/version must be in /etc/rpc
|
||||
* socket type stream/dgram/raw/rdm/seqpacket
|
||||
* protocol must be in /etc/protocols
|
||||
* protocol rpc/tcp, rpc/udp
|
||||
* wait/nowait single-threaded/multi-threaded
|
||||
* user user to run daemon as
|
||||
* server program full path name
|
||||
|
Loading…
Reference in New Issue
Block a user