diff --git a/c/todo.txt b/c/todo.txt index 9ed7a4cc2..e2ea6bb32 100644 --- a/c/todo.txt +++ b/c/todo.txt @@ -17,7 +17,6 @@ TOP OF LIST: - clear @ top of regtest * --tsv - - mld k mlh k UT diff --git a/doc/content-for-file-formats.html b/doc/content-for-file-formats.html index 9bf9e9b29..dcc1bee25 100644 --- a/doc/content-for-file-formats.html +++ b/doc/content-for-file-formats.html @@ -85,6 +85,16 @@ just as awk does. For TSV, use --fs tab; to convert TSV to CSV, use --ifs tab --ofs comma, etc. (See also POKI_PUT_LINK_FOR_PAGE(reference.html)HERE.) +

The following are synonymous pairs: +

+

Miller’s --csv flag supports RFC-4180 CSV ( https://tools.ietf.org/html/rfc4180). This includes CRLF line-terminators by default, regardless of platform. diff --git a/doc/file-formats.html b/doc/file-formats.html index 63423658e..e3e157a9b 100644 --- a/doc/file-formats.html +++ b/doc/file-formats.html @@ -388,6 +388,16 @@ just as awk does. For TSV, use --fs tab; to convert TSV to CSV, use --ifs tab --ofs comma, etc. (See also Reference.) +

The following are synonymous pairs: +

+

Miller’s --csv flag supports RFC-4180 CSV ( https://tools.ietf.org/html/rfc4180). This includes CRLF line-terminators by default, regardless of platform.