From: Brian J. Murrell Date: Sat, 7 Apr 2018 15:12:26 +0000 (-0400) Subject: Clarify checker/helper in systemd-fsck@.service manpage (#8674) X-Git-Tag: v239~429 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=598749a8c9c14b0252390201f6d66f1cf7b45841;p=thirdparty%2Fsystemd.git 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. --- diff --git a/man/systemd-fsck@.service.xml b/man/systemd-fsck@.service.xml index f4d2dc1341a..e1b6e914e8c 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.