host-ident.texi 676 B

12345678910111213141516
  1. @node POSIX host OS and machine identification
  2. @section Host OS and machine identification
  3. @stindex posix-platform-names
  4. @deffn procedure host-name @returns{} string
  5. @deffnx procedure os-node-name @returns{} string
  6. @deffnx procedure os-release-name @returns{} string
  7. @deffnx procedure os-version-name @returns{} string
  8. @deffnx procedure machine-name @returns{} string
  9. These procedures return strings that are intended to identify various
  10. aspects of the current operating system and physical machine. POSIX
  11. does not specify the format of the strings. These procedures are
  12. provided by both the structure @code{posix-platform-names} and the
  13. structure @code{posix}.
  14. @end deffn