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:
dwmalone 2001-01-22 23:11:02 +00:00
parent 4a72f1d43d
commit d0e6e145b8
2 changed files with 4 additions and 5 deletions

View File

@ -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 ,

View File

@ -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