1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00

It's getsockname(2), not getsockname(3).

PR:             docs/17102
Submitted by:   Udo Erdelhoff <ue@nathan.ruhr.de>
This commit is contained in:
Nik Clayton 2000-03-07 14:04:44 +00:00
parent befd85d633
commit 009131b4f2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57798

View File

@ -61,7 +61,7 @@ Userland programs, such as
.Xr faithd 8 ,
can use this behavior to relay IPv6 TCP traffic to IPv4 TCP traffic.
The program can accept some specific IPv6 TCP traffic, perform
.Xr getsockname 3
.Xr getsockname 2
to get the IPv6 destination address specified by the client,
and perform application-specific address mapping to relay IPv6 TCP to IPv4 TCP.
.Pp