|
NAMEsystem_identstr - Retrieve a string that identifies key subsystem components.SYNOPSISidentstrsystem_identstr() DESCRIPTIONThere are numerous combinations of graphics cards, library implementations 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.EXAMPLEfunction system_identstr0() print( system_identstr() ); end SEE ALSO:
Visit the GSP FreeBSD Man Page Interface. |