From a28eb0802c6bf66770accac84b5ea1a44f7b6d68 Mon Sep 17 00:00:00 2001 From: tianci Date: Tue, 4 Jan 2022 16:36:02 +0800 Subject: [PATCH] Add a blank line --- docs/gemstones/mtr.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/gemstones/mtr.md b/docs/gemstones/mtr.md index 2c4c8b99d8..716fdf42fd 100644 --- a/docs/gemstones/mtr.md +++ b/docs/gemstones/mtr.md @@ -10,6 +10,7 @@ date : 2021-10-20 `mtr` is a network diagnostic tool that can diagnose network problems. It is used to replace the `ping` and `traceroute` commands. In terms of performance, the `mtr` command is faster. ## Use `mtr` + ```bash # Install mtr shell > dnf -y install mtr