Anonymous | Login | 2022-05-28 17:43 UTC |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | Category | Severity | Type | Date Submitted | Last Update | |||||||
0001542 | [1003.1(2016/18)/Issue7+TC2] System Interfaces | Comment | Enhancement Request | 2021-12-21 10:15 | 2022-02-17 17:39 | |||||||
Reporter | andras_farkas | View Status | public | |||||||||
Assigned To | ||||||||||||
Priority | normal | Resolution | Open | |||||||||
Status | New | |||||||||||
Name | Andras Farkas | |||||||||||
Organization | ||||||||||||
User Reference | ||||||||||||
Section | puts | |||||||||||
Page Number | ||||||||||||
Line Number | ||||||||||||
Interp Status | --- | |||||||||||
Final Accepted Text | ||||||||||||
Summary | 0001542: A certain example for puts, fputs, time, localtime, and localtime_r isn't consistent between them all | |||||||||||
Description |
This is a very minor issue: In some examples in the standard, the following text is used "There are %d minutes to the event.\n" while in other (often otherwise identical) examples, the following text is used "There are still %d minutes to the event.\n" It's easy to grep the standard for these instances, but they appear on: https://pubs.opengroup.org/onlinepubs/9699919799/functions/puts.html [^] https://pubs.opengroup.org/onlinepubs/9699919799/functions/fputs.html [^] https://pubs.opengroup.org/onlinepubs/9699919799/functions/localtime.html [^] https://pubs.opengroup.org/onlinepubs/9699919799/functions/localtime_r.html [^] https://pubs.opengroup.org/onlinepubs/9699919799/functions/time.html [^] They could be changed for consistency. |
|||||||||||
Desired Action |
Simply for consistency in these examples, change all instances of "There are %d minutes to the event.\n" to "There are still %d minutes to the event.\n" |
|||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | ||||||||||||
|
Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |