diff options
author | Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com> | 2011-12-24 12:17:46 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-12-24 13:48:54 -0800 |
commit | 4cd67e027c8fc425c69a04919870c83b59ff3afd (patch) | |
tree | 79d98abebd73cd4dd5cd4f5e1e2afdcf4ee43db4 /Documentation | |
parent | f2ccd1c3d55a90ba979749b08a177c1a024a4f2a (diff) | |
download | subsurface-4cd67e027c8fc425c69a04919870c83b59ff3afd.tar.gz |
Fix incorrect utf-8 in Documentation/user-manual.txt
Not sure, but us-ascii might have been intended.
Signed-off-by: Cristian Ionescu-Idbohrn <cii@axis.com>
[ 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 <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/user-manual.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index bb86e73f6..95a205fd2 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -8,7 +8,7 @@ Autor documentation: Jacco van Koll <jko@haringstad.com> 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 |