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, Jan 20, 8:56 AM
Unknown Object (File)
Thu, Jan 2, 6:17 PM
Unknown Object (File)
Nov 20 2024, 3:37 PM
Unknown Object (File)
Nov 18 2024, 7:22 PM
Unknown Object (File)
Nov 18 2024, 5:07 PM
Unknown Object (File)
Nov 11 2024, 9:02 AM
Unknown Object (File)
Nov 11 2024, 12:13 AM
Unknown Object (File)
Nov 4 2024, 7:47 AM
Subscribers

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 Not Applicable
Unit
Tests Not Applicable

Event Timeline

gbe requested review of this revision.Jun 22 2024, 8:23 AM

I like this. Please 40m42.

Edit: for st.c, sorry!

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.