From: Lennart Poettering Date: Wed, 23 May 2012 02:11:29 +0000 (+0200) Subject: man: properly document FsckPassNo= for mount units X-Git-Tag: v183~22 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsystemd.git;a=commitdiff_plain;h=66b1a24790ccc3c60509e6f94890ed8c20a2fe9e man: properly document FsckPassNo= for mount units --- diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index ddaa3ce744f..a1cc9dbf8da 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -257,6 +257,18 @@ value. Defaults to "yes". + + + FsckPassNo= + + The pass number for + the file system checking service for + this mount. See + systemd.service5 + for more information on this setting. + + + @@ -267,6 +279,7 @@ systemctl8, systemd.unit5, systemd.exec5, + systemd.service5, systemd.device5, mount8 diff --git a/man/systemd.service.xml b/man/systemd.service.xml index d5633dc3290..11f98c34d65 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -835,15 +835,6 @@ . - - FsckPassNo= - - If this is an file - system checking service specify the - pass number. This should not be used - for normal services. - - diff --git a/src/core/load-fragment-gperf.gperf.m4 b/src/core/load-fragment-gperf.gperf.m4 index 901c20e78e8..ea502bd288a 100644 --- a/src/core/load-fragment-gperf.gperf.m4 +++ b/src/core/load-fragment-gperf.gperf.m4 @@ -201,7 +201,7 @@ Mount.What, config_parse_string, 0, Mount.Where, config_parse_path, 0, offsetof(Mount, where) Mount.Options, config_parse_string, 0, offsetof(Mount, parameters_fragment.options) Mount.Type, config_parse_string, 0, offsetof(Mount, parameters_fragment.fstype) -Mount.FsckPassNo, config_parse_int, 0, offsetof(Mount, parameters_fragment.passno) +Mount.FsckPassNo, config_parse_fsck_passno, 0, offsetof(Mount, parameters_fragment.passno) Mount.TimeoutSec, config_parse_usec, 0, offsetof(Mount, timeout_usec) Mount.DirectoryMode, config_parse_mode, 0, offsetof(Mount, directory_mode) EXEC_CONTEXT_CONFIG_ITEMS(Mount)m4_dnl