diff --git a/man/sysupdate.d.xml b/man/sysupdate.d.xml index 60685aa12f..ec0c57fc78 100644 --- a/man/sysupdate.d.xml +++ b/man/sysupdate.d.xml @@ -539,6 +539,11 @@ wildcard, so that a version identifier may be extracted from the filename. All other wildcards are optional. + If the source type is regular-file or directory, the + pattern may contain slash characters. In this case it will match the file or directory in + corresponding subdirectory. For example MatchPattern=foo_@v/bar.efi will match + bar.efi in directory foo_1. + @@ -619,6 +624,12 @@ of new versions to install. If multiple patterns are specified, the first specified is used for naming newly installed versions. + If the target type is regular-file or directory, the + pattern may contain slash characters. In this case it will match the file or directory in + corresponding subdirectory. For example MatchPattern=foo_@v/bar.efi will match + bar.efi in directory foo_1. Directories in the path will be + created when file is installed. Empty directories will be removed when file is removed. +