From 6e9ee18b71f45cdb6b7bb1fac44e850b6aa0b065 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Fri, 28 Jul 2023 13:50:35 +0200
Subject: [PATCH] update doc page

---
 docs/20_Checks/check_memory.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/20_Checks/check_memory.md b/docs/20_Checks/check_memory.md
index 95b25c7..1e30b91 100644
--- a/docs/20_Checks/check_memory.md
+++ b/docs/20_Checks/check_memory.md
@@ -16,6 +16,10 @@ It reads /proc/meminfo and fetches the needed values.
 * Slab: in-kernel data structures cache
 * SReclaimable: reclaimable parts of Slab, e.g., caches
 
+### Requirements
+
+* bc
+
 ## Syntax
 
 ```txt
@@ -58,10 +62,6 @@ check_memory -w 90 -c 95 -p 70
 
 ```
 
-### Requirements
-
-* bc
-
 ## Examples
 
 `$ check_memory -w 90 -c 95 -p 70` returns
-- 
GitLab