[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230916145844.7743-1-stephen@networkplumber.org>
Date: Sat, 16 Sep 2023 07:58:44 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: netdev@...r.kernel.org
Cc: Stephen Hemminger <stephen@...workplumber.org>,
idosch@...dia.com
Subject: [PATCH iproute2] bridge: fix missing quote on man page
Noticed that emacs colorizing of bridge man page was messed up.
Problem was missing quoute in one macro.
Fixes: a3f4565e0a64 ("bridge: mdb: Add outgoing interface support")
Cc: idosch@...dia.com
Signed-off-by: Stephen Hemminger <stephen@...workplumber.org>
---
man/man8/bridge.8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/man8/bridge.8 b/man/man8/bridge.8
index 58bb1ddbd26a..5b876c4f4cd7 100644
--- a/man/man8/bridge.8
+++ b/man/man8/bridge.8
@@ -160,7 +160,7 @@ bridge \- show / manipulate bridge addresses and devices
.B src_vni
.IR SRC_VNI " ] [ "
.B via
-.IR DEV " ]
+.IR DEV " ]"
.ti -8
.BR "bridge mdb show" " [ "
--
2.39.2
Powered by blists - more mailing lists