diff options
author | Michael Biebl <biebl@debian.org> | 2022-06-28 12:00:47 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2022-06-28 13:10:05 +0200 |
commit | 41d6f3bf4d6de680a2d7b735690d655bc2f00944 (patch) | |
tree | 200374d267d2461a82330deff03ec6a4f1d8cd71 /man/sd_bus_error.xml | |
parent | github: add more components to RFE issue template (diff) | |
download | systemd-41d6f3bf4d6de680a2d7b735690d655bc2f00944.tar.xz systemd-41d6f3bf4d6de680a2d7b735690d655bc2f00944.zip |
Use https for freedesktop.org
grep -l -r http:// | xargs sed -E -i s'#http://(.*).freedesktop.org#https://\1.freedesktop.org#'
Diffstat (limited to 'man/sd_bus_error.xml')
-rw-r--r-- | man/sd_bus_error.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_bus_error.xml b/man/sd_bus_error.xml index f4d0fea2e6..d8f3317e29 100644 --- a/man/sd_bus_error.xml +++ b/man/sd_bus_error.xml @@ -153,7 +153,7 @@ <itemizedlist> <listitem><para>The <structfield>name</structfield> field contains a short identifier of an error. It should follow the rules for error names described in the D-Bus specification, subsection <ulink - url="http://dbus.freedesktop.org/doc/dbus-specification.html#message-protocol-names">Valid + url="https://dbus.freedesktop.org/doc/dbus-specification.html#message-protocol-names">Valid Names</ulink>. A number of common, standardized error names are described in <citerefentry><refentrytitle>sd-bus-errors</refentrytitle><manvolnum>3</manvolnum></citerefentry>, but additional domain-specific errors may be defined by applications.</para></listitem> |