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 ee3c1b69193..4ccc174bbc7 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 acc1817cd8b..8fa557c0ba0 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 c3bfa479500..3dda3019b55 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 a44b0e84ed7..2791678a4f9 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 a4078589578..ac8032ab4dc 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 96e6d5e4523..af61947c5ca 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 73458fd5c7a..27242b3a569 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 23a4595fa9b..d1878f8c6f6 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 9e4fe66b75c..3202d48e9a4 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. - +