System Log doc: Changes prompt for MD readability
authorChristopher Howard <christopher.howard@qlfiles.net>
Mon, 12 Feb 2018 18:58:27 +0000 (09:58 -0900)
committerRISCi_ATOM <bob@bobcall.me>
Tue, 13 Feb 2018 15:45:43 +0000 (10:45 -0500)
docs/System_Log.md

index cf57e97a1e2e18938c16c4875bc29a58c4ada264..a262bffe317f8afac9744602f343ba364db07642 100644 (file)
@@ -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)
 ```