]> git.tdb.fi Git - ext/subsurface.git/commitdiff
Fix incorrect utf-8 in Documentation/user-manual.txt
authorCristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>
Sat, 24 Dec 2011 11:17:46 +0000 (12:17 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 24 Dec 2011 21:48:54 +0000 (13:48 -0800)
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>
Documentation/user-manual.txt

index bb86e73f61d04f87e07ec76d58ca03a06d509aa7..95a205fd2b824bb2332e0e6294d940caf6a1ae94 100644 (file)
@@ -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
 
 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
 
 
 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
 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.
 
 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 -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
 
 
 cd $SuuntoExportDir