From 92ded6145b64e3605484f0fcdeef0ba3e5b99df4 Mon Sep 17 00:00:00 2001 From: tianci Date: Sat, 25 Dec 2021 13:50:57 +0800 Subject: [PATCH 1/2] Text content change --- docs/books/learning_rsync/06_rsync_inotify.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/books/learning_rsync/06_rsync_inotify.md b/docs/books/learning_rsync/06_rsync_inotify.md index 715d46f476..fd6b12b8dc 100644 --- a/docs/books/learning_rsync/06_rsync_inotify.md +++ b/docs/books/learning_rsync/06_rsync_inotify.md @@ -7,7 +7,7 @@ update: 2021-11-04 # Compile and install -Perform the following operations in the server. In your environment, some dependent packages may be missing. Install-`dnf -y install autoconf automake libtool` +Perform the following operations in the server. In your environment, some dependent packages may be missing. Install--`dnf -y install autoconf automake libtool` ```bash [root@Rocky ~]# wget -c https://github.com/inotify-tools/inotify-tools/archive/refs/tags/3.21.9.6.tar.gz @@ -74,7 +74,7 @@ The inotify-tools tool has two commands, namely: -e specifies the event type of monitoring data, multiple event types are separated by commas in English status ``` -The events are as follows: +The event types are as follows: | Event Type | Description | |---|---| From 45f3c25aa5a5d19995c48281cb6ee1e290946189 Mon Sep 17 00:00:00 2001 From: tianci Date: Wed, 29 Dec 2021 13:15:58 +0800 Subject: [PATCH 2/2] updates --- docs/books/learning_rsync/06_rsync_inotify.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/books/learning_rsync/06_rsync_inotify.md b/docs/books/learning_rsync/06_rsync_inotify.md index fd6b12b8dc..940670b81b 100644 --- a/docs/books/learning_rsync/06_rsync_inotify.md +++ b/docs/books/learning_rsync/06_rsync_inotify.md @@ -7,7 +7,7 @@ update: 2021-11-04 # Compile and install -Perform the following operations in the server. In your environment, some dependent packages may be missing. Install--`dnf -y install autoconf automake libtool` +Perform the following operations in the server. In your environment, some dependent packages may be missing. Install them by using: `dnf -y install autoconf automake libtool` ```bash [root@Rocky ~]# wget -c https://github.com/inotify-tools/inotify-tools/archive/refs/tags/3.21.9.6.tar.gz