diff --git a/functions/network.xml b/functions/network.xml index 0e384a8100..2fdfbe4532 100644 --- a/functions/network.xml +++ b/functions/network.xml @@ -1,5 +1,5 @@ - + Network Functions Network @@ -420,8 +420,8 @@ if (!$fp) { which corresponds to service for the specified protocol as per /etc/services. - protocol is either TCP - or UDP. + protocol is either "tcp" + or "udp" (in lowercase). See also: getservbyport. @@ -447,8 +447,8 @@ if (!$fp) { getservbyport returns the Internet service associated with port for the specified protocol as per /etc/services. - protocol is either TCP - or UDP. + protocol is either "tcp" + or "udp" (in lowercase). See also: getservbyname.