diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-05-30 21:42:07 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-05-30 21:42:07 +0200 |
commit | c485d3ba094a0bf8d0165a4ba3eb5602cc21812a (patch) | |
tree | 856e3f6657b85594f625237d8c717b19af4de41c /man/systemd.mount.xml | |
parent | 6de0e0e500d9d534c6e4baab242fc2a146f021fa (diff) |
service: mark compat options as such
This moves FsckPassNo= and SysVStartPriority= into its own
"Compatibility Options" section in the man page to clarify that these
options are not useful for anything but establishing a limited amount of
compatibility.
Also stop exposing these options on the bus.
Diffstat (limited to 'man/systemd.mount.xml')
-rw-r--r-- | man/systemd.mount.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index a1cc9dbf8d..d733f81539 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -258,6 +258,18 @@ </para></listitem> </varlistentry> + </variablelist> + </refsect1> + + <refsect1> + <title>Compatibility Options</title> + + <para>The following option is also available in the + <literal>[Mount]</literal> section, but exists purely + for compatibility reasons and should not be used in + newly written mount files.</para> + + <variablelist> <varlistentry> <term><varname>FsckPassNo=</varname></term> @@ -268,7 +280,6 @@ for more information on this setting. </para></listitem> </varlistentry> - </variablelist> </refsect1> |