From a58faa36851d7f1e6ff9e8829d38b749ad1e78a5 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Sat, 4 Jun 2016 21:34:06 +0000 Subject: Document getent(1)'s ability to enumerate netgroup members. MFC after: 3 days --- getent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'getent.c') diff --git a/getent.c b/getent.c index 89c58a2..977f147 100644 --- 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, }, -- cgit v1.2.3-56-ge451