aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2022-06-20 16:19:40 +0000
committerMark Johnston <markj@FreeBSD.org>2022-06-20 16:48:14 +0000
commit6405997f45974bf6d25412f03c069ae048d74d51 (patch)
treec49ede49b53e2bd11062f102576489d9c2cca914 /lib/libc
parente123264e4dc394602f9fed2f0376204b5998d815 (diff)
downloadsrc-6405997f45974bf6d25412f03c069ae048d74d51.tar.gz
src-6405997f45974bf6d25412f03c069ae048d74d51.zip
kevent.2: Add an xref to listen.2
MFC after: 1 week Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/kqueue.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2
index 47b0a6a27cd4..c8d39d092b4d 100644
--- a/lib/libc/sys/kqueue.2
+++ b/lib/libc/sys/kqueue.2
@@ -295,7 +295,7 @@ on the descriptor type.
.Bl -tag -width 2n
.It Sockets
Sockets which have previously been passed to
-.Fn listen
+.Xr listen 2
return when there is an incoming connection pending.
.Va data
contains the size of the listen backlog.