From 66b1a24790ccc3c60509e6f94890ed8c20a2fe9e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 23 May 2012 04:11:29 +0200 Subject: [PATCH] man: properly document FsckPassNo= for mount units --- man/systemd.mount.xml | 13 +++++++++++++ man/systemd.service.xml | 9 --------- src/core/load-fragment-gperf.gperf.m4 | 2 +- 3 files changed, 14 insertions(+), 10 deletions(-) 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 -- 2.39.2