lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 2 Dec 2020 16:30:17 -0800 From: Randy Dunlap <rdunlap@...radead.org> To: Andrew Klychkov <andrew.a.klychkov@...il.com>, corbet@....net Cc: linux-kernel@...r.kernel.org Subject: Re: [PATCH] Documentation: fix typos found in admin-guide subdirectory On 12/2/20 12:44 AM, Andrew Klychkov wrote: > diff --git a/Documentation/admin-guide/binfmt-misc.rst b/Documentation/admin-guide/binfmt-misc.rst > index 7a86413..287d54c 100644 > --- a/Documentation/admin-guide/binfmt-misc.rst > +++ b/Documentation/admin-guide/binfmt-misc.rst > @@ -43,7 +43,7 @@ Here is what the fields mean: > - ``mask`` > is an (optional, defaults to all 0xff) mask. You can mask out some > bits from matching by supplying a string like magic and as long as magic. > - The mask is anded with the byte sequence of the file. Note that you must > + The mask is ended with the byte sequence of the file. Note that you must "anded" is correct here, unless it would be better as "and-ed". (see fs/binfmt_misc.c for details) > escape any NUL bytes; parsing halts at the first one. Ignored when using > filename extension matching. > - ``interpreter`` The rest of them look good. Thanks. Reviewed-by: Randy Dunlap <rdunlap@...radead.org> -- ~Randy
Powered by blists - more mailing lists