From nobody Sat May 9 13:28:45 2026 X-Original-To: dev-commits-doc-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4gCRdt6CK4z6bcL3 for ; Sat, 09 May 2026 13:28:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gCRdt5PRKz3SL3 for ; Sat, 09 May 2026 13:28:50 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1778333330; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=3DEEnCbE3AusIWkMPf5VFRdWPcD/cD/2M8AeHkDlfr4=; b=u09KGFNJcb6nctDlhp8Lk8K5ahjUBJu6k3b/NhLrkynTHrbHzMQEfISgeAgDQLdLX2bu85 xXjR6kruKFiqBWQZzk7ds5poF41glAlmFIIuf7CXU749Bh7HMSOcw+MdqgxM5ippXzcfK6 Gug3XKb05DWaJm+IZ3qI763+3WUViPLikC3KTbmqTjuKDkhwQmqTcJfsqVOX1hgN/1dRMi UUX5rQ4T+bwEe5tIN3f3K12v7L0ythOhesKd5gZ5OZeXjdeYVGfCDTIqW1D699AQGbWcIV qY10O4f8614X3zwnaMDXdg5RN06MB0ExBzFJOepteX2K0TfURSW+NIFj/NITxg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1778333330; a=rsa-sha256; cv=none; b=aX3252+sGEKoZ3TF7fVA4gXmG0PKMWMTkSEBnOGJUKIKp1QH4uOMuKKUzhNyS9kNSC7AEw lE0wYN2Ahc5aI7NO7LtOLl/gJOVvx2D5udJ22ihtc9Strlrm3YPY+WEQsYOBPwIEJ/VHXu amN+76ZjZp87zurQGDQS30VR9aqI8sCWl6rr5vQQWzp6NgqIzijEXS5NMk1+2EIEqMB97+ yOJogwEro0axmZbB7znyK3TOwXPBqwXAngEJTmhkPS1WBr8kep1+t+wJ8uH9h4CB7bqtNz ruHNcV3m1PNt4g0E7gmsm9k+yNW+TZlmQieRKSl8shpc6Zx44ERbNlDppKZAZg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1778333330; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=3DEEnCbE3AusIWkMPf5VFRdWPcD/cD/2M8AeHkDlfr4=; b=gK02pw3kjNbJuLt4ZR/ZNaTwsN4gWBY/fs3oofyZws7s8Z3yGGS/ubggsNkK2PIIGWgtje 868YdPVy9uWiBmLg54RVUU6Vi41dBGlqWaXtOCXTaZ36me0OpGtUIaTHM5kDyatVOwqvkv FgAj+R1wjQsyaqGWjDPvjAQOAS8RK6x03Un2afg8DwQAkU+LhDTi8suP8ujz+4QjseOxQm EkR96fMerNrNoAYvo5JNjKEHRi7y4AB9oHdC2NHypxr4KIBHbkmPUBK4tOnHny6Z92nLdn ecCMk0A6DFq7hVx8CChe5tWJgveevvDFS+zWnJqPVHh/kv1sZODgayDYX0URow== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gCRdt4xr2z11bX for ; Sat, 09 May 2026 13:28:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 1c7ee by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sat, 09 May 2026 13:28:45 +0000 To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Cc: Mathias Eggers From: Benedict Reuschling Subject: git: d230e371ab - main - Replace last 'reboot' occurrences with 'shutdown -r now' List-Id: Commit messages for all branches of the doc repository List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-doc-all@freebsd.org Sender: owner-dev-commits-doc-all@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bcr X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d230e371ab42bdbc7276ac265a266f91726e8052 Auto-Submitted: auto-generated Date: Sat, 09 May 2026 13:28:45 +0000 Message-Id: <69ff368d.1c7ee.4bcaafef@gitrepo.freebsd.org> The branch main has been updated by bcr: URL: https://cgit.FreeBSD.org/doc/commit/?id=d230e371ab42bdbc7276ac265a266f91726e8052 commit d230e371ab42bdbc7276ac265a266f91726e8052 Author: Mathias Eggers AuthorDate: 2026-05-09 13:21:02 +0000 Commit: Benedict Reuschling 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.