Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
system_identstr(3)		  Arcan Lua API 	      system_identstr(3)

NAME
     system_identstr  -  Retrieve  a string that identifies key subsystem compo-
     nents.

SYNOPSIS
     identstr
     system_identstr()

DESCRIPTION
     There are numerous combinations of graphics cards, library  implementations
     etc.  that  can  contribute  to  unwanted	behaviors.  To assist with trou-
     bleshooting, this function generates a non-sensitive (not divulging  enough
     data to be usable to track, identify or profile a user) string that can as-
     sist in debugging efforts.

EXAMPLE
     function system_identstr0()
	   print( system_identstr() );
     end

SEE ALSO:
system				   August 2026		      system_identstr(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=system_identstr&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help