From fede54a737e5600829dc8fb35f62dfb221afb61c Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Wed, 14 Jul 2021 11:01:02 +0200 Subject: [PATCH] docs: containers-registries.conf.5.md Drop "along as mentioned above" in the description of wildcards. Signed-off-by: Valentin Rothberg --- docs/containers-registries.conf.5.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/containers-registries.conf.5.md b/docs/containers-registries.conf.5.md index f456fafca6..a10c819bf8 100644 --- a/docs/containers-registries.conf.5.md +++ b/docs/containers-registries.conf.5.md @@ -39,8 +39,8 @@ Given an image name, a single `[[registry]]` TOML table is chosen based on its ` The user-specified image name must start with the specified `prefix` (and continue with the appropriate separator) for a particular `[[registry]]` TOML table to be considered; (only) the TOML table with the longest match is used. It can -also include wildcarded subdomains in the format `*.example.com` along as mentioned -above. The wildcard should only be present at the beginning as shown in the formats +also include wildcarded subdomains in the format `*.example.com`. +The wildcard should only be present at the beginning as shown in the formats above. Other cases will not work. For example, `*.example.com` is valid but `example.*.com`, `*.example.com/foo` and `*.example.com:5000/foo/bar:baz` are not.