Re: Extra note regarding bug 1102 which marked inet_addr obsolete.

2020-02-23 Thread Danny Niu
Sorry, I missed the note containing the final accepted text. Please ignore 
this. 

在 2020-02-24 13:18:07,“Danny Niu” 写入:

The bug 1102 obsoletes inet_addr function. 

There's at least one other place having a reference to this function, namely
getaddrinfo() function, says: 

If the specified address family is AF_INET or AF_UNSPEC, 
address strings using Internet standard dot notation as specified in 
inet_addr are valid.

This reference to inet_addr should probably change to a (newly created) 
subsection in 
the "Definitions" section of the base volume. 








Extra note regarding bug 1102 which marked inet_addr obsolete.

2020-02-23 Thread Danny Niu
The bug 1102 obsoletes inet_addr function. 

There's at least one other place having a reference to this function, namely
getaddrinfo() function, says: 

If the specified address family is AF_INET or AF_UNSPEC, 
address strings using Internet standard dot notation as specified in inet_addr 
are valid.

This reference to inet_addr should probably change to a (newly created) 
subsection in 
the "Definitions" section of the base volume. 





[1003.1(2016)/Issue7+TC2 0001327]: flags should be ai_flags.

2020-02-23 Thread Austin Group Bug Tracker


The following issue has been UPDATED. 
== 
https://www.austingroupbugs.net/view.php?id=1327 
== 
Reported By:dannyniu
Assigned To:
== 
Project:1003.1(2016)/Issue7+TC2
Issue ID:   1327
Category:   Base Definitions and Headers
Type:   Error
Severity:   Objection
Priority:   normal
Status: New
Name:   DannyNiu/NJF 
Organization:
User Reference:  
Section: 
Page Number:303 
Line Number:10273-10274 
Interp Status:  --- 
Final Accepted Text: 
== 
Date Submitted: 2020-02-24 04:42 UTC
Last Modified:  2020-02-24 05:08 UTC
== 
Summary:flags should be ai_flags.
== 

Issue History 
Date ModifiedUsername   FieldChange   
== 
2020-02-24 04:42 dannyniu   New Issue
2020-02-24 04:42 dannyniu   Name  => DannyNiu/NJF
2020-02-24 04:42 dannyniu   Section   =>
2020-02-24 04:42 dannyniu   Page Number   =>
2020-02-24 04:42 dannyniu   Line Number   => Address Information
Structure
2020-02-24 05:08 Don Cragun Page Number   => 303
2020-02-24 05:08 Don Cragun Line Number  Address Information
Structure => 10273-10274
2020-02-24 05:08 Don Cragun Interp Status => --- 
==




Re: [Online Pubs 0001326]: Superfluous punctuations

2020-02-23 Thread Danny Niu
I see.

Somehow, it got line-wrapped even though the window size is large enough to 
show them in 1 line.

发件人: shwaresyst 
日期: 2020-02-24 12:27:52
收件人: "nore...@msnkbrown.net" , Austin Group Mailing List 

主题: RE: [Online Pubs 0001326]: Superfluous punctuations
重发发件人: Austin Group Mailing List 
重发收件人: Austin Group Mailing List 
重发日期: 2020-02-24 12:27:34


The parentheses are there to indicate all those are interfaces, without the 
wordier "last msgsnd interface call", or similar, in those lines.


On Sunday, February 23, 2020 Austin Group Bug Tracker  
wrote:

The following issue has been SUBMITTED.
==
https://www.austingroupbugs.net/view.php?id=1326 

==
Reported By:dannyniu
Assigned To:
==
Project:Online Pubs
Issue ID:  1326
Category:  Base Definitions
Type:  Error
Severity:  Editorial
Priority:  normal
Status:New
Name:  DannyNiu/NJF
Organization:
User Reference:
URL:basedefs/sys_msg.h.html
Section:
==
Date Submitted:2020-02-24 04:10 UTC
Last Modified:  2020-02-24 04:10 UTC
==
Summary:Superfluous punctuations
Description:
In the descriptions for the msqid_ds structure, there's several instances
of "()." occuring for each members of the structure. These are probably
errors in Troff source code or macro packages.
Desired Action:
Change


pid_t  msg_lspid  Process ID of last msgsnd
().
pid_t  msg_lrpid  Process ID of last msgrcv
().
time_t  msg_stime  Time of last msgsnd
().
time_t  msg_rtime  Time of last msgrcv
().


to


pid_t  msg_lspid  Process ID of last msgsnd.
pid_t  msg_lrpid  Process ID of last msgrcv.
time_t  msg_stime  Time of last msgsnd.
time_t  msg_rtime  Time of last msgrcv.
==

Issue History
Date ModifiedUsername  FieldChange
==
2020-02-24 04:10 dannyniu  New Issue
2020-02-24 04:10 dannyniu  Name  => DannyNiu/NJF
2020-02-24 04:10 dannyniu  URL  =>
basedefs/sys_msg.h.html
2020-02-24 04:10 dannyniu  Section  => 
==




[1003.1(2016)/Issue7+TC2 0001327]: flags should be ai_flags.

2020-02-23 Thread Austin Group Bug Tracker


