Page MenuHomeFreeBSD

zzz(8): Rewrite manual page
AbandonedPublic

Authored by obiwac on May 26 2026, 5:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 20, 5:38 PM
Unknown Object (File)
Sat, Jun 20, 11:04 AM
Unknown Object (File)
Mon, Jun 15, 11:49 PM
Unknown Object (File)
Fri, Jun 5, 3:38 PM
Unknown Object (File)
Fri, Jun 5, 2:09 PM
Unknown Object (File)
Fri, Jun 5, 2:11 AM
Unknown Object (File)
Thu, Jun 4, 5:32 PM
Unknown Object (File)
Thu, Jun 4, 11:16 AM
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