From 68d2d5c3a5873b094f5d0bfa1b2e8c53ec9a3ad9 Mon Sep 17 00:00:00 2001 From: Christopher Howard Date: Mon, 12 Feb 2018 09:54:40 -0900 Subject: [PATCH] Fixes type in System Log documentation --- docs/System_Log.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/System_Log.md b/docs/System_Log.md index 6d487f5aac..52f1d81fb2 100644 --- a/docs/System_Log.md +++ b/docs/System_Log.md @@ -52,7 +52,7 @@ that not all the same regular expressions work for both: ``` root@libreCMC:~# logread -e 'kern\.warn' # and other similar variations (no output) -```` +``` The system log is contained in a limited size, circular buffer in memory. So, if you have some process writing messages periodically, -- 2.25.1