From 41d6f3bf4d6de680a2d7b735690d655bc2f00944 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 28 Jun 2022 12:00:47 +0200 Subject: Use https for freedesktop.org grep -l -r http:// | xargs sed -E -i s'#http://(.*).freedesktop.org#https://\1.freedesktop.org#' --- man/sd_bus_message_append_basic.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man/sd_bus_message_append_basic.xml') diff --git a/man/sd_bus_message_append_basic.xml b/man/sd_bus_message_append_basic.xml index aca4d1fe7a..3509095ea3 100644 --- a/man/sd_bus_message_append_basic.xml +++ b/man/sd_bus_message_append_basic.xml @@ -43,7 +43,7 @@ p is interpreted. type must be one of the basic types as defined by the Basic + url="https://dbus.freedesktop.org/doc/dbus-specification.html#basic-types">Basic Types section of the D-Bus specification, and listed in the table below. @@ -254,7 +254,7 @@ sd-bus3, sd_bus_message_read_basic3, sd_bus_message_append3, - The D-Bus specification + The D-Bus specification -- cgit v1.2.1