On Fri, 24 Jul 2020 18:54:02 +0530 Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx> wrote: > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx> > --- > Documentation/admin-guide/binfmt-misc.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/admin-guide/binfmt-misc.rst b/Documentation/admin-guide/binfmt-misc.rst > index 7a864131e5ea..0f5f82236853 100644 > --- a/Documentation/admin-guide/binfmt-misc.rst > +++ b/Documentation/admin-guide/binfmt-misc.rst > @@ -83,7 +83,7 @@ Here is what the fields mean: > ``F`` - fix binary > The usual behaviour of binfmt_misc is to spawn the > binary lazily when the misc format file is invoked. However, > - this doesn``t work very well in the face of mount namespaces and > + this doesn`t work very well in the face of mount namespaces and This seems like a good thing to fix, but ... you might as well replace it with a proper apostrophe rather than a backtick. Also, please pay some attention to your subject line and provide a changelog. Thanks, jon