Page MenuHomeFreeBSD

safe(4): add gone_in 16.0
ClosedPublic

Authored by obrien on Oct 29 2025, 1:17 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Aug 9, 4:23 AM
Unknown Object (File)
Sat, Aug 8, 7:30 PM
Unknown Object (File)
Sat, Aug 8, 6:10 PM
Unknown Object (File)
Sat, Aug 8, 12:59 PM
Unknown Object (File)
Thu, Aug 6, 8:35 PM
Unknown Object (File)
Thu, Aug 6, 6:51 PM
Unknown Object (File)
Thu, Aug 6, 5:44 PM
Unknown Object (File)
Mon, Aug 3, 2:51 PM
Subscribers

Diff Detail

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

Event Timeline

emaste added inline comments.
share/man/man4/safe.4
65
sys/dev/safe/safe.c
427

gone_in_dev(9) is available if you have a device_t

sys/dev/safe/safe.c
427

I liked the output to say "safe(4)" to match the man page. Using gone_in_dev() doesn't give me that output.

failed to 'git add' the DEPRECATION NOTICE section after I documented it in share/examples/mdoc/example.4

share/man/man4/safe.4
65

Thanks for catching this. I failed to 'git add' the DEPRECATION NOTICE section I added, after I documented it in share/examples/mdoc/example.4

This revision is now accepted and ready to land.Nov 7 2025, 7:13 PM
This revision was automatically updated to reflect the committed changes.
obrien marked an inline comment as done.