summaryrefslogtreecommitdiff
path: root/man/rules
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-06-13 10:10:30 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-06-30 10:35:27 +0200
commit4e116dd4fcd2a28d46cd98e6dced07e1ac9cfdb5 (patch)
tree9b07559e7a3c77d6152844dc6ac8037d721fcbf2 /man/rules
parentfc69fab5ec8879acc771f9cfd6f90670c43773ec (diff)
downloadsystemd-4e116dd4fcd2a28d46cd98e6dced07e1ac9cfdb5.tar.gz
meson: update man-generation rules for sd_hwdb_new_from_path
Forgotten in 60f0ba75569312825ff14680d05a4b4f95842951.
Diffstat (limited to 'man/rules')
-rw-r--r--man/rules/meson.build5
1 files changed, 4 insertions, 1 deletions
diff --git a/man/rules/meson.build b/man/rules/meson.build
index 55376c0ecc..e7fe10dceb 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',