X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/743b15655a24ee3fe9f458f383003e011db0558f..13fec9890cf095cc781fdf7b8917cb03bf32dd4c:/osfmk/man/host_set_time.html diff --git a/osfmk/man/host_set_time.html b/osfmk/man/host_set_time.html index cbe6cf580..45ad2019a 100755 --- a/osfmk/man/host_set_time.html +++ b/osfmk/man/host_set_time.html @@ -1 +1,37 @@ -
Function - Sets the time.
#include< mach/mach_host.h> kern_return_t host_set_time (host_priv_t host_priv, time_value_t new_time);
The host_set_time function establishes the time on the specified host.
Only generic errors apply.
Functions: host_adjust_time, host_get_time.
Data Structures: time_value. \ No newline at end of file +
+Function - Sets the time. +
+#include< mach/mach_host.h> + +kern_return_t host_set_time + (host_priv_t host_priv, + time_value_t new_time); ++
+
+
+The host_set_time function establishes the time on the specified host. +
+Only generic errors apply. +
+Functions: +host_adjust_time, +host_get_time. +
+Data Structures: +time_value.