Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Mar 2000 18:06:14 +0100 (CET)
From:      ue@nathan.ruhr.de
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/17102: Wrong refrence in faith(4).
Message-ID:  <200003011706.SAA02018@nathan.ruhr.de>

next in thread | raw e-mail | index | archive | help

>Number:         17102
>Category:       docs
>Synopsis:       Wrong refrence in faith(4).
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar  1 10:40:02 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Udo Erdelhoff
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

	4.0-CURRENT as of 27-FEB-2000

>Description:

The manualpage for faith(4) contains a reference to getsockname(3). This
reference should be change to getsockname(2) because
a) the manualpage for getsockname is in section 2 of the handbook.
b) getsockname is implemented as a system call, not a library function
   (at least in the non-threaded version of libc)

>How-To-Repeat:

	N/A

>Fix:

--- /usr/src/share/man/man4/faith.4.orig	Mon Feb 28 19:34:12 2000
+++ /usr/src/share/man/man4/faith.4	Mon Feb 28 19:34:30 2000
@@ -61,7 +61,7 @@
 .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

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003011706.SAA02018>