[systemd-commits] man/sd_watchdog_enabled.xml

Lennart Poettering lennart at kemper.freedesktop.org
Fri Jun 27 10:51:58 PDT 2014


 man/sd_watchdog_enabled.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b1317b34f4cf93fdae91a3b5aee1039ce7cf80f5
Author: Lennart Poettering <lennart at poettering.net>
Date:   Fri Jun 27 19:51:14 2014 +0200

    man: fix sd_watchdog_enabled() prototype in man page
    
    https://bugs.freedesktop.org/show_bug.cgi?id=80597

diff --git a/man/sd_watchdog_enabled.xml b/man/sd_watchdog_enabled.xml
index 88d1e5b..4164027 100644
--- a/man/sd_watchdog_enabled.xml
+++ b/man/sd_watchdog_enabled.xml
@@ -55,7 +55,7 @@
                         <funcprototype>
                                 <funcdef>int <function>sd_watchdog_enabled</function></funcdef>
                                 <paramdef>int <parameter>unset_environment</parameter></paramdef>
-                                <paramdef>const uint64_t *<parameter>usec</parameter></paramdef>
+                                <paramdef>uint64_t *<parameter>usec</parameter></paramdef>
                         </funcprototype>
                 </funcsynopsis>
         </refsynopsisdiv>



More information about the systemd-commits mailing list