Re: Add warning on test -a, -o documentation

2019-02-14 Thread Chet Ramey
On 2/13/19 8:08 PM, 積丹尼 Dan Jacobson wrote: > On the bash man page at > expr1 -a expr2 > True if both expr1 and expr2 are true. > expr1 -o expr2 > True if either expr1 or expr2 is true. > and on "help test" perhaps add the same w

Add warning on test -a, -o documentation

2019-02-13 Thread 積丹尼 Dan Jacobson
On the bash man page at expr1 -a expr2 True if both expr1 and expr2 are true. expr1 -o expr2 True if either expr1 or expr2 is true. and on "help test" perhaps add the same warning as one sees on (info "(coreutils) Connectives for