git: d230e371ab - main - Replace last 'reboot' occurrences with 'shutdown -r now'

From: Benedict Reuschling <bcr_at_FreeBSD.org>
Date: Sat, 09 May 2026 13:28:45 UTC
The branch main has been updated by bcr:

URL: https://cgit.FreeBSD.org/doc/commit/?id=d230e371ab42bdbc7276ac265a266f91726e8052

commit d230e371ab42bdbc7276ac265a266f91726e8052
Author:     Mathias Eggers <mathias.eggers@proton.me>
AuthorDate: 2026-05-09 13:21:02 +0000
Commit:     Benedict Reuschling <bcr@FreeBSD.org>
CommitDate: 2026-05-09 13:28:23 +0000

    Replace last 'reboot' occurrences with 'shutdown -r now'
    
    The patch that fixes reboot issues is only in the upcoming FreeBSD-16
    and will not be merged back to 15, 14, or 13 versions. Hence, use the
    'shutdown -r now' instead of 'reboot' consistently throughout the
    handbook.
    
    PR:                     293519
    Differential Revision:  https://reviews.freebsd.org/D56631
---
 documentation/content/en/books/handbook/geom/_index.adoc           | 2 +-
 documentation/content/en/books/handbook/virtualization/_index.adoc | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/documentation/content/en/books/handbook/geom/_index.adoc b/documentation/content/en/books/handbook/geom/_index.adoc
index 47fc93b6e4..de2a6d5695 100644
--- a/documentation/content/en/books/handbook/geom/_index.adoc
+++ b/documentation/content/en/books/handbook/geom/_index.adoc
@@ -663,7 +663,7 @@ Reboot the system and try the procedure again.
 ....
 Enter full pathname of shell or RETURN for /bin/sh:
 # cp /etc/fstab.orig /etc/fstab
-# reboot
+# shutdown -r now
 ....
 
 === Recovering from Disk Failure
diff --git a/documentation/content/en/books/handbook/virtualization/_index.adoc b/documentation/content/en/books/handbook/virtualization/_index.adoc
index b5822e01a2..a8764032e1 100644
--- a/documentation/content/en/books/handbook/virtualization/_index.adoc
+++ b/documentation/content/en/books/handbook/virtualization/_index.adoc
@@ -737,7 +737,7 @@ Login as `root` and update the system as follows:
 ....
 # freebsd-update fetch
 # freebsd-update install
-# reboot
+# shutdown -r now
 ....
 
 [NOTE]
@@ -2389,7 +2389,7 @@ Restart the host to load the Xen(TM) kernel and start the Dom0.
 
 [source,shell]
 ....
-# reboot
+# shutdown -r now
 ....
 
 After successfully booting the Xen(TM) kernel and logging into the system again, the Xen(TM) management tool `xl` is used to show information about the domains.