* [PATCH iproute2] bridge: fix missing quote on man page
@ 2023-09-16 14:58 Stephen Hemminger
2023-09-18 7:20 ` Ido Schimmel
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2023-09-16 14:58 UTC (permalink / raw)
To: netdev; +Cc: Stephen Hemminger, idosch
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@nvidia.com
Signed-off-by: Stephen Hemminger <stephen@networkplumber.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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH iproute2] bridge: fix missing quote on man page
2023-09-16 14:58 [PATCH iproute2] bridge: fix missing quote on man page Stephen Hemminger
@ 2023-09-18 7:20 ` Ido Schimmel
0 siblings, 0 replies; 2+ messages in thread
From: Ido Schimmel @ 2023-09-18 7:20 UTC (permalink / raw)
To: Stephen Hemminger; +Cc: netdev, idosch
On Sat, Sep 16, 2023 at 07:58:44AM -0700, Stephen Hemminger wrote:
> 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@nvidia.com
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-18 7:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-16 14:58 [PATCH iproute2] bridge: fix missing quote on man page Stephen Hemminger
2023-09-18 7:20 ` Ido Schimmel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).