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 com-
       ponents.

SYNOPSIS
       identstr
       system_identstr()

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

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

SEE ALSO:
system				  April	2025		    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+14.3.quarterly>

home | help