git: ae9437671a15 - main - kern_reboot(9): belatedly bump .Dd

From: Mitchell Horne <mhorne_at_FreeBSD.org>
Date: Thu, 23 Nov 2023 16:11:52 UTC
The branch main has been updated by mhorne:

URL: https://cgit.FreeBSD.org/src/commit/?id=ae9437671a1569bb90305996416d3a40e77c2f05

commit ae9437671a1569bb90305996416d3a40e77c2f05
Author:     Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2023-11-23 16:10:42 +0000
Commit:     Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2023-11-23 16:10:42 +0000

    kern_reboot(9): belatedly bump .Dd
    
    Fixes:  4e78a766f607 ("kern_reboot(): don't clear kdb_active")
    Sponsored by:   The FreeBSD Foundation
---
 share/man/man9/kern_reboot.9 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man9/kern_reboot.9 b/share/man/man9/kern_reboot.9
index c86e9a6cbdb9..5ab17b892ef4 100644
--- a/share/man/man9/kern_reboot.9
+++ b/share/man/man9/kern_reboot.9
@@ -39,7 +39,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd March 20, 2023
+.Dd November 23, 2023
 .Dt REBOOT 9
 .Os
 .Sh NAME