View Issue Details

IDProjectCategoryView StatusLast Update
00019481003.1(2024)/Issue8System Interfacespublic2025-09-18 15:23
Reporterdag-erling Assigned To 
PrioritynormalSeverityEditorialTypeEnhancement Request
Status NewResolutionOpen 
NameDag-Erling Smørgrav
Organization
User Reference
SectionVol 2 Ch 3
Page Number658, 1874
Line Number23089, 61850-61852
Interp Status
Final Accepted Text
Summary0001948: indexing / xref issues regarding realpath and basename
DescriptionI 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 ActionFix 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).
TagsNo tags attached.
Attached Files

Activities

Issue History

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