Some minor notes on manual chapter 4 "Shell Builtin Commands"

2023-10-08 Thread Martin Schulte
Hello, I took a closer look on the online manual chapter 4 "Shell Builtin Commands" and found some inconsistencies: - true and false seem to be missing (in 4.1 Bourne Shell Builtins). The following has been tested with bash 5.2.15: - 3.7.5 Exit Status says: "All builtins return an exit status

Re: Some minor notes on manual chapter 4 "Shell Builtin Commands"

2023-10-08 Thread Kerin Millar
On Mon, 9 Oct 2023 01:16:41 +0200 Martin Schulte wrote: > Hello, > > I took a closer look on the online manual chapter 4 "Shell Builtin Commands" > and found some inconsistencies: > > - true and false seem to be missing (in 4.1 Bourne Shell Builtins). > > The following has been tested with ba