Page MenuHomeFreeBSD

zzz(8): Rewrite manual page
AbandonedPublic

Authored by obiwac on May 26 2026, 5:03 PM.
Tags
None
Referenced Files
F163155087: D57254.id.diff
Mon, Jul 20, 2:23 PM
Unknown Object (File)
Sat, Jul 18, 5:31 AM
Unknown Object (File)
Sat, Jul 18, 1:53 AM
Unknown Object (File)
Sun, Jul 5, 6:44 AM
Unknown Object (File)
Jun 20 2026, 5:38 PM
Unknown Object (File)
Jun 20 2026, 11:04 AM
Unknown Object (File)
Jun 15 2026, 11:49 PM
Unknown Object (File)
Jun 5 2026, 3:38 PM
Subscribers
None

Details

Summary

Based on the changes in D56918.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 73466
Build 70349: arc lint + arc unit

Event Timeline

obiwac created this revision.
usr.sbin/zzz/zzz.8
58

is there a better way to do this? Just writing "FreeBSD Foundation" gets flagged by the mandoc linter

olce added inline comments.
usr.sbin/zzz/zzz.8
8–9

So you put SPDX even after the addendum about authorship? Interesting. Not too sure about what's right.

58

Don't know... Looks slightly over-engineered, but why not. Not sure if .Fx is to be considered just a shortcut for "FreeBSD", or if in addition we have some indexing behind it.

This revision is now accepted and ready to land.May 26 2026, 7:36 PM
obiwac added inline comments.
usr.sbin/zzz/zzz.8
8–9

no, I just copied it from another manpage and didn't think haha

I don't think there's necessarily a rule; this says that it just has to be "near the top":

https://spdx.github.io/spdx-spec/v2.3/using-SPDX-short-identifiers-in-source-files/

58

or if in addition we have some indexing behind it.

that's why i wanted to do "FreeBSD Foundation" instead, but I think it's better to just make the linter happy here

obiwac marked an inline comment as done.

update based on olce@ and ziaee@'s comments

This revision now requires review to proceed.May 26 2026, 10:58 PM