History log of /openbsd/lib/libc/gen/opendir.3 (Results 1 – 3 of 3)
Revision Date Author Comments
# f7d60097 23-Mar-2024 guenther <guenther@openbsd.org>

readdir_r(3) was never necessary and has been deprecated by POSIX.
Document that in the manpage and stop using it internally.

ok deraadt@ millert@ jmc@


# d32639f6 11-Sep-2022 jmc <jmc@openbsd.org>

.Li -> .Vt where appropriate;
from josiah frentsos, tweaked by schwarze

ok schwarze


# 647427d6 02-Sep-2019 deraadt <deraadt@openbsd.org>

More correction of section 3 layout. directory->opendir, fts->fts_open,
getcap->cgetent. pwcache->user_from_uid. And then repair references.
ok jmc