diff mbox series

[v2,4/3] man: document false built-in

Message ID 20221215205119.sihav7onr3l77el4@tarta.nabijaczleweli.xyz (mailing list archive)
State Accepted
Delegated to: Herbert Xu
Headers show
Series [v2,1/3] man: document jobs builtin | expand

Commit Message

Ahelenia ZiemiaƄska Dec. 15, 2022, 8:51 p.m. UTC
Only true was documented, add false just below it
(out of order, but so is true, and the grouping makes much more sense).
---
 src/dash.1 | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/src/dash.1 b/src/dash.1
index 514fcfe..f06efb6 100644
--- a/src/dash.1
+++ b/src/dash.1
@@ -1095,6 +1095,8 @@  etc).
 .It :
 .It true
 A null command that returns a 0 (true) exit value.
+.It false
+A null command that returns a 1 (false) exit value.
 .It \&. file
 The commands in the specified file are read and executed by the shell.
 .It alias Op Ar name Ns Op Ar "=string ..."