git: 46ec1227e793 - stable/13 - connectat(2): clarify that the s argument is socket
Konstantin Belousov
kib at FreeBSD.org
Mon May 3 01:38:39 UTC 2021
The branch stable/13 has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=46ec1227e793af8c47c1ad2937c4c955883f529e
commit 46ec1227e793af8c47c1ad2937c4c955883f529e
Author: Konstantin Belousov <kib at FreeBSD.org>
AuthorDate: 2021-04-28 15:47:31 +0000
Commit: Konstantin Belousov <kib at FreeBSD.org>
CommitDate: 2021-05-03 01:26:50 +0000
connectat(2): clarify that the s argument is socket
(cherry picked from commit 07f229d20c0cd6285c5ddf1df45eb69bbea4445b)
---
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-branches
mailing list