Deleted Added
full compact
33c33
< .\" $FreeBSD: head/lib/libc/gen/getgrouplist.3 84306 2001-10-01 16:09:29Z ru $
---
> .\" $FreeBSD: head/lib/libc/gen/getgrouplist.3 89663 2002-01-22 17:32:53Z markm $
46c46
< .Fn getgrouplist "const char *name" "int basegid" "int *groups" "int *ngroups"
---
> .Fn getgrouplist "const char *name" "gid_t basegid" "gid_t *groups" "int *ngroups"
59c59
< The resulting group list is returned in the integer array pointed to by
---
> The resulting group list is returned in the array pointed to by