Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Feb 2012 16:30:39 GMT
From:      Lachlan Kang <LCRTRIfFu91c710azO2Y@live.co.uk>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/165424: domain(9) refers to renamed function
Message-ID:  <201202231630.q1NGUdft006215@red.freebsd.org>
Resent-Message-ID: <201202231640.q1NGeANF016197@freefall.freebsd.org>

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

>Number:         165424
>Category:       docs
>Synopsis:       domain(9) refers to renamed function
>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:   Thu Feb 23 16:40:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Lachlan Kang
>Release:        FreeBSD 9.0-RELEASE
>Organization:
>Environment:
>Description:
A function called net_add_domain was renamed to domain_add.
The man page domain(9) has not been updated to reflect this and still refers to net_add_domain.
The function in question can be found in /sys/kern/uipc_domain.c and seems to have been renamed sometime around FreeBSD 8.0.

Also, a KASSERT message in domain_add's code still refers to net_add_domain. (Should I submit a separate bug report for that?)
>How-To-Repeat:
man 9 domain
>Fix:
Replace references to net_add_domain with domain_add

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



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