Path: csiph.com!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail From: l@latitude.scarydevilmonastery.net Newsgroups: gnu.bash.bug Subject: bash man page lacks mention of case flipping Date: Fri, 02 Aug 2019 19:49:58 +0200 Lines: 24 Approved: bug-bash@gnu.org Message-ID: References: <1564768198.030106.13333.nullmailer@latitude.scarydevilmonastery.net> NNTP-Posting-Host: lists.gnu.org X-Trace: usenet.stanford.edu 1564770593 841 209.51.188.17 (2 Aug 2019 18:29:53 GMT) X-Complaints-To: action@cs.stanford.edu To: bug-bash@gnu.org Envelope-to: bug-bash@gnu.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 176.9.103.42 X-Mailman-Approved-At: Fri, 02 Aug 2019 14:29:50 -0400 X-BeenThere: bug-bash@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports for the GNU Bourne Again SHell List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <1564768198.030106.13333.nullmailer@latitude.scarydevilmonastery.net> Xref: csiph.com gnu.bash.bug:15289 Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -g -O2 -fdebug-prefix-map=/build/bash-2bxm7h/bash-5.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wno-parentheses -Wno-format-security uname output: Linux latitude 4.19.0-5-amd64 #1 SMP Debian 4.19.37-5 (2019-06-19) x86_64 GNU/Linux Machine Type: x86_64-pc-linux-gnu Bash Version: 5.0 Patch Level: 3 Release Status: release Description: manual page of bash has (still) no mention of case flipping ( ${var~} and ${var~~}. Repeat-By: man bash Fix: Add descriptions to Case modification section: ${parameter~pattern} ${parameter~~pattern}