From 043da7d90a999b943804fc49f4a1071821590e3f Mon Sep 17 00:00:00 2001 From: tianci li Date: Sat, 15 Jan 2022 12:42:00 +0800 Subject: [PATCH 1/2] Format correction --- docs/gemstones/nmtui.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gemstones/nmtui.md b/docs/gemstones/nmtui.md index 6dac2bf982..94fe7d7deb 100644 --- a/docs/gemstones/nmtui.md +++ b/docs/gemstones/nmtui.md @@ -34,7 +34,7 @@ For IPv4, if it is to obtain network information using DHCP way, you only need t ### Manually fix network information -If you want to manually fix all IPv4 network information, you need to select ** <Manual> ** after *IPv4 CONFIGURATION* and add it line by line. For example, I like this: +If you want to manually fix all IPv4 network information, you need to select **<Manual>** after *IPv4 CONFIGURATION* and add it line by line. For example, I like this: |Item|Value| |---|---| From 2b3d8c5b1b037b9510a6ca23d084cd449bec6c0f Mon Sep 17 00:00:00 2001 From: tianci li Date: Sat, 15 Jan 2022 12:51:02 +0800 Subject: [PATCH 2/2] update --- docs/gemstones/nmtui.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gemstones/nmtui.md b/docs/gemstones/nmtui.md index 94fe7d7deb..c947bbf905 100644 --- a/docs/gemstones/nmtui.md +++ b/docs/gemstones/nmtui.md @@ -38,8 +38,8 @@ If you want to manually fix all IPv4 network information, you need to select **& |Item|Value| |---|---| -|Addresses|192.168.100.4/24|| -|Gateway|192.168.100.1|| +|Addresses|192.168.100.4/24| +|Gateway|192.168.100.1| |DNS servers|8.8.8.8| Then click \< OK \> , return to the terminal interface step by step, and execute `systemctl restart NetworkManager.service`. Similarly, in rare cases, the network card needs to be switched on and off to take effect.