Message ID | 20230916145844.7743-1-stephen@networkplumber.org (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | David Ahern |
Headers | show |
Series | [iproute2] bridge: fix missing quote on man page | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
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>
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" " [ "
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(-)