Re: git: 1795eae9a2cf - stable/14 - bintrans(1): RFC2047 variant of quoted print

From: Baptiste Daroussin <bapt_at_freebsd.org>
Date: Thu, 16 Jan 2025 15:49:45 UTC
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