From 0f532211301af7a957ef1b709faa71946e10540f Mon Sep 17 00:00:00 2001 From: Sven Neuhaus Date: Tue, 30 Jun 2015 15:12:27 +0200 Subject: [PATCH] man latin1 also provides code table --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec29e3c..0f7a8e7 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Notes: - In Bash, redirect both standard output and standard error via: `some-command >logfile 2>&1`. Often, to ensure a command does not leave an open file handle to standard input, tying it to the terminal you are in, it is also good practice to add `