Page MenuHomeFreeBSD

timeout.1: Add a STANDARDS section
ClosedPublic

Authored by gbe on Jun 22 2024, 8:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 11, 9:02 AM
Unknown Object (File)
Mon, Nov 11, 12:13 AM
Unknown Object (File)
Mon, Nov 4, 7:47 AM
Unknown Object (File)
Oct 18 2024, 7:08 AM
Unknown Object (File)
Oct 12 2024, 9:40 PM
Unknown Object (File)
Oct 4 2024, 10:34 AM
Unknown Object (File)
Oct 2 2024, 3:02 AM
Unknown Object (File)
Sep 30 2024, 11:37 PM

Details

Summary

timeout(1) is now defined in IEEE Std 1003.1-2024 ("POSIX.1")
and is complaint with the specification.

Since our mandoc version is lacking the new specification,
add it to it.

Obtained from: OpenBSD
MFC after: 1 week

Test Plan

build world following 'mandoc -Tlint checks' and mandoc output review

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 58301
Build 55189: arc lint + arc unit

Event Timeline

gbe requested review of this revision.Jun 22 2024, 8:23 AM
bcr added a subscriber: bcr.

Looks good to me, thanks!

This revision is now accepted and ready to land.Jun 27 2024, 6:56 PM
bin/timeout/timeout.1
201

Don't we need the more vague
"is expected to comply with the"
since we've not even run the certification tests on it yet, let alone gone for the Open Source cert program?

This revision was automatically updated to reflect the committed changes.