NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/58651 CVS commit: [netbsd-10] src/share/man/man3



The following reply was made to PR lib/58651; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58651 CVS commit: [netbsd-10] src/share/man/man3
Date: Sun, 13 Oct 2024 15:20:49 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Sun Oct 13 15:20:49 UTC 2024
 
 Modified Files:
 	src/share/man/man3 [netbsd-10]: tm.3
 
 Log Message:
 Pull up following revision(s) (requested by riastradh in ticket #966):
 
 	share/man/man3/tm.3: revision 1.6
 	share/man/man3/tm.3: revision 1.7
 
 tm(3): Fix types in man page.
 
 PR lib/58651: tm(3): wrong type in man page for tm_gmtoff
 
 tm(3): Fix type of tm_zone again, and describe it as const.
 
 It is `char *', not `char'.  But it's also not supposed to be written
 to, as kre@ noted, so just document it as `const' even though it's
 technically not declared that way, presumably for expedience of
 managing it with malloc/free internally.
 
 PR lib/58651: tm(3): wrong type in man page for tm_gmtoff
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.5 -r1.5.2.1 src/share/man/man3/tm.3
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index