View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001948 | 1003.1(2024)/Issue8 | System Interfaces | public | 2025-09-18 15:23 | 2025-09-18 15:23 |
Reporter | dag-erling | Assigned To | |||
Priority | normal | Severity | Editorial | Type | Enhancement Request |
Status | New | Resolution | Open | ||
Name | Dag-Erling Smørgrav | ||||
Organization | |||||
User Reference | |||||
Section | Vol 2 Ch 3 | ||||
Page Number | 658, 1874 | ||||
Line Number | 23089, 61850-61852 | ||||
Interp Status | |||||
Final Accepted Text | |||||
Summary | 0001948: indexing / xref issues regarding realpath and basename | ||||
Description | I would expect a keyword search for the word “realpath” in the HTML version to produce both XCU `realpath` and XSH `realpath()`, but it produces only XCU `realpath`. This in turn references XSH `realpath()` in its SEE ALSO section. However, the SEE ALSO section of XSH `realpath()` function does not reference XCU `realpath`. Compare with e.g. XCU `basename` / XSH `basename()` which are both discoverable through a keyword search for “basename” and both reference each other. However, XSH `basename()` also references XSH `dirname()` but not XCU `dirname`, while XSH `dirname()` references both XSH `basename()` and XCU `basename` in addition to XCU `dirname`. The PDF version's index correctly lists both XCU `realpath` and XSH `realpath()`. | ||||
Desired Action | Fix the keyword search and add missing cross-references: The SEE ALSO section for XSH `realpath()` should reference XCU `realpath` (lines 61850-61852). The SEE ALSO section for XSH `basename()` should reference XCU `dirname` (line 23089). | ||||
Tags | No tags attached. | ||||
Attached Files |
Date Modified | Username | Field | Change |
---|---|---|---|
2025-09-18 15:23 | dag-erling | New Issue | |
2025-09-18 15:23 | dag-erling | File Added: Screenshot at 2025-09-18 17-21-29.png |