From 812a279e7e3fce1a0569b74e4e7d8d486adef12d Mon Sep 17 00:00:00 2001
From: Jason Kridner <jkridner@beagleboard.org>
Date: Thu, 16 Nov 2023 14:23:25 -0500
Subject: [PATCH] clean up shell-session

---
 intro/beagle101/blinkLED.rst | 2 +-
 intro/beagle101/linux.rst    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/intro/beagle101/blinkLED.rst b/intro/beagle101/blinkLED.rst
index da337569..bc2f4320 100644
--- a/intro/beagle101/blinkLED.rst
+++ b/intro/beagle101/blinkLED.rst
@@ -412,7 +412,7 @@ You can test the USR button with ``evtest``
 We want to use ``gpio-keys``, so enter ``1``. Press and release 
 the USR button and you'll see:
 
- .. code-block:: shell-session
+.. code-block:: shell-session
 
     Input driver version is 1.0.1
     Input device ID: bus 0x19 vendor 0x1 product 0x1 version 0x100
diff --git a/intro/beagle101/linux.rst b/intro/beagle101/linux.rst
index 0063d799..f21cbeb5 100644
--- a/intro/beagle101/linux.rst
+++ b/intro/beagle101/linux.rst
@@ -63,7 +63,7 @@ Linux Standard Base
 
 See https://refspecs.linuxfoundation.org/lsb.shtml.
 
-.. shell-session::
+.. code-block:: shell-session
 
    $ lsb_release -a
 
-- 
GitLab