diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2013-02-23 17:30:24 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2013-02-23 17:35:50 +0100 |
commit | bfdf7cd045e4f622de75d5409063c8e91d61e3e3 (patch) | |
tree | 0e92c0fd58542e44ccdf79ccaa46be34db2fc5c0 | |
parent | 1c6d856721974390b14ff7f0ee3bde8b37418ff1 (diff) |
clarify NSLCD_ACTION_SERVICE_* request parameter description
-rw-r--r-- | nslcd.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -173,7 +173,9 @@ #define NSLCD_ACTION_RPC_BYNUMBER 0x000a0002 #define NSLCD_ACTION_RPC_ALL 0x000a0008 -/* Service (/etc/services) information requests. Result values are: +/* Service (/etc/services) information requests. The BYNAME and BYNUMBER + requests contain an extra protocol string in the request which, if not + blank, will filter the services by this protocol. Result values are: STRING service name STRINGLIST service aliases INT32 service (port) number |