On Sun, 30 Jul 2023, 08:22 Chet Ramey, wrote:
> On 7/28/23 1:51 PM, Martin D Kealey wrote:
>
> > maybe it's time to start issuing a warning
> > when [backticks are] used at all? 🤪
>
> There's no reason to use `` over $(...), but that form is still a required
> POSIX expansion.
Oh, then only war
On Fri, 21 Jul 2023, 03:31 Wiley Young, wrote:
> The first time I saw this bug, tty3 crashed and isn't available any more
> in /dev/pts . Partially reproducing the bug, ttys have crashed but they
> become available for use again when I press Ctrl-Shift-t from
> xfce4-terminal.
>
Point of order,
On 2023-07-20 at 10:31 -0700, Wiley Young wrote:
> But of course, I forgot the second single quote! Press [Ctrl-d].
>
> #+++
> bash: unexpected EOF while looking for matching `''
> #+++
>
> Add one single quote, press [Ctrl-d}; no response. Press [e
Simply add
.if t .tr ~\(ti
to "tmac/an.tmac",
instead of changing (hard coding) it in the sources (man pages).
On Sun, Jul 30, 2023 at 02:05:19AM +, Bjarni Ingi Gislason wrote:
> Simply add
>
> .if t .tr ~\(ti
>
> to "tmac/an.tmac",
> instead of changing (hard coding) it in the sources (man pages).
Correction:
Drop '.if t' as -Tutf8 is an nroff mode.