Module Name:    src
Committed By:   rillig
Date:           Tue Jun 28 20:24:08 UTC 2022

Modified Files:
        src/lib/libc/sys: bind.2

Log Message:
bind.2: add references to specific protocol families

Referring the reader to "the manual entries in section 4" was too
unspecific to be useful, as that section contains device drivers as
well.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/lib/libc/sys/bind.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/bind.2
diff -u src/lib/libc/sys/bind.2:1.31 src/lib/libc/sys/bind.2:1.32
--- src/lib/libc/sys/bind.2:1.31	Sun Mar 28 03:29:31 2021
+++ src/lib/libc/sys/bind.2	Tue Jun 28 20:24:08 2022
@@ -1,4 +1,4 @@
-.\"	$NetBSD: bind.2,v 1.31 2021/03/28 03:29:31 dholland Exp $
+.\"	$NetBSD: bind.2,v 1.32 2022/06/28 20:24:08 rillig Exp $
 .\"
 .\" Copyright (c) 1983, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)bind.2	8.1 (Berkeley) 6/4/93
 .\"
-.Dd March 27, 2021
+.Dd June 28, 2022
 .Dt BIND 2
 .Os
 .Sh NAME
@@ -133,7 +133,9 @@ The name would reside on a read-only fil
 .Xr connect 2 ,
 .Xr getsockname 2 ,
 .Xr listen 2 ,
-.Xr socket 2
+.Xr socket 2 ,
+.Xr inet 4 ,
+.Xr inet6 4
 .Sh HISTORY
 The
 .Fn bind

Reply via email to