Bug 20030

Summary: it should be "options BRIDGE" rther than "option BRIDGE" in the doc.
Product: Documentation Reporter: swun <swun>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description swun 2000-07-19 09:20:00 UTC
the turtle <swun@esec.com.au> wrote:
> I was about setting up my freebsd box as a bridge. In the
> http://www.freebsd.org/handbook/bridging.html, it;s saying that add
> "option BRIDGE" to my kernel configuratoin file. But I found that there
> is only keyword options or device available for the config file. Is this
> really should be "options" rahter than "option"
>
    Refer to the LINT file for your kernel configuration when
    something like this comes up.
    This is usually found in

        /usr/src/i386/conf/LINT


    However, it looks like you found a documentation error.
    It should be "options BRIDGE".
    If you don't mind, please report it.
    Go to :

        http://www.freebsd.org/support.html#gnats

    and "Submit a Problem Report."

                                Thanks.
                                Jessem.

Fix: 

should be written as 
options BRIDGE
Comment 1 ben freebsd_committer freebsd_triage 2000-07-19 14:12:29 UTC
State Changed
From-To: open->closed

Committed, thanks!