From: Zbigniew Jędrzejewski-Szmek Date: Mon, 13 Jun 2022 08:10:30 +0000 (+0200) Subject: meson: update man-generation rules for sd_hwdb_new_from_path X-Git-Tag: v252-rc1~751^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e116dd4fcd2a28d46cd98e6dced07e1ac9cfdb5;p=thirdparty%2Fsystemd.git meson: update man-generation rules for sd_hwdb_new_from_path Forgotten in 60f0ba75569312825ff14680d05a4b4f95842951. --- diff --git a/man/rules/meson.build b/man/rules/meson.build index 55376c0ecc5..e7fe10dcebc 100644 --- a/man/rules/meson.build +++ b/man/rules/meson.build @@ -646,7 +646,10 @@ manpages = [ '3', ['SD_HWDB_FOREACH_PROPERTY', 'sd_hwdb_enumerate', 'sd_hwdb_seek'], ''], - ['sd_hwdb_new', '3', ['sd_hwdb_ref', 'sd_hwdb_unref'], ''], + ['sd_hwdb_new', + '3', + ['sd_hwdb_new_from_path', 'sd_hwdb_ref', 'sd_hwdb_unref'], + ''], ['sd_id128_get_machine', '3', ['sd_id128_get_boot',