X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..HEAD:/osfmk/man/host_kernel_version.html diff --git a/osfmk/man/host_kernel_version.html b/osfmk/man/host_kernel_version.html old mode 100755 new mode 100644 index 00d7f9e46..cd8ad1607 --- a/osfmk/man/host_kernel_version.html +++ b/osfmk/man/host_kernel_version.html @@ -1 +1,41 @@ -
Function - Return kernel version information for a host.
kern_return_t host_kernel_version (host_t host, kernel_version_t version);
The host_kernel_version function returns the version
string compiled into the
kernel executing on host at the time it was built. This describes
the version of the kernel. The constant KERNEL_VERSION_MAX (in
\*L
Only generic errors apply.
Functions:
host_info.
\ No newline at end of file
+
+Function - Return kernel version information for a host.
+
+
+
+The host_kernel_version function returns the version
+string compiled into the
+kernel executing on host at the time it was built. This describes
+the version of the kernel. The constant KERNEL_VERSION_MAX (in
+\*L
+Only generic errors apply.
+
+Functions:
+host_info.
RETURN VALUES
RELATED INFORMATION
host_kernel_version
+
+SYNOPSIS
+
+kern_return_t host_kernel_version
+ (host_t host,
+ kernel_version_t version);
+
+PARAMETERS
+
+
+DESCRIPTION
+RETURN VALUES
+RELATED INFORMATION
+