From: Christopher Howard Date: Mon, 12 Feb 2018 18:58:27 +0000 (-0900) Subject: System Log doc: Changes prompt for MD readability X-Git-Tag: v1.4.3~26 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cf5919e236d2b9aacdbe4c0bcbc8c3d1e2b77bb0;p=librecmc%2Flibrecmc.git System Log doc: Changes prompt for MD readability --- diff --git a/docs/System_Log.md b/docs/System_Log.md index cf57e97a1e..a262bffe31 100644 --- a/docs/System_Log.md +++ b/docs/System_Log.md @@ -38,7 +38,7 @@ Options: For example: ```bash -root@libreCMC:~# logread | grep 'kern\.warn' +root@libreCMC:~$ logread | grep 'kern\.warn' Mon Jan 15 20:22:01 2018 kern.warn kernel: [ 0.000000] No valid device tree found, continuing without Mon Jan 15 20:22:01 2018 kern.warn kernel: [ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes. Mon Jan 15 20:22:01 2018 kern.warn kernel: [ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes @@ -50,7 +50,7 @@ One should be able to use `logread -e` instead of `grep`, but it seems that not all the same regular expressions work for both: ```bash -root@libreCMC:~# logread -e 'kern\.warn' # and other similar variations +root@libreCMC:~$ logread -e 'kern\.warn' # and other similar variations (no output) ```