[lxc-devel] [lxd/master] fix debugging.md rendering

brettmilford on Github lxc-bot at linuxcontainers.org
Fri Oct 11 05:56:37 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 390 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20191010/c92d0c1b/attachment.bin>
-------------- next part --------------
From 8074e2be9e05821816af980ad4a66dd5f20070cd Mon Sep 17 00:00:00 2001
From: Brett <19863984+brettmilford at users.noreply.github.com>
Date: Fri, 11 Oct 2019 16:56:00 +1100
Subject: [PATCH] fix debugging.md rendering

Should fix rendering of this doc on https://linuxcontainers.org/lxd/docs/master/debugging
---
 doc/debugging.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/debugging.md b/doc/debugging.md
index 2086f25307..0225e8c498 100644
--- a/doc/debugging.md
+++ b/doc/debugging.md
@@ -26,7 +26,7 @@ flag will bring a lot of (hopefully) useful info:
 ```bash
 systemctl stop lxd lxd.socket
 lxd --debug --group lxd
- ```
+```
 
 `--group lxd` is needed to grant access to unprivileged users in this
 group.


More information about the lxc-devel mailing list