From d2acdcc6463cde22fcb5c9cf472126b6b0cdac9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 13 Feb 2019 10:49:47 +0100 Subject: [PATCH] man: move all config file options to one section We had "SYSTEM MANAGER DIRECTIVES" which was a misnomer already, because it also listed user manager stuff. Let's make this a more general section and move the items for other services there too (from "MISCELANENOUS"). --- man/coredump.conf.xml | 2 +- man/journal-remote.conf.xml | 2 +- man/journal-upload.conf.xml | 2 +- man/journald.conf.xml | 2 +- man/logind.conf.xml | 2 +- man/systemd-sleep.conf.xml | 2 +- man/systemd-system.conf.xml | 2 +- man/udev.conf.xml | 2 +- tools/make-directive-index.py | 6 +++--- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/man/coredump.conf.xml b/man/coredump.conf.xml index ee3c1b6919..4ccc174bbc 100644 --- a/man/coredump.conf.xml +++ b/man/coredump.conf.xml @@ -54,7 +54,7 @@ All options are configured in the [Coredump] section: - + Storage= diff --git a/man/journal-remote.conf.xml b/man/journal-remote.conf.xml index acc1817cd8..8fa557c0ba 100644 --- a/man/journal-remote.conf.xml +++ b/man/journal-remote.conf.xml @@ -51,7 +51,7 @@ All options are configured in the [Remote] section: - + Seal= diff --git a/man/journal-upload.conf.xml b/man/journal-upload.conf.xml index c3bfa47950..3dda3019b5 100644 --- a/man/journal-upload.conf.xml +++ b/man/journal-upload.conf.xml @@ -48,7 +48,7 @@ All options are configured in the [Upload] section: - + URL= diff --git a/man/journald.conf.xml b/man/journald.conf.xml index a44b0e84ed..2791678a4f 100644 --- a/man/journald.conf.xml +++ b/man/journald.conf.xml @@ -50,7 +50,7 @@ All options are configured in the [Journal] section: - + Storage= diff --git a/man/logind.conf.xml b/man/logind.conf.xml index a407858957..ac8032ab4d 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -51,7 +51,7 @@ All options are configured in the [Login] section: - + NAutoVTs= diff --git a/man/systemd-sleep.conf.xml b/man/systemd-sleep.conf.xml index 96e6d5e452..af61947c5c 100644 --- a/man/systemd-sleep.conf.xml +++ b/man/systemd-sleep.conf.xml @@ -112,7 +112,7 @@ /etc/systemd/sleep.conf or a sleep.conf.d file: - + AllowSuspend= AllowHibernation= diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index 73458fd5c7..27242b3a56 100644 --- a/man/systemd-system.conf.xml +++ b/man/systemd-system.conf.xml @@ -63,7 +63,7 @@ All options are configured in the [Manager] section: - + LogLevel= diff --git a/man/udev.conf.xml b/man/udev.conf.xml index 23a4595fa9..d1878f8c6f 100644 --- a/man/udev.conf.xml +++ b/man/udev.conf.xml @@ -40,7 +40,7 @@ ignored. The following variables can be set: - + udev_log= diff --git a/tools/make-directive-index.py b/tools/make-directive-index.py index 9e4fe66b75..3202d48e9a 100755 --- a/tools/make-directive-index.py +++ b/tools/make-directive-index.py @@ -98,12 +98,12 @@ TEMPLATE = '''\ - System manager directives + Program configuration options Directives for configuring the behaviour of the - systemd process. + systemd process and other tools through configuration files. - +