git: 5d6f9a7da2a3 - stable/13 - kevent.2: Add an xref to listen.2

From: Mark Johnston <markj_at_FreeBSD.org>
Date: Mon, 27 Jun 2022 14:11:38 UTC
The branch stable/13 has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=5d6f9a7da2a397716667111195908f3ca318ac51

commit 5d6f9a7da2a397716667111195908f3ca318ac51
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2022-06-20 16:19:40 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2022-06-27 14:11:27 +0000

    kevent.2: Add an xref to listen.2
    
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit 6405997f45974bf6d25412f03c069ae048d74d51)
---
 lib/libc/sys/kqueue.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2
index 6d4cde4a86b8..863136c9928f 100644
--- a/lib/libc/sys/kqueue.2
+++ b/lib/libc/sys/kqueue.2
@@ -279,7 +279,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.