- protocol/booter: bits4 handshake, proc surfaces, boot policy v4, telemetry v4 - coreutils: nohup + ensure-man-pages; seed-man-pages fixes for extra pages - kernel-runner: no static node:module (Pear); bare-module createRequire - docs: handbook, reference, ADR, compatibility matrix, verify scripts
22 lines
462 B
JSON
22 lines
462 B
JSON
{
|
|
"name": "false",
|
|
"section": 1,
|
|
"title": "return false value",
|
|
"synopsis": [
|
|
"false [OPTION]... [OPERAND]..."
|
|
],
|
|
"description": "Bare OS implementation of return false value. Full behavior is defined in packages/bare-os-coreutils/src/false.js.",
|
|
"options": [],
|
|
"keywords": [
|
|
"false",
|
|
"bare-os",
|
|
"coreutils"
|
|
],
|
|
"examples": [
|
|
{
|
|
"caption": "force failure in pipeline tests",
|
|
"code": "false; echo $?"
|
|
}
|
|
]
|
|
}
|