On Sat, Jun 07, 2003 at 05:51:00PM -0400, Adam Foxson wrote: > As an fyi, I just noticed a minor documentation error with svc2desc and > port2desc. It currently indicates that if there is no description for the > associated service or port it will return undef. This is not the case. If > there is no description it will simply return the name of service, which > serves as the "poor mans" description in these cases.
Ignore the above. There was still a doc error, but it should correctly read: =item * B<svc2desc> ...It will return a service description or the service name if there is no description. It will return undefined if there is no such service... =item * B<port2desc> ...It will return a service description or the service name if there is no description. It will return undefined if the port is unassigned... -- Adam J. Foxson