]> git.cameronkatri.com Git - getent-darwin.git/blobdiff - getent.c
Document getent(1)'s ability to enumerate netgroup members.
[getent-darwin.git] / getent.c
index 89c58a280c1673695677a96f80a1ba96eaacbd19..977f1471fff2194bc8e56ae5b80baa5995823667 100644 (file)
--- a/getent.c
+++ b/getent.c
@@ -84,13 +84,13 @@ static struct getentdb {
        {       "ethers",       ethers,         },
        {       "group",        group,          },
        {       "hosts",        hosts,          },
+       {       "netgroup",     netgroup,       },
        {       "networks",     networks,       },
        {       "passwd",       passwd,         },
        {       "protocols",    protocols,      },
        {       "rpc",          rpc,            },
        {       "services",     services,       },
        {       "shells",       shells,         },
-       {       "netgroup",     netgroup,       },
        {       "utmpx",        utmpx,          },
 
        {       NULL,           NULL,           },