The following issue has been SUBMITTED. ====================================================================== https://austingroupbugs.net/view.php?id=1765 ====================================================================== Reported By: larryv Assigned To: ====================================================================== Project: Online Pubs Issue ID: 1765 Category: Rationale Type: Error Severity: Editorial Priority: normal Status: New Name: Lawrence Velázquez Organization: User Reference: URL: https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_xcu_chap02.html Section: C.2 ====================================================================== Date Submitted: 2023-07-18 03:31 UTC Last Modified: 2023-07-18 03:31 UTC ====================================================================== Summary: double apostrophes erroneously converted to quotation marks Description: The HTML version erroneously replaces two pairs of consecutive <apostrophe> characters (representing empty shell strings) with single <quotation-mark> characters.
(See also https://austingroupbugs.net/view.php?id=1764.) Desired Action: In section C.2.5, subsection "Special Parameters" ( https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_xcu_chap02.html#tag_23_02_05_02 ), change:<blockquote><pre>IFS=" # null</pre></blockquote>to:<blockquote><pre>IFS='' # null</pre></blockquote> In section C.2.6 ( https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_xcu_chap02.html#tag_23_02_06 ), change:<blockquote><pre>$ set $foo bar " xyz "$foo" abc</pre></blockquote>to:<blockquote><pre>$ set $foo bar '' xyz "$foo" abc</pre></blockquote> ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2023-07-18 03:31 larryv New Issue 2023-07-18 03:31 larryv Name => Lawrence Velázquez 2023-07-18 03:31 larryv URL => https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_xcu_chap02.html 2023-07-18 03:31 larryv Section => C.2 ======================================================================