Date: Thu, 16 Jan 2025 16:49:45 +0100 From: Baptiste Daroussin <bapt@freebsd.org> To: Helge Oldach <freebsd@oldach.net> Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-branches@freebsd.org Subject: Re: git: 1795eae9a2cf - stable/14 - bintrans(1): RFC2047 variant of quoted print Message-ID: <hxr3z2fauvw55qzxlveia45mteyxckpeqxmrr24gf55c5ufadc@vjjsh7labuga> In-Reply-To: <202501161502.50GF2FSt009129@nuc.oldach.net> References: <202501160918.50G9IL1G096065@gitrepo.freebsd.org> <202501161502.50GF2FSt009129@nuc.oldach.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu 16 Jan 16:02, Helge Oldach wrote: > Baptiste Daroussin wrote on Thu, 16 Jan 2025 10:18:21 +0100 (CET): > > The branch stable/14 has been updated by bapt: > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=1795eae9a2cfdd0d83dc2b76420d55d363627ae7 > > > > commit 1795eae9a2cfdd0d83dc2b76420d55d363627ae7 > > Author: Baptiste Daroussin <bapt@FreeBSD.org> > > AuthorDate: 2025-01-08 12:39:30 +0000 > > Commit: Baptiste Daroussin <bapt@FreeBSD.org> > > CommitDate: 2025-01-16 09:18:14 +0000 > > > > bintrans(1): RFC2047 variant of quoted print > > > > MFC After: 1 week > > Reviewed by: pstref > > Differential Revision: https://reviews.freebsd.org/D48381 > > > > (cherry picked from commit beab8b1ddf86a88e0605562f2cc1d6a26c68604f) > > --- > > usr.bin/bintrans/bintrans.1 | 2 ++ > > usr.bin/bintrans/qp.c | 32 +++++++++++++++++++++++--------- > > 2 files changed, 25 insertions(+), 9 deletions(-) > > > > diff --git a/usr.bin/bintrans/bintrans.1 b/usr.bin/bintrans/bintrans.1 > > index 4177a5c6b9eb..02571067c8f0 100644 > > --- a/usr.bin/bintrans/bintrans.1 > > +++ b/usr.bin/bintrans/bintrans.1 > > @@ -236,6 +236,8 @@ Decode. > > Output to > > .Ar output_file > > instead of standard output. > > +.It fl r > > +Encode/Decode in RFC2047 specific variant. > > That should probably read "Fl" not "fl"? > > Kind regards > Helge Good catch, fixed, thank you! Best regards, Bapt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?hxr3z2fauvw55qzxlveia45mteyxckpeqxmrr24gf55c5ufadc>