From cc331e3bd3d4211c67c62082aa9118a6b222d0a9 Mon Sep 17 00:00:00 2001 From: albert-github Date: Tue, 12 Nov 2019 16:42:48 +0100 Subject: [PATCH] Missing empty line A very minor improvement. The github markdown interprets the `---` directly after the backticks correctly, but other markdown interpreters see it as an indication for a new section. Problem can be overcome by an empty line and is also consistent with the other usages in the FAQ.md --- FAQ.md | 1 + 1 file changed, 1 insertion(+) diff --git a/FAQ.md b/FAQ.md index 58513e0a..8c2e9942 100644 --- a/FAQ.md +++ b/FAQ.md @@ -359,6 +359,7 @@ Another possible crontab would be: 50 23 * * * /usr/lib/sa/sa1 600 2 10,20,30,40,50 0 * * * /usr/lib/sa/sa1 1 1 ``` + --- 2.13. The sar command complains with the following message: ```