Bug 402161 - Typo (btcrl) in virtualisation guide.
Summary: Typo (btcrl) in virtualisation guide.
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: doc-Virtualization_Guide
Version: 5.1
Hardware: All
OS: Linux
low
low
Target Milestone: ---
: ---
Assignee: Christopher Curran
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-11-28 04:50 UTC by Norm Murray
Modified: 2018-10-19 22:15 UTC (History)
1 user (show)

Fixed In Version: 5.2
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-03-31 01:01:11 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Wade Mealing 2007-11-28 04:50:24 UTC
Description of problem:

In section 19.4 of the online Virutalization document, there are errors
concerning the brctl command.  First the doc lists it as "brtctl" and then goes
on to use it in examples at "btctl".

btctl is the bluetooth control daemon.

Version-Release number of selected component (if applicable):

https://www.redhat.com/docs/manuals/enterprise/RHEL-5-manual/Virtualization-en-US/ch-virt-troubleshoot-tools.html

How reproducible:
Reference is made to brctl; however, in the example the command given is
incorrectly spelled, btcrl.

See the command example:

btcrl showmacs xenbr0

Which should read:

brctl showstp xenbr0

Comment 1 Michael Hideo 2007-11-28 07:06:50 UTC
Changing owner to Don to address

Comment 2 Don Domingo 2007-11-28 22:28:55 UTC
just to verify: is "btctl" correct? 

Comment 3 Wade Mealing 2007-11-29 00:12:29 UTC
The command in question:

# brctl 
Usage: brctl [commands]
commands:
        addbr           <bridge>                add bridge
        delbr           <bridge>                delete bridge
        addif           <bridge> <device>       add interface to bridge
        delif           <bridge> <device>       delete interface from bridge
        setageing       <bridge> <time>         set ageing time
        setbridgeprio   <bridge> <prio>         set bridge priority
        setfd           <bridge> <time>         set bridge forward delay
        sethello        <bridge> <time>         set hello time
        setmaxage       <bridge> <time>         set max message age
        setpathcost     <bridge> <port> <cost>  set path cost
        setportprio     <bridge> <port> <prio>  set port priority
        show                                    show a list of bridges
        showmacs        <bridge>                show a list of mac addrs
        showstp         <bridge>                show bridge stp info
        stp             <bridge> {on|off}       turn stp on/off


Comment 4 Don Domingo 2008-01-21 00:59:53 UTC
fix applied to RHEL5.0, 5.1, and 5.2 source trees. will build and update soon.


Note You need to log in before you can comment on or make changes to this bug.