diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-06-30 09:27:16 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-06-30 18:41:17 -0400 |
commit | 63b03c0b2889dd490b3511f12f00268c154a655c (patch) | |
tree | 1fb83827cd443079b38f948e2bea4fd3d8e7c562 /tools/make-directive-index.py | |
parent | a17f2dc15b84c158a13968b4dbef92ae4f45c572 (diff) |
man: mention that x-systemd.device-timeout is only for fstab
Reformat fstab options description. Now they are easier to read and
show up in systemd.directives(7).
Use a single sublist for both /etc/fstab and /etc/crypttab options.
Many of them can be used in both places. crypttab(5) is updated to use
the same docbook elements, so formatting is uniform.
Diffstat (limited to 'tools/make-directive-index.py')
-rwxr-xr-x | tools/make-directive-index.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/make-directive-index.py b/tools/make-directive-index.py index 2ff304fddc..5c80a7b9e6 100755 --- a/tools/make-directive-index.py +++ b/tools/make-directive-index.py @@ -113,12 +113,13 @@ TEMPLATE = '''\ </refsect1> <refsect1> - <title>crypttab options</title> + <title><filename>/etc/crypttab</filename> and + <filename>/etc/fstab</filename> options</title> <para>Options which influence mounted filesystems and encrypted volumes.</para> - <variablelist id='crypttab-options' /> + <variablelist id='fstab-options' /> </refsect1> <refsect1> |