The following issue has been SUBMITTED. 
== 
https://www.austingroupbugs.net/view.php?id=1327 
== 
Reported By:dannyniu
Assigned To:
== 
Project:1003.1(2016)/Issue7+TC2
Issue ID:   1327
Category:   Base Definitions and Headers
Type:   Error
Severity:   Objection
Priority:   normal
Status: New
Name:   DannyNiu/NJF 
Organization:
User Reference:  
Section: 
Page Number: 
Line Number:Address Information Structure 
Interp Status:  --- 
Final Accepted Text: 
== 
Date Submitted: 2020-02-24 04:42 UTC
Last Modified:  2020-02-24 04:42 UTC
== 
Summary:flags should be ai_flags.
Description: 
The sentence immediately following the list of members to the addrinfo
structure mistakenly says: 

for use in *flags* field of the addrinfo structure, 

However, there's no *flags* member, but instead a *ai_flags* member. 
Desired Action: 
Change: 

The  header shall define the following symbolic constants that
evaluate to bitwise-distinct integer constants for use in the *flags* field
of the **addrinfo** structure

to

The  header shall define the following symbolic constants that
evaluate to bitwise-distinct integer constants for use in the *ai_flags*
field of the **addrinfo** structure

== 

Issue History 
Date ModifiedUsername   FieldChange   
== 
2020-02-24 04:42 dannyniu   New Issue
2020-02-24 04:42 dannyniu   Name  => DannyNiu/NJF
2020-02-24 04:42 dannyniu   Section   =>
2020-02-24 04:42 dannyniu   Page Number   =>
2020-02-24 04:42 dannyniu   Line Number   => Address Information
Structure
==




RE: [Online Pubs 0001326]: Superfluous punctuations

2020-02-23 Thread shwaresyst

The parentheses are there to indicate all those are interfaces, without the 
wordier "last msgsnd interface call", or similar, in those lines.
On Sunday, February 23, 2020 Austin Group Bug Tracker  
wrote:

The following issue has been SUBMITTED. 
== 
https://www.austingroupbugs.net/view.php?id=1326 
== 
Reported By:                dannyniu
Assigned To:                
== 
Project:                    Online Pubs
Issue ID:                  1326
Category:                  Base Definitions
Type:                      Error
Severity:                  Editorial
Priority:                  normal
Status:                    New
Name:                      DannyNiu/NJF 
Organization:                
User Reference:              
URL:                        basedefs/sys_msg.h.html 
Section:                     
== 
Date Submitted:            2020-02-24 04:10 UTC
Last Modified:              2020-02-24 04:10 UTC
== 
Summary:                    Superfluous punctuations
Description: 
In the descriptions for the msqid_ds structure, there's several instances
of "()." occuring for each members of the structure. These are probably
errors in Troff source code or macro packages. 
Desired Action: 
Change


pid_t          msg_lspid  Process ID of last msgsnd
 (). 
pid_t          msg_lrpid  Process ID of last msgrcv
 (). 
time_t          msg_stime  Time of last msgsnd
 (). 
time_t          msg_rtime  Time of last msgrcv
 (). 


to 


pid_t          msg_lspid  Process ID of last msgsnd.
pid_t          msg_lrpid  Process ID of last msgrcv.
time_t          msg_stime  Time of last msgsnd.
time_t          msg_rtime  Time of last msgrcv.
== 

Issue History 
Date Modified    Username      Field                    Change              
== 
2020-02-24 04:10 dannyniu      New Issue                                    
2020-02-24 04:10 dannyniu      Name                      => DannyNiu/NJF    
2020-02-24 04:10 dannyniu      URL                      =>
basedefs/sys_msg.h.html
2020-02-24 04:10 dannyniu      Section                  =>     
==




[Online Pubs 0001326]: Superfluous punctuations

2020-02-23 Thread Austin Group Bug Tracker


The following issue has been SUBMITTED. 
== 
https://www.austingroupbugs.net/view.php?id=1326 
== 
Reported By:dannyniu
Assigned To:
== 
Project:Online Pubs
Issue ID:   1326
Category:   Base Definitions
Type:   Error
Severity:   Editorial
Priority:   normal
Status: New
Name:   DannyNiu/NJF 
Organization:
User Reference:  
URL:basedefs/sys_msg.h.html 
Section: 
== 
Date Submitted: 2020-02-24 04:10 UTC
Last Modified:  2020-02-24 04:10 UTC
== 
Summary:Superfluous punctuations
Description: 
In the descriptions for the msqid_ds structure, there's several instances
of "()." occuring for each members of the structure. These are probably
errors in Troff source code or macro packages. 
Desired Action: 
Change


pid_t   msg_lspid  Process ID of last msgsnd
 (). 
pid_t   msg_lrpid  Process ID of last msgrcv
 (). 
time_t  msg_stime  Time of last msgsnd
 (). 
time_t  msg_rtime  Time of last msgrcv
 (). 


to 


pid_t   msg_lspid  Process ID of last msgsnd.
pid_t   msg_lrpid  Process ID of last msgrcv.
time_t  msg_stime  Time of last msgsnd.
time_t  msg_rtime  Time of last msgrcv.
== 

Issue History 
Date ModifiedUsername   FieldChange   
== 
2020-02-24 04:10 dannyniu   New Issue
2020-02-24 04:10 dannyniu   Name  => DannyNiu/NJF
2020-02-24 04:10 dannyniu   URL   =>
basedefs/sys_msg.h.html
2020-02-24 04:10 dannyniu   Section   =>  
==