The branch main has been updated by maxim:

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

commit acc3f0689af8718d03fa12bbdd512742da02dbbc
Author:     Maxim Konovalov <[email protected]>
AuthorDate: 2022-09-14 05:08:45 +0000
Commit:     Maxim Konovalov <[email protected]>
CommitDate: 2022-09-14 05:08:45 +0000

    getaddrinfo(3): A typo fixed
    
    PR:     266403
---
 lib/libc/net/getaddrinfo.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libc/net/getaddrinfo.3 b/lib/libc/net/getaddrinfo.3
index a91a26973ecb..af68f808b059 100644
--- a/lib/libc/net/getaddrinfo.3
+++ b/lib/libc/net/getaddrinfo.3
@@ -353,7 +353,7 @@ structure created by a call to
 .Fn getaddrinfo .
 .Sh IMPLEMENTATION NOTES
 The behavior of
-.Li freeadrinfo(NULL)
+.Li freeaddrinfo(NULL)
 is left unspecified by both
 .St -susv4
 and

Reply via email to