From 598749a8c9c14b0252390201f6d66f1cf7b45841 Mon Sep 17 00:00:00 2001 From: "Brian J. Murrell" Date: Sat, 7 Apr 2018 11:12:26 -0400 Subject: [PATCH] Clarify checker/helper in systemd-fsck@.service manpage (#8674) Clarify the helper/checker terminology in the systemd-fsck@.service manpage to make the description more clear about what is responsible for deciding if a filesystem needs checking. --- man/systemd-fsck@.service.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/systemd-fsck@.service.xml b/man/systemd-fsck@.service.xml index f4d2dc1341..e1b6e914e8 100644 --- a/man/systemd-fsck@.service.xml +++ b/man/systemd-fsck@.service.xml @@ -78,7 +78,7 @@ systemd-fsck does not know any details about specific filesystems, and simply executes file system checkers specific to each filesystem type - (/sbin/fsck.*). This helper will decide if + (/sbin/fsck.*). These checkers will decide if the filesystem should actually be checked based on the time since last check, number of mounts, unclean unmount, etc.