diff options
Diffstat (limited to 'man/sysupdate.d.xml')
-rw-r--r-- | man/sysupdate.d.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sysupdate.d.xml b/man/sysupdate.d.xml index 5c9a7428ba..f9ad7cb64a 100644 --- a/man/sysupdate.d.xml +++ b/man/sysupdate.d.xml @@ -617,7 +617,7 @@ optional.</para> <para>If the source type is <constant>regular-file</constant> or <constant>directory</constant>, the - pattern may contain slash characters. In this case it will match the file or directory in + pattern may contain slash characters. In this case, it will match the file or directory in corresponding subdirectory. For example <literal>MatchPattern=foo_@v/bar.efi</literal> will match <literal>bar.efi</literal> in directory <literal>foo_1</literal>. </para> @@ -713,7 +713,7 @@ naming newly installed versions.</para> <para>If the target type is <constant>regular-file</constant> or <constant>directory</constant>, the - pattern may contain slash characters. In this case it will match the file or directory in + pattern may contain slash characters. In this case, it will match the file or directory in corresponding subdirectory. For example <literal>MatchPattern=foo_@v/bar.efi</literal> will match <literal>bar.efi</literal> in directory <literal>foo_1</literal>. Directories in the path will be created when file is installed. Empty directories will be removed when file is removed.</para> |