Re: [PATCH] rtnetlink.7: Fix .br command in RTA_MULTIPATH.
From: Alejandro Colomar <alx@kernel.org>
Date: 2025-09-18 15:52:33
Attachments
- signature.asc [application/pgp-signature] 833 bytes
From: Alejandro Colomar <alx@kernel.org>
Date: 2025-09-18 15:52:33
Hi Guillaume, On Thu, Sep 18, 2025 at 05:12:07PM +0200, Guillaume Nault wrote:
Add the missing dot before "br", so that the command is properly executed instead of printing a spurious "br" in the output. Signed-off-by: Guillaume Nault <redacted>
Thanks! I've added a 'Fixes:' tag, and simplified the subject. I've applied the patch. <https://www.alejandro-colomar.es/src/alx/linux/man-pages/man-pages.git/commit/?h=contrib&id=964ef0730697eadfbb9937a21588d694b5557218> (Use port 80.) Have a lovely day! Alex
--- man/man7/rtnetlink.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/man/man7/rtnetlink.7 b/man/man7/rtnetlink.7 index 46bccef11..cb9f5155f 100644 --- a/man/man7/rtnetlink.7 +++ b/man/man7/rtnetlink.7@@ -345,7 +345,7 @@ RTA_PREFSRC:protocol address:Preferred source address RTA_METRICS:int:Route metric RTA_MULTIPATH::T{ Multipath nexthop data -br +.br (see below). T} RTA_PROTOINFO::No longer used-- 2.47.3
-- <https://www.alejandro-colomar.es> Use port 80 (that is, <...:80/>).