From 120a3c3d4fb956690718836aead06abecf5c5d3d Mon Sep 17 00:00:00 2001 From: Adam Herst Date: Sat, 3 Apr 2021 11:31:46 -0400 Subject: [PATCH] ip-link: edit example Move quotation marks outside of the braces. Co-authored-by: Axel Navarro --- pages/linux/ip-link.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/ip-link.md b/pages/linux/ip-link.md index 76f7f75f1..6761c1079 100644 --- a/pages/linux/ip-link.md +++ b/pages/linux/ip-link.md @@ -17,7 +17,7 @@ - Give a meaningful name to a network interface: -`ip link set {{ethN}} alias {{"LAN Interface"}}` +`ip link set {{ethN}} alias "{{LAN Interface}}"` - Change the MAC address of a network interface: