The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=07f229d20c0cd6285c5ddf1df45eb69bbea4445b
commit 07f229d20c0cd6285c5ddf1df45eb69bbea4445b Author: Konstantin Belousov <k...@freebsd.org> AuthorDate: 2021-04-28 15:47:31 +0000 Commit: Konstantin Belousov <k...@freebsd.org> CommitDate: 2021-04-30 14:43:45 +0000 connectat(2): clarify that the s argument is socket Sponsored by: The FreeBSD Foundation MFC after: 3 days --- lib/libc/sys/connectat.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libc/sys/connectat.2 b/lib/libc/sys/connectat.2 index 1d7e740b89c4..3b90baa0b6f2 100644 --- a/lib/libc/sys/connectat.2 +++ b/lib/libc/sys/connectat.2 @@ -45,7 +45,8 @@ .Sh DESCRIPTION The .Fn connectat -system call initiates a connection on a socket. +system call initiates a connection on the socket +.Fa s . When passed the special value .Dv AT_FDCWD in the _______________________________________________ dev-commits-src-main@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"