Page MenuHomeFreeBSD

Fix for bug 204530 - man 3 gmtime - struct tm documentation possibly incorrect
Needs ReviewPublic

Authored by bcr on Oct 6 2023, 10:10 AM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 26 2024, 1:58 AM
Unknown Object (File)
Apr 7 2024, 12:28 PM
Unknown Object (File)
Mar 19 2024, 2:03 PM
Unknown Object (File)
Feb 22 2024, 1:46 PM
Unknown Object (File)
Feb 9 2024, 10:09 AM
Unknown Object (File)
Dec 23 2023, 3:06 AM
Unknown Object (File)
Dec 12 2023, 12:43 PM
Unknown Object (File)
Dec 3 2023, 2:59 AM
Subscribers
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

The fix is adds a description for the tm_sec field to allow for positive or negative leap seconds.
Similarly, the information for tm_yday describes the leap years range.

Test Plan
  1. Apply the patch to ./lib/libc/stdtime/ctime.3
  2. Check the output
  3. Comment or approve

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
Lint Skipped
Unit
Tests Skipped