Re: bash built-ins `true' and `false' undocumented

2023-05-03 Thread Sebastian Carlos
I am writing to follow up on this old bug report about the lack of documentation for the bash built-ins 'true' and 'false'. I agree with the previous arguments on why these built-ins should be documented in 'info bash', and I would like to add two more reasons: - The commands 'true' and 'false' th

Re: bash built-ins `true' and `false' undocumented

2013-09-29 Thread Roland Winkler
On Sat Sep 28 2013 Mike Frysinger wrote: > on a GNU system, coreutils provides `true` and `false` as well as man & info > pages. i don't think having bash duplicate things would be useful in any way. The "NOTE" issued by $ /bin/true --help was one reason for me I looked into this. I assume

Re: bash built-ins `true' and `false' undocumented

2013-09-29 Thread Roland Winkler
On Fri Sep 27 2013 Chris Down wrote: > Well, they're directly part of the POSIX spec. I'm not sure there's a > need to reiterate absolutely everything that is already required by > POSIX. Well, the question is whether the info manual should provide a self-contained documentation or whether it shou

Re: bash built-ins `true' and `false' undocumented

2013-09-28 Thread Mike Frysinger
On Friday 27 September 2013 16:20:57 Chris Down wrote: > On 2013-09-27 20:19, Roland Winkler wrote: > > Yet I think that the info pages are supposed to provide the definitive > > information about GNU software. So I still believe that it would be > > useful to list these builtins in the info pages

Re: bash built-ins `true' and `false' undocumented

2013-09-27 Thread Chris Down
On 2013-09-27 20:19, Roland Winkler wrote: > Yet I think that the info pages are supposed to provide the definitive > information about GNU software. So I still believe that it would be > useful to list these builtins in the info pages, too. Certainly, > the info pages are more useful for getting

Re: bash built-ins `true' and `false' undocumented

2013-09-27 Thread Roland Winkler
On Fri Sep 27 2013 Greg Wooledge wrote: > $ help true > true: true > Return a successful result. > > Exit Status: > Always succeeds. > $ help false > false: false > Return an unsuccessful result. > > Exit Status: > Always fails. Thanks, I did not know that. Yet I

Re: bash built-ins `true' and `false' undocumented

2013-09-27 Thread Greg Wooledge
On Fri, Sep 27, 2013 at 03:50:09PM +0530, Roland Winkler wrote: > I guess there is not too much one can say about the bash built-ins > `true' and `false'. Nonetheless, I suggest that the info pages > should list these built-ins individually like other built-ins. > Currently, the only hint on their

bash built-ins `true' and `false' undocumented

2013-09-27 Thread Roland Winkler
I guess there is not too much one can say about the bash built-ins `true' and `false'. Nonetheless, I suggest that the info pages should list these built-ins individually like other built-ins. Currently, the only hint on their existence is buried in the info node on Shell Builtin Commands saying t