View Issue Details

IDProjectCategoryView StatusLast Update
0001765Online PubsRationalepublic2023-07-18 03:31
Reporterlarryv Assigned To 
PrioritynormalSeverityEditorialTypeError
Status NewResolutionOpen 
NameLawrence Velázquez
Organization
User Reference
URLhttps://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_xcu_chap02.html
SectionC.2
Summary0001765: double apostrophes erroneously converted to quotation marks
DescriptionThe HTML version erroneously replaces two pairs of consecutive <apostrophe> characters (representing empty shell strings) with single <quotation-mark> characters.

(See also 0001764.)
Desired ActionIn section C.2.5, subsection "Special Parameters" ( https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_xcu_chap02.html#tag_23_02_05_02 ), change:
IFS=" # null
to:
IFS='' # null


In section C.2.6 ( https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_xcu_chap02.html#tag_23_02_06 ), change:
$    set $foo bar " xyz "$foo" abc
to:
$    set $foo bar '' xyz "$foo" abc
TagsNo tags attached.

Activities

There are no notes attached to this issue.

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