Page MenuHomeFreeBSD

libc: Add HISTORY sections to the manual pages
ClosedPublic

Authored by gbe on Apr 3 2022, 10:03 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 27, 12:49 AM
Unknown Object (File)
May 19 2024, 1:01 PM
Unknown Object (File)
May 19 2024, 10:19 AM
Unknown Object (File)
May 19 2024, 2:24 AM
Unknown Object (File)
Mar 22 2024, 12:36 PM
Unknown Object (File)
Mar 22 2024, 11:40 AM
Unknown Object (File)
Mar 8 2024, 8:08 AM
Unknown Object (File)
Mar 8 2024, 7:56 AM

Details

Summary

Add various HISTORY sections to the libc manual pages.

Obtained from: OpenBSD
MFC after: 2 weeks

Test Plan

mandoc output review and 'mandoc -Tlint' checks

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

gbe requested review of this revision.Apr 3 2022, 10:03 AM

Summary needs s/sections the/sections to the/ before it ends up in the commit message

lib/libc/compat-43/sigvec.2
346–347

Given it's a wrapper now, shouldn't it be in section 3, like alarm(3) is?

lib/libc/db/man/dbm.3
227

When did dbm_clearerr, dbm_close, dbm_dirfno, dbm_error, and dbm_open appear?

May want to mention when the dbm_ prefix appeared too.

lib/libc/gen/setjmp.3
173

When did the others appear?

lib/libc/locale/ctype.3
152

What about the other functions? Also, when did the macro+function dual implementation come to be? I vaguely remember they were only macros at first.

lib/libc/stdio/ferror.3
132

When did the _unlocked versions appear?

@pauamma_gundo.com good questions, I do some research in the next couple of days.

This revision was not accepted when it landed; it landed in state Needs Review.May 5 2022, 4:51 PM
This revision was automatically updated to reflect the committed changes.