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

FreeBSD Manual Pages

  
 
  

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

NAME
     target_geohint - Hint desired contents locale.

SYNOPSIS
     nil
     target_geohint(  vid:tgt,	number:latitude, number:longitude, number:eleva-
     tion, string:country, string:spoken, string:written, number:timezone )

DESCRIPTION
     In order for clients to properly generate contents  that  depends	on  user
     preferences when it comes to output and input languages as well as geoloca-
     tion, it needs to be told what those are. The latitude  and longitude  val-
     ues,  elevation	is  in	meters.  The  country	 is specified in the ISO
     -3166-1-alpha3 format and a length ~= 3 is a terminal state transition. The
     spoken  and written  language is in ISO -639-2-alpha 3 code, and  a  length
     ~=  3 is a terminal state transition. The timezone  is expressed as an off-
     set from GMT .

NOTES
     1	    Using a vid for tgt  that is not connected to  a  frameserver  is  a
	    terminal state transition.

SEE ALSO:
targetcontrol			   August 2026		       target_geohint(3)

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

home | help