View Issue Details

IDProjectCategoryView StatusLast Update
00018981003.1(2024)/Issue8Base Definitions and Headerspublic2025-01-09 16:46
Reporterlarryv Assigned To 
PrioritynormalSeverityEditorialTypeEnhancement Request
Status ResolvedResolutionAccepted As Marked 
NameLawrence Velázquez
Organization
User Reference
Section2.1.1 Requirements, 4.16 Pathname Resolution, 4.23 Treatment of Error Conditions for Mathematical Functions, 8.3 Other Environment Variables, 11.1.1 Opening a Terminal Device File, limits.h, netdb.h
Page Number16, 105, 109, 174, 199, 293, 317
Line Number463, 3291, 3413, 6129-6130, 6148, 7113, 10246, 11131
Interp Status---
Final Accepted Text0001898:0007039
Summary0001898: Some cross-references have unnecessary XSH prefix
DescriptionAs per 0001895:0007019, cross-references of the form "<fname( )>" need not be prefixed with "XSH", and 0001895 was resolved (0001895:0007022) without adding "XSH" prefixes to such cross-references that don't already have it.

It may be desirable to remove some existing "XSH" prefixes for consistency. This would reduce possible reader confusion about why some of the cross-references are prefixed and others aren't.
Desired ActionOn page 16 line 463, change:
XSH confstr( )
to:
confstr( )


On page 105 line 3291, change:
XSH rename( )
to:
rename( )


On page 109 line 3413, change:
XSH feraiseexcept( )
to:
feraiseexcept( )


On page 174 lines 6129-6130 and 6148, change
XSH tcgetwinsize( )
to:
tcgetwinsize( )


On page 199 line 7113, change:
XSH ptsname( )
to:
ptsname( )


On page 293 line 10246, change
XSH sysconf( )
to:
sysconf( )


On page 317 line 11131, change:
XSH freeaddrinfo( )
to:
freeaddrinfo( )
Tagstc1-2024

Relationships

related to 0001895 Resolved XSH/XCU/XRAT prefixes missing from some cross-references 

Activities

larryv

2024-12-20 01:08

reporter   bugnote:0007028

Sigh. In Description above,
"<fname( )>"
should be
"fname( )"

geoffclare

2025-01-02 10:56

manager   bugnote:0007034

On page 105 the context is:
the rename() and renameat() functions (see XSH [xref to rename()]) and the mv utility (see XCU [xref to mv]).

If we remove the XSH, then for consistency we should remove the XCU as well (and likewise on page 384 line 13481: "see XCU [xref to xargs]").

geoffclare

2025-01-09 16:45

manager   bugnote:0007039

Make the changes in the desired action and in 0001898:0007034.

Issue History

Date Modified Username Field Change
2024-12-20 01:02 larryv New Issue
2024-12-20 01:02 larryv Name => Lawrence Velázquez
2024-12-20 01:02 larryv Section => 2.1.1 Requirements, 4.16 Pathname Resolution, 4.23 Treatment of Error Conditions for Mathematical Functions, 8.3 Other Environment Variables, 11.1.1 Opening a Terminal Device File, limits.h, netdb.h
2024-12-20 01:02 larryv Page Number => 16, 105, 109, 174, 199, 293, 317
2024-12-20 01:02 larryv Line Number => 463, 3291, 3413, 6129-6130, 6148, 7113, 10246, 11131
2024-12-20 01:08 larryv Note Added: 0007028
2025-01-02 10:56 geoffclare Note Added: 0007034
2025-01-09 15:42 Don Cragun Relationship added related to 0001895
2025-01-09 16:45 geoffclare Note Added: 0007039
2025-01-09 16:46 geoffclare Interp Status => ---
2025-01-09 16:46 geoffclare Final Accepted Text => 0001898:0007039
2025-01-09 16:46 geoffclare Status New => Resolved
2025-01-09 16:46 geoffclare Resolution Open => Accepted As Marked
2025-01-09 16:46 geoffclare Description Updated
2025-01-09 16:47 geoffclare Tag Attached: tc1-2024