Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Apr 2021 14:45:40 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 07f229d20c0c - main - connectat(2): clarify that the s argument is socket
Message-ID:  <202104301445.13UEjexP065929@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kib:

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

commit 07f229d20c0cd6285c5ddf1df45eb69bbea4445b
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2021-04-28 15:47:31 +0000
Commit:     Konstantin Belousov <kib@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104301445.13UEjexP065929>