History log of /openbsd/lib/libc/gen/initgroups.3 (Results 1 – 16 of 16)
Revision Date Author Comments
# 0e5e29b0 05-Feb-2015 schwarze <schwarze@openbsd.org>

macro fixes from Kaspars at Bankovskis dot net;
also fixing one typo in fts(3) while here


# 486f3f80 17-Jan-2015 deraadt <deraadt@openbsd.org>

NGROUPS_MAX, not NGROUPS


# 64d4e987 05-Jun-2013 tedu <tedu@openbsd.org>

Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze


# 9490d37c 31-May-2007 jmc <jmc@openbsd.org>

convert to new .Dd format;


# 6580fee3 02-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# da41a9de 30-Apr-2003 jmc <jmc@openbsd.org>

typos;


# 50772e64 24-Dec-2000 aaron <aaron@openbsd.org>

Various repairs, mostly to get rid of short lines.


# a3542fad 15-Apr-2000 aaron <aaron@openbsd.org>

- For consistency, `super-user' -> `superuser' in all cases.
- Some punctuation fixes.
- Some `id' -> `ID'.


# 5c3dced3 09-Jul-1999 aaron <aaron@openbsd.org>

- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who

- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages

Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...

show more ...


# 2b0e239d 03-Jun-1999 aaron <aaron@openbsd.org>

use \-1, not -1, to change the meaning of `-' to minus sign from hyphen;
pjanzen@


# a17e553a 29-May-1999 aaron <aaron@openbsd.org>

repairs


# fc8533a3 23-May-1999 aaron <aaron@openbsd.org>

remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com


# 4d2534a1 29-Mar-1999 millert <millert@openbsd.org>

initgroups(3) should not spew to stderr; giles@nemeton.com.au
Also document the NGROUPS limit.


# e9b2b68c 19-Aug-1996 tholo <tholo@openbsd.org>

Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly


# d96810fb 14-Dec-1995 deraadt <deraadt@openbsd.org>

initgroups() takes a gid_t


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree