From a08b6ff17ea6d2ca517a813d5bb2fa930c380ec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Severin=20F=C3=BCrbringer?= Date: Sat, 10 Feb 2018 15:42:11 +0100 Subject: [PATCH] journalctl: correct path token syntax (#1983) --- pages/linux/journalctl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/journalctl.md b/pages/linux/journalctl.md index 6d82d3561e..1e238842e6 100644 --- a/pages/linux/journalctl.md +++ b/pages/linux/journalctl.md @@ -24,4 +24,4 @@ - Show all messages by a specific executable: -`journalctl {{/path/to/executable}}` +`journalctl {{path/to/executable}}`