X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..39236c6e673c41db228275375ab7fdb0f837b292:/osfmk/man/host_adjust_time.html diff --git a/osfmk/man/host_adjust_time.html b/osfmk/man/host_adjust_time.html old mode 100755 new mode 100644 index 8912859af..32cbb9923 --- a/osfmk/man/host_adjust_time.html +++ b/osfmk/man/host_adjust_time.html @@ -1 +1,42 @@ -
Function - Gradually change the time.
#include< mach/mach_host.h> kern_return_t host_adjust_time (host_priv_t host_priv, time_value_t new_adjustment, time_value_t old_adjustment);
The host_adjust_time function arranges for the time on a specified host to be gradually changed by an adjustment value.
Only generic errors apply.
Functions: host_get_time, host_set_time.
Data Structures: time_value. \ No newline at end of file +
+Function - Gradually change the time. +
+#include< mach/mach_host.h> + +kern_return_t host_adjust_time + (host_priv_t host_priv, + time_value_t new_adjustment, + time_value_t old_adjustment); ++
+
+
+
+The host_adjust_time function arranges for the time on a specified host to be gradually changed by an adjustment value. +
+Only generic errors apply. +
+Functions: +host_get_time, +host_set_time. +
+Data Structures: +time_value.