[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Typo in documentation
From: |
Jonathan Simozar |
Subject: |
Typo in documentation |
Date: |
Fri, 3 May 2019 15:42:06 -0700 |
Hello,
On the page
http://www.gnu.org/software/bash/manual/html_node/Shell-Parameter-Expansion.html,
in the section *${parameter%%word}*, there is a duplicate phrase in the
sentence
"If the pattern matches If the pattern matches a trailing portion of the
expanded value of parameter, then the result of the expansion is the value
of parameter with the shortest matching pattern (the ‘%’ case) or the
longest matching pattern (the ‘%%’ case) deleted. "
- Typo in documentation,
Jonathan Simozar <=