The branch main has been updated by obrien: URL: https://cgit.FreeBSD.org/src/commit/?id=4b6700f3455f46aaed2c090e1c67c67565f26369
commit 4b6700f3455f46aaed2c090e1c67c67565f26369 Author: David E. O'Brien <[email protected]> AuthorDate: 2025-10-29 06:51:26 +0000 Commit: David E. O'Brien <[email protected]> CommitDate: 2025-10-29 06:51:26 +0000 Document the DEPRECATION NOTICE section for kernel interfaces --- share/examples/mdoc/example.4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/share/examples/mdoc/example.4 b/share/examples/mdoc/example.4 index e627f81af530..6983fb75fada 100644 --- a/share/examples/mdoc/example.4 +++ b/share/examples/mdoc/example.4 @@ -26,6 +26,9 @@ module at boot time, place the following line in .Bd -literal -offset indent example_load="YES" .Ed +.Sh DEPRECATION NOTICE +This driver is scheduled for removal prior to the release of +.Fx 13.0 . .Sh DESCRIPTION This is an example device driver manual page for the .Nm
