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)
Nov 23 2024, 9:18 AM
Unknown Object (File)
Nov 19 2024, 4:49 PM
Unknown Object (File)
Oct 8 2024, 4:35 PM
Unknown Object (File)
Oct 5 2024, 10:51 AM
Unknown Object (File)
Oct 3 2024, 11:26 PM
Unknown Object (File)
Oct 3 2024, 6:27 PM
Unknown Object (File)
Oct 1 2024, 5:38 PM
Unknown Object (File)
Sep 30 2024, 1:23 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