FreeBSD Manual Pages
target_configurations(3) Arcan Lua API target_configurations(3) NAME target_configurations - List all configurations associated with a tar- get SYNOPSIS configlist, tag target_configurations( targetname ) EXAMPLE function target_configurations0() for k, v in pairs(list_targets()) do print(string.format("target ( %s ) configurations : :", v)); for l, m in pairs(target_configurations(v)) do print("" .. m); end print("0); end end MISUSE function target_configurations0() target_configurations(list_targets()); end SEE ALSO: database April 2025 target_configurations(3)
NAME | SYNOPSIS | EXAMPLE | MISUSE | SEE ALSO:
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=target_configurations&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>