X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..HEAD:/osfmk/man/host_get_time.html?ds=sidebyside diff --git a/osfmk/man/host_get_time.html b/osfmk/man/host_get_time.html old mode 100755 new mode 100644 index 27002bf51..efd1840c1 --- a/osfmk/man/host_get_time.html +++ b/osfmk/man/host_get_time.html @@ -1 +1,38 @@ -
Function - Return the current time.
#include< mach/mach_host.h> kern_return_t host_get_time (host_t host, time_value_t current_time);
The host_get_time function returns the current time as seen by that host.
Only generic errors apply.
Functions: host_adjust_time, host_set_time.
Data Structures: time_value. \ No newline at end of file +
+Function - Return the current time. +
+#include< mach/mach_host.h> + +kern_return_t host_get_time + (host_t host, + time_value_t current_time); ++
+
+
+The host_get_time function returns the current time +as seen by that host. +
+Only generic errors apply. +
+Functions: +host_adjust_time, +host_set_time. +
+Data Structures: +time_value.