25 lines
523 B
JSON
25 lines
523 B
JSON
{
|
|
"name": "getconf",
|
|
"section": 1,
|
|
"title": "get configuration values",
|
|
"synopsis": [
|
|
"getconf [OPTION]... [OPERAND]..."
|
|
],
|
|
"description": "Host sysconf-style values are not exposed. The command prints an error.",
|
|
"options": [],
|
|
"keywords": [
|
|
"getconf",
|
|
"bare-os",
|
|
"coreutils",
|
|
"stub"
|
|
],
|
|
"stub": true,
|
|
"bareOsNotes": "Stub only; no kernel sysconf surface.",
|
|
"examples": [
|
|
{
|
|
"caption": "stub",
|
|
"code": "# getconf PATH_MAX — not available on Bare OS"
|
|
}
|
|
]
|
|
}
|