From: Cristian Ionescu-Idbohrn Date: Sat, 24 Dec 2011 11:17:46 +0000 (+0100) Subject: Fix incorrect utf-8 in Documentation/user-manual.txt X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=4cd67e027c8fc425c69a04919870c83b59ff3afd;p=ext%2Fsubsurface.git Fix incorrect utf-8 in Documentation/user-manual.txt Not sure, but us-ascii might have been intended. Signed-off-by: Cristian Ionescu-Idbohrn [ And even if you do want to use utf8, you should use it correctly, not with this "pick random character" approach - Linus ] Signed-off-by: Linus Torvalds --- diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index bb86e73..95a205f 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -8,7 +8,7 @@ Autor documentation: Jacco van Koll Scope of this document is the usage of the program. Please read the build manual for instructions how to build the -software and (if needed) it´s dependencies. +software and (if needed) it's dependencies. Audience: Fun Divers, Tec Divers, Professional Divers @@ -278,7 +278,7 @@ Clicking OK on the dialog stores these settings. 11. How to find the Device Name When you connect your divecomputer by using an USB connector, most of the -time, the default of ´/dev/ttyUSB0' should work. But if you have other +time, the default of '/dev/ttyUSB0' should work. But if you have other Serial to USB devices, this can be different because '/dev/ttyUSB0' is already in use. @@ -534,7 +534,7 @@ read SuuntoExportDir echo -n "Enter the name of your Suunto Divemanager export file: " read SuuntoExportFile -echo "You have entered: $SuuntoExportDir/$SuuntoExportFile¨ +echo "You have entered: $SuuntoExportDir/$SuuntoExportFile" cd $SuuntoExportDir