[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Bug#742006: [bash] Incomplete grammar in manual page (compound commands)
From: |
Filipus Klutiero |
Subject: |
Bug#742006: [bash] Incomplete grammar in manual page (compound commands) |
Date: |
Tue, 18 Mar 2014 02:23:54 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux i686 on x86_64; rv:17.0) Gecko/20131103 Icedove/17.0.10 |
Package: bash
Version: 4.3-2
Severity: normal
Tags: upstream
X-Debbugs-Cc: address@hidden
According to the section Compound Commands of the manual page, a compound
command is one of 11 forms listed. However, as explained in the ALIASES
section, a function definition ( function name [()] compound-command
[redirection] ) is also a compound command.
Multiple other forms of compound commands are not documented, for example { if
true; then echo x; fi }.
--
Filipus Klutiero
http://www.philippecloutier.com
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Bug#742006: [bash] Incomplete grammar in manual page (compound commands),
Filipus Klutiero <=