[Bug 249154] missing man pages: get{host,net}by{name,addr}_r

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 20 Jun 2022 05:31:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249154

--- Comment #2 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=dc68997328ec6cec41ad3b818c1846c8217e0c68

commit dc68997328ec6cec41ad3b818c1846c8217e0c68
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2021-05-21 15:25:25 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2022-06-20 05:23:53 +0000

    getnetent(3): Add missing reentrant functions

    Add documentation for gethostbyname_r, gethostbyname2_r and gethostbyaddr_r

    Create proper MLINKs for the new functions.

    PR:     249154
    Reported by:    asomers@
    Approved by:    manpages (0mp@), Pau Amma
    Differential Revision:  https://reviews.freebsd.org/D30469

 lib/libc/net/Makefile.inc    |  7 ++++---
 lib/libc/net/gethostbyname.3 | 33 +++++++++++++++++++++++++++++++--
 2 files changed, 35 insertions(+), 5 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.