Page MenuHomeFreeBSD

safe(4): add gone_in 16.0
ClosedPublic

Authored by obrien on Wed, Oct 29, 1:17 AM.
Tags
None
Referenced Files
F137733908: D53426.diff
Tue, Nov 25, 7:52 AM
Unknown Object (File)
Sat, Nov 22, 2:10 AM
Unknown Object (File)
Thu, Nov 20, 8:29 AM
Unknown Object (File)
Sun, Nov 16, 8:25 PM
Unknown Object (File)
Mon, Nov 3, 4:40 AM
Unknown Object (File)
Sun, Nov 2, 9:54 PM
Unknown Object (File)
Fri, Oct 31, 12:58 AM
Unknown Object (File)
Fri, Oct 31, 12:58 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.Fri, Nov 7, 7:13 PM
This revision was automatically updated to reflect the committed changes.
obrien marked an inline comment as done.