From 766258bb95f1ab8bcbbece5de00ebaf3be1db21d Mon Sep 17 00:00:00 2001
From: Rahix <rahix@rahix.de>
Date: Tue, 16 Jul 2019 09:35:13 +0200
Subject: [PATCH] fix(docs): Fix debugger without privleges note

ReST does not have an `info` directive.  Use note instead.
Additionally, there needs to be a blank line between the directive
header and its contents.

Signed-off-by: Rahix <rahix@rahix.de>
---
 Documentation/debugger.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/debugger.rst b/Documentation/debugger.rst
index b5b4302d5..bdfeccd0a 100644
--- a/Documentation/debugger.rst
+++ b/Documentation/debugger.rst
@@ -34,7 +34,8 @@ Please run ``make install`` after removing any already installed OpenOCD
 version. Otherwise please always specify the full path to OpenOCD (the binary
 is under ``src/openocd``).
 
-.. info::
+.. note::
+
    If you want to use OpenOCD as normal user, copy ``contrib/60-openocd.rules``
    into the ``/etc/udev/rules.d/`` directory and run ``udevadm control --reload``
    afterwards.
-- 
GitLab