docs/165424: domain(9) refers to renamed function
Lachlan Kang
LCRTRIfFu91c710azO2Y at live.co.uk
Thu Feb 23 16:40:11 UTC 2012
>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:
More information about the freebsd-doc
mailing list