Skip to content

Commit d75280e

Browse files
committed
Fix typo
1 parent ba3f377 commit d75280e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ Run examples:
402402

403403
```
404404
# [autoconnect on list: echo only]
405-
# ===============================
405+
# ================================
406406
# nmcli-cli-autoconnect-list on
407407
bond1
408408
bond1.100
@@ -440,7 +440,7 @@ Run examples:
440440

441441
```
442442
# [autoconnect on: echo only]
443-
# ==========================
443+
# ===========================
444444
# nmcli-cli-autoconnect-set eno1 on
445445
# echo only.
446446
nmcli connection modify "eno1" connection.autoconnect "on"
@@ -716,7 +716,7 @@ Run examples:
716716
nmcli connection delete "eno1.100"
717717
718718
# [vlan delete: run it]
719-
# ========================
719+
# =====================
720720
# nmcli-cli-vlan-delete -x eno1.100
721721
Applying: nmcli connection delete "bond1.100"
722722
Connection 'bond1.100' (2fe697fa-3ca9-4546-8d2d-b551ef47e8f4) successfully deleted.
@@ -815,7 +815,7 @@ Run examples:
815815
nmcli connection delete "br1"
816816
817817
# [bridge delete: run it]
818-
# ========================
818+
# =======================
819819
# nmcli-cli-bridge-delete -x br1.100
820820
Applying: nmcli connection modify "bond1.100" connection.master "" connection.slave-type ""
821821
Applying: nmcli connection delete "br1.100"
@@ -826,8 +826,8 @@ Connection 'br1.100' (0587e320-3c7c-4808-a93b-c55a5d7c657f) successfully deleted
826826

827827
- Interfaces: eno1 + eno3 + ens2f0
828828
- Bonding: LACP
829-
- VLAN: ID 100
830-
- Bridge: VLAN
829+
- VLAN ID: 100
830+
- Bridge: via VLAN interface
831831
- IP: static IPv4 + IPv6
832832

833833
```

0 commit comments

Comments
 (0)