A NOTE has been added to this issue. 
====================================================================== 
https://austingroupbugs.net/view.php?id=1893 
====================================================================== 
Reported By:                larryv
Assigned To:                
====================================================================== 
Project:                    Online Pubs
Issue ID:                   1893
Category:                   Base Definitions
Type:                       Enhancement Request
Severity:                   Editorial
Priority:                   normal
Status:                     New
Name:                       Lawrence Velázquez 
Organization:                
User Reference:              
URL:                        see "Desired Action" 
Section:                    see "Desired Action" 
====================================================================== 
Date Submitted:             2024-12-15 07:47 UTC
Last Modified:              2024-12-17 16:12 UTC
====================================================================== 
Summary:                    Many links are followed by extra spaces
====================================================================== 

---------------------------------------------------------------------- 
 (0007010) geoffclare (manager) - 2024-12-17 16:12
 https://austingroupbugs.net/view.php?id=1893#c7010 
---------------------------------------------------------------------- 
I believe I have found the cause of this. The rhtm tool makes this call in
the code that handles the cX macro:<pre>fprintf(outfile, "<xref
href=%s></xref>\n%s\n", a[2], a[3]);</pre>
Removing the first \n should cure the problem:<pre>fprintf(outfile, "<xref
href=%s></xref>%s\n", a[2], a[3]);</pre>however, it's possible that it is
there in order to prevent problems in later cross-reference processing. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2024-12-15 07:47 larryv         New Issue                                    
2024-12-15 07:47 larryv         Name                      => Lawrence Velázquez
2024-12-15 07:47 larryv         URL                       => see "Desired
Action"
2024-12-15 07:47 larryv         Section                   => see "Desired
Action"
2024-12-17 16:12 geoffclare     Note Added: 0007010                          
======================================================================


  • [Online Pubs... Austin Group Bug Tracker via austin-group-l at The Open Group
    • [Online... Austin Group Bug Tracker via austin-group-l at The Open Group
    • [Online... Austin Group Bug Tracker via austin-group-l at The Open Group
    • [Online... Austin Group Bug Tracker via austin-group-l at The Open Group
    • [Online... Austin Group Bug Tracker via austin-group-l at The Open Group
    • [Online... Austin Group Bug Tracker via austin-group-l at The Open Group
    • [Online... Austin Group Bug Tracker via austin-group-l at The Open Group
    • [Online... Austin Group Bug Tracker via austin-group-l at The Open Group
    • [Online... Austin Group Bug Tracker via austin-group-l at The Open Group

Reply via email to