Date: Thu, 16 Jan 2025 16:02:15 +0100 (CET) From: freebsd@oldach.net (Helge Oldach) To: bapt@FreeBSD.org (Baptiste Daroussin) 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: <202501161502.50GF2FSt009129@nuc.oldach.net> In-Reply-To: <202501160918.50G9IL1G096065@gitrepo.freebsd.org> from Baptiste Daroussin at "16 Jan 2025 09:18:21"
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501161502.50GF2FSt009129>