chiark / gitweb /
man: fix a typo
[elogind.git] / Makefile-man.am
index 602c90abf62b4bfa90a2c465992789a590324569..fca842daaae785a75ad0577315f2d960d8a006e7 100644 (file)
@@ -3,6 +3,7 @@
 
 MANPAGES += \
        man/bootup.7 \
+       man/busctl.1 \
        man/daemon.7 \
        man/halt.8 \
        man/hostname.5 \
@@ -25,6 +26,7 @@ MANPAGES += \
        man/sd_bus_error.3 \
        man/sd_bus_label_escape.3 \
        man/sd_bus_message_get_cookie.3 \
+       man/sd_bus_message_get_monotonic_usec.3 \
        man/sd_bus_new.3 \
        man/sd_bus_open_user.3 \
        man/sd_bus_request_name.3 \
@@ -179,7 +181,9 @@ MANPAGES_ALIAS += \
        man/sd_bus_error_set_errno.3 \
        man/sd_bus_error_set_errnof.3 \
        man/sd_bus_label_unescape.3 \
+       man/sd_bus_message_get_realtime_usec.3 \
        man/sd_bus_message_get_reply_cookie.3 \
+       man/sd_bus_message_get_seqnum.3 \
        man/sd_bus_open_system.3 \
        man/sd_bus_open_system_container.3 \
        man/sd_bus_open_system_remote.3 \
@@ -326,7 +330,9 @@ man/sd_bus_error_set_const.3: man/sd_bus_error.3
 man/sd_bus_error_set_errno.3: man/sd_bus_error.3
 man/sd_bus_error_set_errnof.3: man/sd_bus_error.3
 man/sd_bus_label_unescape.3: man/sd_bus_label_escape.3
+man/sd_bus_message_get_realtime_usec.3: man/sd_bus_message_get_monotonic_usec.3
 man/sd_bus_message_get_reply_cookie.3: man/sd_bus_message_get_cookie.3
+man/sd_bus_message_get_seqnum.3: man/sd_bus_message_get_monotonic_usec.3
 man/sd_bus_open_system.3: man/sd_bus_open_user.3
 man/sd_bus_open_system_container.3: man/sd_bus_open_user.3
 man/sd_bus_open_system_remote.3: man/sd_bus_open_user.3
@@ -605,9 +611,15 @@ man/sd_bus_error_set_errnof.html: man/sd_bus_error.html
 man/sd_bus_label_unescape.html: man/sd_bus_label_escape.html
        $(html-alias)
 
+man/sd_bus_message_get_realtime_usec.html: man/sd_bus_message_get_monotonic_usec.html
+       $(html-alias)
+
 man/sd_bus_message_get_reply_cookie.html: man/sd_bus_message_get_cookie.html
        $(html-alias)
 
+man/sd_bus_message_get_seqnum.html: man/sd_bus_message_get_monotonic_usec.html
+       $(html-alias)
+
 man/sd_bus_open_system.html: man/sd_bus_open_user.html
        $(html-alias)
 
@@ -1305,6 +1317,7 @@ EXTRA_DIST += \
        man/bootchart.conf.xml \
        man/bootctl.xml \
        man/bootup.xml \
+       man/busctl.xml \
        man/crypttab.xml \
        man/daemon.xml \
        man/halt.xml \
@@ -1338,6 +1351,7 @@ EXTRA_DIST += \
        man/sd_bus_error.xml \
        man/sd_bus_label_escape.xml \
        man/sd_bus_message_get_cookie.xml \
+       man/sd_bus_message_get_monotonic_usec.xml \
        man/sd_bus_new.xml \
        man/sd_bus_open_user.xml \
        man/sd_bus_request_name.xml \