From cd12611a88b03d87aa6ca845a243a1c412acae07 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gabr=C3=ADel=20Arth=C3=BAr=20P=C3=A9tursson?= Date: Fri, 4 Jul 2025 16:42:50 +0000 Subject: [PATCH] man: Fix typo in name of sd_id128_to_uuid_string --- man/sd_id128_to_string.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/sd_id128_to_string.xml b/man/sd_id128_to_string.xml index b2f30305346..1d6301ec615 100644 --- a/man/sd_id128_to_string.xml +++ b/man/sd_id128_to_string.xml @@ -44,7 +44,7 @@ - char *sd_id128_uuid_string + char *sd_id128_to_uuid_string sd_id128_t id, char s[static SD_ID128_UUID_STRING_MAX] @@ -113,7 +113,7 @@ History sd_id128_to_string() and sd_id128_from_string() were added in version 187. - sd_id128_uuid_string() was added in version 251. + sd_id128_to_uuid_string() was added in version 251. -- 2.47.3