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.
This commit is contained in:
Brian J. Murrell 2018-04-07 11:12:26 -04:00 committed by Zbigniew Jędrzejewski-Szmek
parent b834c6cee5
commit 598749a8c9
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
<para><filename>systemd-fsck</filename> does not know any details
about specific filesystems, and simply executes file system
checkers specific to each filesystem type
(<filename>/sbin/fsck.*</filename>). This helper will decide if
(<filename>/sbin/fsck.*</filename>). These checkers will decide if
the filesystem should actually be checked based on the time since
last check, number of mounts, unclean unmount, etc.</para>