mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:22:09 +02:00
ip-link: edit example
Move quotation marks outside of the braces. Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
This commit is contained in:
parent
93ecc777b8
commit
120a3c3d4f
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue