changeset 194:05e2332070a7 rel-0_7_6

Fix some typos and cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 09 Jul 2018 17:15:44 +0300
parents ef646bacfa99
children 48e21e92af0a
files README.txt
diffstat 1 files changed, 7 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt	Mon Jul 09 17:10:54 2018 +0300
+++ b/README.txt	Mon Jul 09 17:15:44 2018 +0300
@@ -114,6 +114,7 @@
 which fields to display:
 
 $ sidinfo -l \| -f type,ver,hash,name,author,copyright Anal_ogue.sid
+
 PSID|2.0|Anal'ogue|Søren Lund (Jeff)|1996 Jeff|6d5b7f0ff092e55abf27c37c8bc3fc64|
 
 --- --- --- --- --- --- --- --- --- ---
@@ -122,6 +123,7 @@
 the output very specifically:
 
 $ sidinfo Anal_ogue.sid -F 'NAME="@name@"\nHASH=@hash@\n'
+
 NAME="Anal'ogue"
 HASH=6d5b7f0ff092e55abf27c37c8bc3fc64
 
@@ -143,8 +145,8 @@
 HASH="                                6d5b7f0ff092e55abf27c37c8bc3fc64"
 LOAD_ADDR=$0fb0
 
-Many of the format specifiers are supported, but not all, and obviously only
-integer/string formats are supported.
+Many of the format specifiers are supported, but not all, and obviously
+only integer/string formats are supported.
 
 --- --- --- --- --- --- --- --- --- ---
 
@@ -153,9 +155,10 @@
 
 $ sidinfo -R /misc/C64Music/*.sid
 
-The above ill start from /misc/C64Music/ and scan any accessible subdirectories
-for files that match "*.sid" pattern and handle them.
+The above will start from /misc/C64Music/ and scan any accessible
+subdirectories for files that match "*.sid" pattern and handle them.
 
 Using previous example about SQL inserts:
 
 $ sidinfo /misc/C64Music/*.sid -R -e\' -F "INSERT INTO sometable (filename,name,author) VALUES ('@filename@', '@name@', '@author@', '@copyright@')\n"
+