Blame SOURCES/bridge-utils-1.5-fix-incorrect-command-in-manual.patch

bdf832
From 8ef7b77562b636efcbd8b759eb324d6c069200f2 Mon Sep 17 00:00:00 2001
bdf832
From: Stephen Hemminger <shemminger@vyatta.com>
bdf832
Date: Tue, 3 May 2011 09:48:40 -0700
bdf832
Subject: [PATCH 1/3] Fix incorrect command in manual
bdf832
bdf832
Command is "setageing" not "setageingtime"; fix man page.
bdf832
Debian bug report.
bdf832
bdf832
Signed-off-by: Petr Sabata <contyk@redhat.com>
bdf832
---
bdf832
 doc/brctl.8 |    2 +-
bdf832
 1 files changed, 1 insertions(+), 1 deletions(-)
bdf832
bdf832
diff --git a/doc/brctl.8 b/doc/brctl.8
bdf832
index d904047..771f323 100644
bdf832
--- a/doc/brctl.8
bdf832
+++ b/doc/brctl.8
bdf832
@@ -89,7 +89,7 @@ data. Machines can move to other ports, network cards can be replaced
bdf832
 .B brctl showmacs <brname>
bdf832
 shows a list of learned MAC addresses for this bridge.
bdf832
 
bdf832
-.B brctl setageingtime <brname> <time>
bdf832
+.B brctl setageing <brname> <time>
bdf832
 sets the ethernet (MAC) address ageing time, in seconds. After <time>
bdf832
 seconds of not having seen a frame coming from a certain address, the
bdf832
 bridge will time out (delete) that address from the Forwarding
bdf832
-- 
bdf832
1.7.5.2
bdf832