[lxc-devel] [lxd/master] doc/api-extensions: Fix over-escaping

stgraber on Github lxc-bot at linuxcontainers.org
Wed Jul 15 03:26:48 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 354 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200714/4c2c7c4c/attachment.bin>
-------------- next part --------------
From 29ed458773971384754f2c54bc4cc6c99655b760 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Tue, 14 Jul 2020 23:26:30 -0400
Subject: [PATCH] doc/api-extensions: Fix over-escaping
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 doc/api-extensions.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/api-extensions.md b/doc/api-extensions.md
index 1a2b81ed67..2ccba5fbce 100644
--- a/doc/api-extensions.md
+++ b/doc/api-extensions.md
@@ -1102,8 +1102,8 @@ which can be used to set the failure domain of a node.
 ## container\_syscall\_filtering\_allow\_deny\_syntax
 A number of new syscalls related container configuration keys were updated.
 
- * `security.syscalls.deny\_default`
- * `security.syscalls.deny\_compat`
+ * `security.syscalls.deny_default`
+ * `security.syscalls.deny_compat`
  * `security.syscalls.deny`
  * `security.syscalls.allow`
 


More information about the lxc-devel mailing list