Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys bind.2: add references to specific protocol fam...



details:   https://anonhg.NetBSD.org/src/rev/588a2cfc4ecc
branches:  trunk
changeset: 368212:588a2cfc4ecc
user:      rillig <rillig%NetBSD.org@localhost>
date:      Tue Jun 28 20:24:08 2022 +0000

description:
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.

diffstat:

 lib/libc/sys/bind.2 |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r b9e5f232865f -r 588a2cfc4ecc lib/libc/sys/bind.2
--- a/lib/libc/sys/bind.2       Tue Jun 28 20:12:52 2022 +0000
+++ b/lib/libc/sys/bind.2       Tue Jun 28 20:24:08 2022 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index