From b57824a39eaab5122859ecab43c71a7d5919e5f9 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 20 Jun 2025 06:06:16 +0300 Subject: [PATCH] ip: separate arguments (#16904) --- pages/linux/ip.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/ip.md b/pages/linux/ip.md index 9b13f27d89..29ce4a7dea 100644 --- a/pages/linux/ip.md +++ b/pages/linux/ip.md @@ -10,11 +10,11 @@ - List interfaces with brief network layer info: -`ip {{[-br a|-brief address]}}` +`ip {{[-br|-brief]}} {{[a|address]}}` - List interfaces with brief link layer info: -`ip {{[-br l|-brief link]}}` +`ip {{[-br|-brief]}} {{[l|link]}}` - Display the routing table: