Skip to content

Commit d55fa46

Browse files
authored
Error content repair (#1140)
1 parent 6bca823 commit d55fa46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/gemstones/RL9_network_manager.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ ipv6.method disabled autoconnect yes
104104

105105
If you are using DHCP to get the ipv4 address, it can be:
106106

107-
```
107+
```bash
108108
Shell > nmcli connection add type ethernet con-name CONNECTION_NAME ifname NIC_DEVICE_NAME \
109109
ipv4.method auto ipv6.method disabled autoconnect yes
110110
```
@@ -185,7 +185,7 @@ method=disabled
185185
| id | The alias of con-name, whose value is a string.|
186186
| uuid | Universal unique identifier, whose value is a string. |
187187
| type | The type of connection, whose values can be ethernet, bluetooth, vpn, vlan, and so on. You can use `man nmcli` to view all supported types. |
188-
| interface-name | Network card device name. |
188+
| interface-name | The name of the network interface this connection is bound to, whose value is a string. |
189189
| timestamp | Unix timestamp, in seconds. The value here is the number of seconds since January 1, 1970.|
190190
| autoconnect | Whether it starts automatically when the system starts. The value is of Boolean type.|
191191

@@ -206,4 +206,4 @@ method=disabled
206206
| addresses | |
207207
| gateway | |
208208
| dns | |
209-
| method | The method to be obtained by ip. The value is of string type. The value can be: auto, disabled, link-local, manual, shared |
209+
| method | The method to be obtained by IP. The value is of string type. The value can be: auto, disabled, link-local, manual, shared |

0 commit comments

Comments
 (0)