-<h2>host_get_time</h2>\r<hr>\r<p>\r<strong>Function</strong> - Return the current time.\r<h3>SYNOPSIS</h3>\r<pre>\r<strong>#include< mach/mach_host.h></strong>\r\r<strong>kern_return_t host_get_time</strong>\r <strong>(host_t</strong> <var>host</var>,\r <strong>time_value_t</strong> <var>current_time</var><strong>);</strong>\r</pre>\r<h3>PARAMETERS</h3>\r<dl>\r<p>\r<dt> <var>host</var>\r<dd>\r[in host-name port] The name port the host for which the time is to be set.\r<p>\r<dt> <var>current_time</var>\r<dd>\r[out structure] Returned time value.\r</dl>\r<h3>DESCRIPTION</h3>\r<p>\rThe <strong>host_get_time</strong> function returns the current time\ras seen by that <var>host</var>.\r<h3>RETURN VALUES</h3>\r<p>\rOnly generic errors apply.\r<h3>RELATED INFORMATION</h3>\r<p>\rFunctions:\r<a href="host_adjust_time.html"><strong>host_adjust_time</strong></a>,\r<a href="host_set_time.html"><strong>host_set_time</strong></a>.\r<p>\rData Structures:\rtime_value.\r
\ No newline at end of file
+<h2>host_get_time</h2>
+<hr>
+<p>
+<strong>Function</strong> - Return the current time.
+<h3>SYNOPSIS</h3>
+<pre>
+<strong>#include< mach/mach_host.h></strong>
+
+<strong>kern_return_t host_get_time</strong>
+ <strong>(host_t</strong> <var>host</var>,
+ <strong>time_value_t</strong> <var>current_time</var><strong>);</strong>
+</pre>
+<h3>PARAMETERS</h3>
+<dl>
+<p>
+<dt> <var>host</var>
+<dd>
+[in host-name port] The name port the host for which the time is to be set.
+<p>
+<dt> <var>current_time</var>
+<dd>
+[out structure] Returned time value.
+</dl>
+<h3>DESCRIPTION</h3>
+<p>
+The <strong>host_get_time</strong> function returns the current time
+as seen by that <var>host</var>.
+<h3>RETURN VALUES</h3>
+<p>
+Only generic errors apply.
+<h3>RELATED INFORMATION</h3>
+<p>
+Functions:
+<a href="host_adjust_time.html"><strong>host_adjust_time</strong></a>,
+<a href="host_set_time.html"><strong>host_set_time</strong></a>.
+<p>
+Data Structures:
+time_value.