diff options
author | 2009-03-27 21:42:57 +0000 | |
---|---|---|
committer | 2009-03-27 21:42:57 +0000 | |
commit | 7b2ba1ee0e9cf9aafa1b209d3c86b261adb2f7d2 (patch) | |
tree | b03df949fb79b1960133fc99ee8690433a176dd4 | |
parent | Push the per-driver dma hook a little further down. (diff) | |
download | wireguard-openbsd-7b2ba1ee0e9cf9aafa1b209d3c86b261adb2f7d2.tar.xz wireguard-openbsd-7b2ba1ee0e9cf9aafa1b209d3c86b261adb2f7d2.zip |
supplement previous: add /etc/netid to FILES section; ok jmc@, ajacoutot@
-rw-r--r-- | lib/libc/gen/getgrouplist.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/gen/getgrouplist.3 b/lib/libc/gen/getgrouplist.3 index 4774e39d651..363d68afd55 100644 --- a/lib/libc/gen/getgrouplist.3 +++ b/lib/libc/gen/getgrouplist.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getgrouplist.3,v 1.13 2009/03/27 12:31:31 schwarze Exp $ +.\" $OpenBSD: getgrouplist.3,v 1.14 2009/03/27 21:42:57 schwarze Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -72,6 +72,8 @@ Here, the group array will be filled with as many groups as will fit. .Bl -tag -width /etc/group -compact .It Pa /etc/group group database file +.It Pa /etc/netid +static group lists to override YP data .El .Sh SEE ALSO .Xr setgroups 2 , |