From dde8a54db8fa87a1d54e9395cbbfac3b46c4b4c4 Mon Sep 17 00:00:00 2001 From: Joshua Levy Date: Tue, 16 Jun 2015 16:33:37 -0700 Subject: [PATCH] man unicode and man latin1. Fixes #37. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35dd09c..faa6be5 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Scope: - 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 `