git: b7d4192598fe - main - Bump Dd in manpages after removing devclass from DRIVER_MODULE.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Apr 2022 17:48:00 UTC
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=b7d4192598fed6581be627fc767f06a62195dfd5 commit b7d4192598fed6581be627fc767f06a62195dfd5 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2022-04-19 17:46:39 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2022-04-19 17:46:39 +0000 Bump Dd in manpages after removing devclass from DRIVER_MODULE. Fixes: 2a99dd30dfaa Deprecate the 'devclass' argument from *DRIVER_MODULE() macros. MFC after: 2 weeks --- share/man/man9/DRIVER_MODULE.9 | 2 +- share/man/man9/driver.9 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/DRIVER_MODULE.9 b/share/man/man9/DRIVER_MODULE.9 index 2f8ed333ee71..15f4a87c2276 100644 --- a/share/man/man9/DRIVER_MODULE.9 +++ b/share/man/man9/DRIVER_MODULE.9 @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 24, 2021 +.Dd April 19, 2022 .Dt DRIVER_MODULE 9 .Os .Sh NAME diff --git a/share/man/man9/driver.9 b/share/man/man9/driver.9 index d9d7b48c7863..5c47e39eb3d9 100644 --- a/share/man/man9/driver.9 +++ b/share/man/man9/driver.9 @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 30, 2020 +.Dd April 19, 2022 .Dt DRIVER 9 .Os .Sh NAME