git: acc3f0689af8 - main - getaddrinfo(3): A typo fixed
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 14 Sep 2022 05:13:54 UTC
The branch main has been updated by maxim: URL: https://cgit.FreeBSD.org/src/commit/?id=acc3f0689af8718d03fa12bbdd512742da02dbbc commit acc3f0689af8718d03fa12bbdd512742da02dbbc Author: Maxim Konovalov <maxim@FreeBSD.org> AuthorDate: 2022-09-14 05:08:45 +0000 Commit: Maxim Konovalov <maxim@FreeBSD.org> 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