1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Description: Fix small issues with the manpages
Forwarded: https://github.com/alan-turing-institute/CleverCSV/pull/144
Author: Louis-Philippe Véronneau <pollo@debian.org>
Index: python-clevercsv/man/clevercsv.1
===================================================================
--- python-clevercsv.orig/man/clevercsv.1
+++ python-clevercsv/man/clevercsv.1
@@ -106,4 +106,4 @@ If you encounter an issue in CleverCSV,
.sp
\fB3. \fRWrangling Messy CSV Files by Detecting Row and Type Patterns
.br
- https://gertjanvandenburg.com/papers/VandenBurg_Nazabal_Sutton_\-_Wrangling_Messy_CSV_Files_by_Detecting_Row_and_Type_Patterns_2019.pdf
\ No newline at end of file
+ https://gertjanvandenburg.com/papers/VandenBurg_Nazabal_Sutton_\:\&-_Wrangling_Messy_CSV_Files_by_Detecting_Row_and_Type_Patterns_2019.pdf
Index: python-clevercsv/man/clevercsv-standardize.1
===================================================================
--- python-clevercsv.orig/man/clevercsv-standardize.1
+++ python-clevercsv/man/clevercsv-standardize.1
@@ -60,7 +60,7 @@ The file encoding of the given CSV file
.PP
\-E, \-\-target\-encoding
.RS 4
-If ommited, the output file encoding while be the same as that of the original file.
+If omited, the output file encoding while be the same as that of the original file.
.RE
.PP
\-i, \-\-in\-place
@@ -93,4 +93,4 @@ Path to one or more CSV file(s)
.sp
.SH "CLEVERCSV"
.sp
-Part of the CleverCSV suite
\ No newline at end of file
+Part of the CleverCSV suite
|