diff --git a/man/loader.conf.xml b/man/loader.conf.xml index ef0822deaa..3606de5704 100644 --- a/man/loader.conf.xml +++ b/man/loader.conf.xml @@ -114,9 +114,9 @@ Supported glob wildcard patterns are ?, *, and […] (including ranges). Note that these patterns use the same syntax as - glob7, but do not - support all features. In particular, set negation and named character classes are not supported. The - matching is done case-insensitively on the entry ID (as shown by bootctl + glob7, + but do not support all features. In particular, set negation and named character classes are not + supported. The matching is done case-insensitively on the entry ID (as shown by bootctl list). diff --git a/src/network/networkd-ndisc.c b/src/network/networkd-ndisc.c index 2b663e57cc..f66745a4ff 100644 --- a/src/network/networkd-ndisc.c +++ b/src/network/networkd-ndisc.c @@ -527,7 +527,7 @@ static int ndisc_router_process_onlink_prefix(Link *link, sd_ndisc_router *rt) { r = ndisc_request_route(TAKE_PTR(route), link, rt); if (r < 0) - return log_link_error_errno(link, r, "Could not request prefix route: %m");; + return log_link_error_errno(link, r, "Could not request prefix route: %m"); return 0; } diff --git a/src/network/networkd-sysctl.c b/src/network/networkd-sysctl.c index 68d55ed84d..894e608815 100644 --- a/src/network/networkd-sysctl.c +++ b/src/network/networkd-sysctl.c @@ -256,7 +256,7 @@ int link_set_sysctl(Link *link) { r = link_set_ipv6_forward(link); if (r < 0) - log_link_warning_errno(link, r, "Cannot configure IPv6 packet forwarding, ignoring: %m");; + log_link_warning_errno(link, r, "Cannot configure IPv6 packet forwarding, ignoring: %m"); r = link_set_ipv6_privacy_extensions(link); if (r < 0) diff --git a/src/udev/udev-rules.c b/src/udev/udev-rules.c index 753ebb015d..b977338c38 100644 --- a/src/udev/udev-rules.c +++ b/src/udev/udev-rules.c @@ -2126,7 +2126,7 @@ static int udev_rule_apply_token_to_event( if (r == -ENOMEM) return log_oom(); if (r < 0) - return log_rule_error_errno(dev, rules, r, "Failed to store SECLABEL{%s}='%s': %m", name, label);; + return log_rule_error_errno(dev, rules, r, "Failed to store SECLABEL{%s}='%s': %m", name, label); log_rule_debug(dev, rules, "SECLABEL{%s}='%s'", name, label); diff --git a/test/fuzz/fuzz-dhcp-server-relay/7d924e16295cd14e12a01a5631ea94a3d11d1b52 b/test/fuzz/fuzz-dhcp-server-relay/sample1 similarity index 100% rename from test/fuzz/fuzz-dhcp-server-relay/7d924e16295cd14e12a01a5631ea94a3d11d1b52 rename to test/fuzz/fuzz-dhcp-server-relay/sample1 diff --git a/test/fuzz/fuzz-dhcp-server-relay/fe4344e65d495388540dc1bf8eae70c46f8b867c b/test/fuzz/fuzz-dhcp-server-relay/sample2 similarity index 100% rename from test/fuzz/fuzz-dhcp-server-relay/fe4344e65d495388540dc1bf8eae70c46f8b867c rename to test/fuzz/fuzz-dhcp-server-relay/sample2 diff --git a/test/fuzz/fuzz-dhcp-server/crash-64c861ad981838e509920e8538640ef46feaae66 b/test/fuzz/fuzz-dhcp-server/buffer-overflow-1 similarity index 100% rename from test/fuzz/fuzz-dhcp-server/crash-64c861ad981838e509920e8538640ef46feaae66 rename to test/fuzz/fuzz-dhcp-server/buffer-overflow-1 diff --git a/test/fuzz/fuzz-dhcp-server/crash-e13ccbc34d0fa5add0ee1eb69ed630dd2cdfb1ca b/test/fuzz/fuzz-dhcp-server/buffer-overflow-2 similarity index 100% rename from test/fuzz/fuzz-dhcp-server/crash-e13ccbc34d0fa5add0ee1eb69ed630dd2cdfb1ca rename to test/fuzz/fuzz-dhcp-server/buffer-overflow-2 diff --git a/test/fuzz/fuzz-dns-packet/crash-497be373856c321a8a7b06589df9b2ff2e0d866a b/test/fuzz/fuzz-dns-packet/crash-null similarity index 100% rename from test/fuzz/fuzz-dns-packet/crash-497be373856c321a8a7b06589df9b2ff2e0d866a rename to test/fuzz/fuzz-dns-packet/crash-null diff --git a/test/fuzz/fuzz-ndisc-rs/timeout-2815b773c712fa33bea62f541dfa3017c64ea2f1 b/test/fuzz/fuzz-ndisc-rs/infinite-loop-recv similarity index 100% rename from test/fuzz/fuzz-ndisc-rs/timeout-2815b773c712fa33bea62f541dfa3017c64ea2f1 rename to test/fuzz/fuzz-ndisc-rs/infinite-loop-recv diff --git a/test/fuzz/fuzz-ndisc-rs/timeout-61fff7fd1e5dcc07e1b656baab29065ce634ad5b b/test/fuzz/fuzz-ndisc-rs/infinite-loop-timeout similarity index 100% rename from test/fuzz/fuzz-ndisc-rs/timeout-61fff7fd1e5dcc07e1b656baab29065ce634ad5b rename to test/fuzz/fuzz-ndisc-rs/infinite-loop-timeout diff --git a/test/fuzz/fuzz-netdev-parser/25-bond-active-backup-slave.netdev b/test/fuzz/fuzz-netdev-parser/25-bond-backup.netdev similarity index 100% rename from test/fuzz/fuzz-netdev-parser/25-bond-active-backup-slave.netdev rename to test/fuzz/fuzz-netdev-parser/25-bond-backup.netdev diff --git a/test/fuzz/fuzz-netdev-parser/25-ipip-tunnel-independent.netdev b/test/fuzz/fuzz-netdev-parser/25-ipip-tunnel2.netdev similarity index 100% rename from test/fuzz/fuzz-netdev-parser/25-ipip-tunnel-independent.netdev rename to test/fuzz/fuzz-netdev-parser/25-ipip-tunnel2.netdev diff --git a/test/fuzz/fuzz-network-parser/dhcp-client-critical-connection b/test/fuzz/fuzz-network-parser/dhcp-critical-connection similarity index 100% rename from test/fuzz/fuzz-network-parser/dhcp-client-critical-connection rename to test/fuzz/fuzz-network-parser/dhcp-critical-connection diff --git a/test/fuzz/fuzz-nspawn-oci/crash-bffbd2085d4e95c47e9749b3f4a2dbc0580c20d3 b/test/fuzz/fuzz-nspawn-oci/double-free similarity index 100% rename from test/fuzz/fuzz-nspawn-oci/crash-bffbd2085d4e95c47e9749b3f4a2dbc0580c20d3 rename to test/fuzz/fuzz-nspawn-oci/double-free diff --git a/test/fuzz/fuzz-nspawn-oci/crash-db0595479ee2e625fa5419a821009b5eb4d809b7 b/test/fuzz/fuzz-nspawn-oci/no-mount-source similarity index 100% rename from test/fuzz/fuzz-nspawn-oci/crash-db0595479ee2e625fa5419a821009b5eb4d809b7 rename to test/fuzz/fuzz-nspawn-oci/no-mount-source diff --git a/test/fuzz/fuzz-varlink/timeout-d8a88bf4adea54537d21e3afb396e1a55c5b58bf b/test/fuzz/fuzz-varlink/timeout similarity index 100% rename from test/fuzz/fuzz-varlink/timeout-d8a88bf4adea54537d21e3afb396e1a55c5b58bf rename to test/fuzz/fuzz-varlink/timeout diff --git a/test/fuzz/fuzz-xdg-desktop/org.gnome.SettingsDaemon.Power.desktop b/test/fuzz/fuzz-xdg-desktop/SettingsDaemon.desktop similarity index 100% rename from test/fuzz/fuzz-xdg-desktop/org.gnome.SettingsDaemon.Power.desktop rename to test/fuzz/fuzz-xdg-desktop/SettingsDaemon.desktop