On 3/31/23 3:42 AM, Ikenna West wrote:
Hello, I was going looking through the Bash reference manual and I noticed that on page 55, when it lists the options for the cd command it is written as cd [-L|[-P [-e]] [-@] [directory]. However, when typing help cd into Bash it prints out

cd [-L | [-P [-e]] [-@]] [dir]

So it looks like the documentation is missing the last closing right bracket after the @ symbol.

Thanks for the report. The synopsis should read

cd [-L|[-P [-e]]] [-@] [dir]

--
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    c...@case.edu    http://tiswww.cwru.edu/~chet/


Reply via email to