git: 07f229d20c0c - main - connectat(2): clarify that the s argument is socket
Konstantin Belousov
kib at FreeBSD.org
Fri Apr 30 14:45:41 UTC 2021
The branch main has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=07f229d20c0cd6285c5ddf1df45eb69bbea4445b
commit 07f229d20c0cd6285c5ddf1df45eb69bbea4445b
Author: Konstantin Belousov <kib at FreeBSD.org>
AuthorDate: 2021-04-28 15:47:31 +0000
Commit: Konstantin Belousov <kib at 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
More information about the dev-commits-src-main
mailing list