The branch stable/13 has been updated by kib:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=46ec1227e793af8c47c1ad2937c4c955883f529e

commit 46ec1227e793af8c47c1ad2937c4c955883f529e
Author:     Konstantin Belousov <k...@freebsd.org>
AuthorDate: 2021-04-28 15:47:31 +0000
Commit:     Konstantin Belousov <k...@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
_______________________________________________
dev-commits-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "dev-commits-src-all-unsubscr...@freebsd.org"

Reply via email to