aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/inetd/inetd.c
diff options
context:
space:
mode:
authorDavid Malone <dwmalone@FreeBSD.org>2001-01-22 23:11:02 +0000
committerDavid Malone <dwmalone@FreeBSD.org>2001-01-22 23:11:02 +0000
commit6ef18ba88dfdae0ebad9ea4ad3943d65fd767561 (patch)
tree6513ba8721bc1f4a048d636ef5fbe44c0d7fa652 /usr.sbin/inetd/inetd.c
parent51dfb947948447c11778b6c36511ac8723b98ee0 (diff)
Notes
Diffstat (limited to 'usr.sbin/inetd/inetd.c')
-rw-r--r--usr.sbin/inetd/inetd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/inetd/inetd.c b/usr.sbin/inetd/inetd.c
index fa956629fee5..d43da3d773e2 100644
--- a/usr.sbin/inetd/inetd.c
+++ b/usr.sbin/inetd/inetd.c
@@ -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