Skip to content

Commit

Permalink
ip-link: edit example
Browse files Browse the repository at this point in the history
Move quotation marks outside of the braces.

Co-authored-by: Axel Navarro <[email protected]>
  • Loading branch information
2 people authored and sbrl committed Apr 11, 2021
1 parent 93ecc77 commit 120a3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/linux/ip-link.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 120a3c3

Please sign in to comment.