mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 21:15:35 +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:
|
- 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:
|
- Change the MAC address of a network interface:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue