diff options
author | Jakob Kaivo <jkaivo@users.noreply.github.com> | 2019-07-15 15:32:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-15 15:32:14 -0400 |
commit | 951b6dcd388fb6615333dc1be584e7d3b8cb2bf7 (patch) | |
tree | 303f89a7818ba7fb7ddf20444c97933b1a53c1ad | |
parent | d0ce08d19b7e6997417c3fffb31033542a18dfc3 (diff) |
I hate markdown
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -9,5 +9,7 @@ describe system errors based on their numeric values For example: -```$ ./strerror 1 -1: Operation not permitted [EPERM]``` +``` +$ ./strerror 1 +1: Operation not permitted [EPERM] +``` |