From nobody Tue Jun 30 04:51:43 2026 X-Original-To: dev-commits-src-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 4gq9jD3GGsz6jTTs for ; Tue, 30 Jun 2026 04:51:44 +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 "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gq9jD0Gxyz4K17 for ; Tue, 30 Jun 2026 04:51:44 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782795104; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=N+NFstg4DxITmnh3cAxmkajQfmoG+5nN5cF5p6pl7Dk=; b=kVlbQvqJDJ8eNxqmasvTmZXZGNZSY4EbYSU5mV8SYIU6n0VzkaHksgXpSwCWXZvXQKzXen xjagpd2Jhb/PswH20Q2Ae2gtKfgE2nwLT2z/BZdLaR3qKGozNYXlzVU3x7DcxevgqSH2M0 C++yDt71Z5OFAdiLhJcKhg79u9IotZpBEBoIfraggMYju9Oqv1QcbI3fUsvMoUv0zMZAAS CEDGlCuXOeIkz/wBABezzx9fmv1PCQkupNcEj8ymIpO9d5SJ06ygqtvKzeSshCXyhLfGjX nM0RnPcxUJR7TPF/XjsXFmjV/TAlcjS4Wnnl2HohWTNkUavuHIECjHeNZxZWfw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1782795104; a=rsa-sha256; cv=none; b=JmlOux2uRBaYBwg/Gz8zl4SbtZU5i+ed5blARyQinpOEzFXLOJslYdfGjAFtsOcLSM9HmS xWCWBhzBYtCo+UD/BEtmkFsRqMd4N7Vinu5lYdUzoA+BQJLBqLqrtmLi28HDQg0j6vdaA0 W6m4m2KfROOdespvkUJe0FnlDXfTS9epivjYW8H4ubd5ZyEEewKm9ZqwAj9DWKzrVCx2i3 PWjCOodzXiGrYP0xMYUXlsdBZSHyHWeRdrIeLOf+xD8wdqy9OjfKWQcCO3xFPVACNzppqF 0sAsVlq3EUXIaxZZFpoKkZaqofy0konCeGseViLexe4yqi2DiWHFIiLfv8lrtw== 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=1782795104; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=N+NFstg4DxITmnh3cAxmkajQfmoG+5nN5cF5p6pl7Dk=; b=rtJFqXlej6RDfJj/rLQuPz7Qux9hp9mROc6V6z+cGL18IINvip1q3EgDYp//9RArjfHT7e gGTHd6t/X2hpuv0oL8D0B8giBM6GlQM8crAmHYhaeUMU3CW2Mpy03TdAR5ArA8hrZMb8UH OVH+x/QkMBjGox/UIdAIitHKRao+ccafBf5r8CUo4SQQ2av3m76878w2sUMpxWuC/tCmcj rJaCLDafsvnhkMQZ0bfMGqL1Amfdpgs6TRFtKXYGPOx7hBaY9WCMgFC9a9J02pd1jbo4mj Fp9nOVEAjssqtushtqnpm21UJ6X2VFc4TQaPXRSobjb0gaBm2uILwMXfAqYKTg== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gq9jC5gmmzCgY for ; Tue, 30 Jun 2026 04:51:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3de22 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Tue, 30 Jun 2026 04:51:43 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Gordon Bergling Subject: git: 716ba5f31865 - stable/15 - bectl(8): Fix a typo in the manual page List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-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: gbe X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: 716ba5f31865a12926ed963ecbdb71186956634b Auto-Submitted: auto-generated Date: Tue, 30 Jun 2026 04:51:43 +0000 Message-Id: <6a434b5f.3de22.41779e73@gitrepo.freebsd.org> The branch stable/15 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=716ba5f31865a12926ed963ecbdb71186956634b commit 716ba5f31865a12926ed963ecbdb71186956634b Author: Gordon Bergling AuthorDate: 2026-06-27 10:49:15 +0000 Commit: Gordon Bergling CommitDate: 2026-06-30 04:48:07 +0000 bectl(8): Fix a typo in the manual page - s/envionments/environments/ (cherry picked from commit c94302609a5999786f0be77d1bd0b016153b6b11) --- sbin/bectl/bectl.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/bectl/bectl.8 b/sbin/bectl/bectl.8 index 7614bea2ddad..a28ab544d362 100644 --- a/sbin/bectl/bectl.8 +++ b/sbin/bectl/bectl.8 @@ -86,7 +86,7 @@ The .Nm utility manages bootable ZFS clones called boot environments. -Boot envionments allow system changes to be tested safely, +Boot environments allow system changes to be tested safely, as they are selectable directly from the boot .Xr loader 8 . This utility can