From 817dcbe7a614ad3dde7b4a3c47e5727bfbcef6b9 Mon Sep 17 00:00:00 2001 From: James Muir Date: Mon, 12 Aug 2024 21:53:24 -0400 Subject: [PATCH] man/systemd-sysusers, man/systemd-tmpfiles: fix sentence fragments add "are executed" so that those two sentences have a verb. (cherry picked from commit c5903cde63bb21a37c3e841c160d1fa060ccf7f2) --- man/systemd-sysusers.xml | 18 +++++++++--------- man/systemd-tmpfiles.xml | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/man/systemd-sysusers.xml b/man/systemd-sysusers.xml index 895422779d..8ace9a8048 100644 --- a/man/systemd-sysusers.xml +++ b/man/systemd-sysusers.xml @@ -42,15 +42,15 @@ If invoked with no arguments, directives from the configuration files found in the directories specified by - sysusers.d5. When - invoked with positional arguments, if option - is specified, arguments specified on the command line are used instead of the configuration file - PATH. Otherwise, just the configuration specified by the command line - arguments is executed. If the string - is specified instead of a filename, the - configuration is read from standard input. If the argument is a file name (without any slashes), all - configuration directories are searched for a matching file and the file found that has the highest - priority is executed. If the argument is a path, that file is used directly without searching the - configuration directories for any other matching file. + sysusers.d5 are + executed. When invoked with positional arguments, if option + is specified, arguments specified on the + command line are used instead of the configuration file PATH. Otherwise, just + the configuration specified by the command line arguments is executed. If the string - + is specified instead of a filename, the configuration is read from standard input. If the argument is a + file name (without any slashes), all configuration directories are searched for a matching file and the + file found that has the highest priority is executed. If the argument is a path, that file is used + directly without searching the configuration directories for any other matching file. diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml index e744a4c056..923503ed0e 100644 --- a/man/systemd-tmpfiles.xml +++ b/man/systemd-tmpfiles.xml @@ -65,15 +65,15 @@ If invoked with no arguments, directives from the configuration files found in the directories specified by - tmpfiles.d5. When - invoked with positional arguments, if option - is specified, arguments specified on the command line are used instead of the configuration file - PATH. Otherwise, just the configuration specified by the command line - arguments is executed. If the string - is specified instead of a filename, the - configuration is read from standard input. If the argument is a file name (without any slashes), all - configuration directories are searched for a matching file and the file found that has the highest - priority is executed. If the argument is a path, that file is used directly without searching the - configuration directories for any other matching file. + tmpfiles.d5 are + executed. When invoked with positional arguments, if option + is specified, arguments specified on the + command line are used instead of the configuration file PATH. Otherwise, just + the configuration specified by the command line arguments is executed. If the string - + is specified instead of a filename, the configuration is read from standard input. If the argument is a + file name (without any slashes), all configuration directories are searched for a matching file and the + file found that has the highest priority is executed. If the argument is a path, that file is used + directly without searching the configuration directories for any other matching file. System services (systemd-tmpfiles-setup.service, systemd-tmpfiles-setup-dev-early.service, -- 2.25.1