diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2021-07-26 15:23:38 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2021-08-02 12:55:51 +0100 |
commit | 4d6646c7de6164b005d04745faa90b430d4e7c61 (patch) | |
tree | 2e8d916de5639a964c83c4079bcff2e125761c6c /docs | |
parent | 1662ea9f4b8d13e53f3384083fc28e7c8ce93055 (diff) |
docs/tools/virtiofsd.rst: Delete stray backtick
The documentation of the posix_acl option has a stray backtick
at the end of the text (which is rendered literally into the HTML).
Delete it.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-id: 20210726142338.31872-11-peter.maydell@linaro.org
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tools/virtiofsd.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tools/virtiofsd.rst b/docs/tools/virtiofsd.rst index c4ac7fdf38..b208f2a6f0 100644 --- a/docs/tools/virtiofsd.rst +++ b/docs/tools/virtiofsd.rst @@ -102,7 +102,7 @@ Options default is ``no_xattr``. * posix_acl|no_posix_acl - - Enable/disable posix acl support. Posix ACLs are disabled by default`. + Enable/disable posix acl support. Posix ACLs are disabled by default. .. option:: --socket-path=PATH |