X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/743b15655a24ee3fe9f458f383003e011db0558f..13fec9890cf095cc781fdf7b8917cb03bf32dd4c:/osfmk/man/host_get_time.html diff --git a/osfmk/man/host_get_time.html b/osfmk/man/host_get_time.html index 27002bf51..efd1840c1 100755 --- 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.