[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Small typo in bash man-page
From: |
nasm |
Subject: |
Small typo in bash man-page |
Date: |
Mon, 18 Mar 2024 19:13:44 +0100 (CET) |
From: filisp@mailo.com
To: bug-bash@gnu.org
Subject: Small typo in bash man-page
Configuration Information [Automatically generated, do not change]:
Machine: aarch64
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -g -O2 -fstack-protector-strong -Wformat
-Werror=format-security -Wall
uname output: Linux sv0104 6.6.20+rpt-rpi-v8 #1 SMP PREEMPT Debian
1:6.6.20-1+rpt1 (2024-03-07) aarch64 GNU/Linux
Machine Type: aarch64-unknown-linux-gnu
Bash Version: 5.2
Patch Level: 15
Release Status: release
Description:
There is a typo in the bash man page, in Chapter CONDITIONAL EXPRESSION,
second sentence :
"The test abd [ commands determine their behavior ..."
should be :
"The test and [ commands determine their behavior ..."
( "abd" was typed instead of "and" )
Repeat-By:
Displaying Bash man page using : "man bash" command
Fix:
Correct the typo, may be check consequences for translated man-pages,
thanks for your work, congratulations and KUTGW.
- Small typo in bash man-page,
nasm <=