Re: [patch] arp.c spaces nested between tabs

2022-12-30 Thread Paul Tagliamonte
On Thu, Dec 29, 2022 at 09:52:49AM +0100, Omar Polo wrote: > ksh actually supports that style of globbing :) Fair enough! TIL -- but the GNU Grep bit stands, though :) Any takers on the diff? Should be an easy one paultag -- :wq

Re: [patch] arp.c spaces nested between tabs

2022-12-29 Thread Omar Polo
On 2022/12/28 12:21:07 -0500, Paul Tagliamonte wrote: > [2]: {openbsd monks avert your eyes: gnu grep and bash w/ 'shopt -s extglob'}: > $ grep -P '\t +\t' !(gnu|sys) -ril ksh actually supports that style of globbing :) % ls -d !(gnu|sys) Makefiledistrib/include/

[patch] arp.c spaces nested between tabs

2022-12-28 Thread Paul Tagliamonte
Hello, tech@! Minor patch for `arp(8)`. It uses some spaces between two tabs that are hard to notice. I have a syntax highlighting rule that shows such spaces[1] so I saw it while reviewing the arp.c source. I've learned my lesson trying to patch the monorepo across folder lines, so here's a