From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,HTML_MESSAGE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 14582 invoked from network); 18 Sep 2021 01:33:50 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 18 Sep 2021 01:33:50 -0000 Received: from mail-lf1-f52.google.com ([209.85.167.52]) by 4ess; Fri Sep 17 20:57:53 -0400 2021 Received: by mail-lf1-f52.google.com with SMTP id g1so40379524lfj.12 for <9front@9front.org>; Fri, 17 Sep 2021 17:57:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=/aXBmexRkjpNXxPaNb/KpH4Ml380ayRMTx98KW/O8NA=; b=GNzF1iLjhHKGu62awPgeZQrrONnkWhpd4jUbOtpgDFyUEIIuRdoiN4c03qOkdWDlx9 fDAYwsyVguW/1HDg/fvinbCqxzXjaa3758tFoE7hzW6rMTaFdorC9GIYcFwKL6UvrmuD WaloNBJ+QbbmMv/9ZYR3miLjJwCRtQtbnbJh/h8BOmeMn6hcKvR4c3ReLGeElAza8u5N Emq2CQqYDJc5z8CmipE8FEUUwR2znLylRvYSVrt1/SokTWRwUjypUMfzEee9krOa5lAY YxWUdyXvrrBeEVfvp6zXwaFS9QBmNEGUk/Ollp1nfvUubzuTfLmKI+QgkerHosooNC6N fscA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=/aXBmexRkjpNXxPaNb/KpH4Ml380ayRMTx98KW/O8NA=; b=nckb56deFSZYhijFdxBEujf1RE1/3NuZI6CiZRwXfnilc/iW7iGEJDWMN2wFuTTqec mxV2XzxoeNFNlAaiJ94wqwZQbmCpE03L5Tacm08TXh99VMsDQeNvK4GLVG9rZ5atzMYc nkt7e15VNxpuZrVzI5G8gdNICNQFafunDaRuSgX3xzSVVg2t5mh7c+vWL5kaYzg3DwwN smwCN2nIIRqk/RPz+vNaB81dNMRHBayNbJBE1nigY4gPvzbs1VMFghyDoaZxxKvZjUw1 c3L5KjW5FEwIgnXu75FVKt44DEsUbP3oeOevY4s7xSSo1aX2QDr9w4isSQCn/yFgJInx 0BIQ== X-Gm-Message-State: AOAM532FrJ8l1hhXWUHsB3hLuJc/MgSCtNaH4EsrG/xM0mGsz7iIOwcK TtyFEJ+w1Zb2IX4UYOO6y92/CB0RZlyulz+8qTUw7ZjZ1gg= X-Google-Smtp-Source: ABdhPJwewvjuHeR+370qVDwRqLl8mH6lD7AOwW0e63Ma5TdWDg1PdAKSpO1dxy8IpDAt+EJ2OiCk6S1qW3A9CGmpwd4= X-Received: by 2002:a05:6402:697:: with SMTP id f23mr579779edy.253.1631720035396; Wed, 15 Sep 2021 08:33:55 -0700 (PDT) MIME-Version: 1.0 References: <2AB663B12C5F23BFDAC1087D871EAABF@gmail.com> In-Reply-To: <2AB663B12C5F23BFDAC1087D871EAABF@gmail.com> From: binary cat Date: Wed, 15 Sep 2021 11:33:43 -0400 Message-ID: To: 9front@9front.org Content-Type: multipart/alternative; boundary="000000000000152f6505cc0a6d92" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: basic descriptor SQL rich-client-scale hypervisor Subject: Re: [9front] [PATCH] aescbc(1) correction Reply-To: 9front@9front.org Precedence: bulk --000000000000152f6505cc0a6d92 Content-Type: text/plain; charset="UTF-8" nevermind this, I misread the manual. That line is referring to secstore, aescbc is clarified elsewhere. On Wed, Sep 15, 2021, 11:11 wrote: > the description of the -i option says it reads the password from standard > input. > this is wrong. it reads the password from file descriptor 3. > this patch corrects this > > - binarycat--- > //.git/fs/object/8f4842d3465e96d264f5c2f7fa2d61db871aae9f/tree/sys/man/1/secstore > +++ sys/man/1/secstore > @@ -68,7 +68,7 @@ > .PP > Option > .B -i > -says that the password should be read from standard input > +says that the password should be read from file descriptor 3 > instead of from > .BR /dev/cons . > .PP --000000000000152f6505cc0a6d92 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
nevermind this,=C2=A0 I misread the manual. That line is = referring to secstore, aescbc is clarified elsewhere.

=

On Wed, Sep 15, 2021, 11:11 <dogedoge61@gmail.com> wrote:
the description of the -i option says it reads the password from stand= ard input.
this is wrong. it reads the password from file descriptor 3.
this patch corrects this

- binarycat--- //.git/fs/object/8f4842d3465e96d264f5c2f7fa2d61db871aae9f/tr= ee/sys/man/1/secstore
+++ sys/man/1/secstore
@@ -68,7 +68,7 @@
=C2=A0.PP
=C2=A0Option
=C2=A0.B -i
-says that the password should be read from standard input
+says that the password should be read from file descriptor 3
=C2=A0instead of from
=C2=A0.BR /dev/cons .
=C2=A0.PP
--000000000000152f6505cc0a6d92--