Page MenuHomeFreeBSD

safe(4): add gone_in 16.0
ClosedPublic

Authored by obrien on Oct 29 2025, 1:17 AM.
Tags
None
Referenced Files
F157047440: D53426.id165273.diff
Mon, May 18, 3:12 AM
Unknown Object (File)
Fri, May 15, 9:15 PM
Unknown Object (File)
Fri, May 15, 1:27 AM
Unknown Object (File)
Thu, May 14, 11:09 PM
Unknown Object (File)
Thu, May 14, 9:02 PM
Unknown Object (File)
Thu, May 14, 7:07 PM
Unknown Object (File)
Wed, May 13, 5:28 PM
Unknown Object (File)
Tue, May 12, 9:05 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.