9front - general discussion about 9front
 help / color / mirror / Atom feed
* Re: [9front] [PATCH] aescbc(1) correction
  2021-09-15 19:11 [9front] [PATCH] aescbc(1) correction dogedoge61
@ 2021-09-15 15:33 ` binary cat
  0 siblings, 0 replies; 2+ messages in thread
From: binary cat @ 2021-09-15 15:33 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 686 bytes --]

nevermind this,  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 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

[-- Attachment #2: Type: text/html, Size: 1017 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [9front] [PATCH] aescbc(1) correction
@ 2021-09-15 19:11 dogedoge61
  2021-09-15 15:33 ` binary cat
  0 siblings, 1 reply; 2+ messages in thread
From: dogedoge61 @ 2021-09-15 19:11 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 179 bytes --]

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

[-- Attachment #2: Type: text/plain, Size: 306 bytes --]

--- //.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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-18  5:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-15 19:11 [9front] [PATCH] aescbc(1) correction dogedoge61
2021-09-15 15:33 ` binary cat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).