From nobody Mon Mar 23 20:25:44 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 4ffl6k0Ccyz6WSvk for ; Mon, 23 Mar 2026 20:25: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 "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ffl6j5RWWz3Wx5 for ; Mon, 23 Mar 2026 20:25:49 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1774297549; 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=3zKK7GIfSHjRwqwDjBtAqwdQ/E2mDXc0Rr5AqfVdZYM=; b=NGWZ0+IL0E4i5H0z4jXxTEq1eNnOwkuLnuGIeHEWXi8KK8Ku/xHQfM/c+8/zymWzPBP/f7 VA+KfyKWPQpJboYfwU5l9kHRawIpv1dDrHKKxt98CAsWikudHCHWGEemZG8GJtJ/cGEAc1 F/k383ApCbIZQXJ4x8uuMR8tzVi3WHe+EWyyXwfQtRBUiU7JoGAa+JnnRUv8EsfcB00AwD tBDtgQwSTS9kVebuUIP+qhIuoKWQNWnQj7AFupllDBUr4Y2teOB1pgHFIp2Revw2uOy2Lv Gl9Qr/92OwjB8l+6IiWGRIyDsjkR28D+xteSs4oPF+zv5bwyo/3Q82RTAtHqfA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1774297549; a=rsa-sha256; cv=none; b=liVHQz5Oxdj6uv1Cia6pniQeWhl4+/Btujye0BQskpopeq0bImmsI4Xxcy1C22AL5S74lE jzSF9ohzkflw4wLmu7llqwI9ZqW0jJ4HeI5vl4Jzdxe20cCIgNttZssZjA60kbQzXBtQTB XGcZweMoeT9cLbpeA3Rn92D9atGRVb2vNxb655zBRZ44ns6lkHEHp2FPUMns4nPFXCi0Et CSw32CUwXV2CHbKiLncC/k4VSRcfDdjbzLNqbKmNX7kdSOVj6wrRhXWcSUgCPqfPYrMaW5 ZvfsShx9yHRiaGauiBmNxfslj4KHcf9M/D6+aXxEKuXRBqAyp1ySEyI+PoTpVQ== 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=1774297549; 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=3zKK7GIfSHjRwqwDjBtAqwdQ/E2mDXc0Rr5AqfVdZYM=; b=Phy6ZuiEXHOSs2w2ZAyumqdBunRMLOaxjG9oxf+4gakzjV2V0Af/s1c1zZeGhnRiHjFaxA Oez0w2iIjUi5MceeAAEYLc0Y9D9HvHXlx6Zthjw0ECTtuLsh2nfbvDiHQIFoNmXP2Km7gf wOH9kWgw+e6kBXrbczoy4TS/YJUCHyBM3+XJn51JJf4zmEilJQfeUa54JQj4o/9omGTKfU 9vxZs87vEy6G0/DjIWWozZDDTDfk49n+LmTI+dNBY5lklE2aaew7a0JNvuVepGop6Gppmb pLbASz/TmYDNCOGtRjRxi6S69xXLdjZTwj41DEgIJKS5qjNeJwAN4rhuHIlJTA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4ffl6j4zxbz13Jj for ; Mon, 23 Mar 2026 20:25:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 1815e by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 23 Mar 2026 20:25:44 +0000 To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Cc: Po Han Chen From: Alexander Ziaee Subject: git: f84767f118 - main - documentation: Fix minor typos 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 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ziaee X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f84767f118a1504fc1f6c94f05269bb4f9a2dd2c Auto-Submitted: auto-generated Date: Mon, 23 Mar 2026 20:25:44 +0000 Message-Id: <69c1a1c8.1815e.5229375b@gitrepo.freebsd.org> The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/doc/commit/?id=f84767f118a1504fc1f6c94f05269bb4f9a2dd2c commit f84767f118a1504fc1f6c94f05269bb4f9a2dd2c Author: Po Han Chen AuthorDate: 2026-03-23 02:24:33 +0000 Commit: Alexander Ziaee CommitDate: 2026-03-23 20:25:00 +0000 documentation: Fix minor typos - explaining-bsd: fix missing opening quote in trademarks list - committers-guide: remove duplicate word ("to to" -> "to") - jails: fix article usage ("A incomplete" -> "An incomplete") - zfs: remove redundant preposition ("in since" -> "since") Reviewed by: ziaee Closes: https://github.com/freebsd/freebsd-doc/pull/624 --- documentation/content/en/articles/committers-guide/_index.adoc | 2 +- documentation/content/en/articles/explaining-bsd/_index.adoc | 2 +- documentation/content/en/books/handbook/jails/_index.adoc | 2 +- documentation/content/en/books/handbook/zfs/_index.adoc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc index afaea189cb..ebaad17afd 100644 --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -946,7 +946,7 @@ The process is the same for either a typical merge or an exceptional direct comm % git cherry-pick -x $HASH --edit .... -If you forget to to add the `Approved by:` line, you can do a `git commit --amend` to edit the commit message before you push the change. +If you forget to add the `Approved by:` line, you can do a `git commit --amend` to edit the commit message before you push the change. ==== Multiple commit MFC diff --git a/documentation/content/en/articles/explaining-bsd/_index.adoc b/documentation/content/en/articles/explaining-bsd/_index.adoc index 82c9222170..23fb72ec2e 100644 --- a/documentation/content/en/articles/explaining-bsd/_index.adoc +++ b/documentation/content/en/articles/explaining-bsd/_index.adoc @@ -4,7 +4,7 @@ authors: - author: Greg Lehey email: grog@FreeBSD.org description: Brief explanation about BSD -trademarks: ["freebsd", "amd", "apple", "git", intel", "linux", "opengroup", "sun", "unix", "general"] +trademarks: ["freebsd", "amd", "apple", "git", "intel", "linux", "opengroup", "sun", "unix", "general"] tags: ["Explaining BSD", "BSD", "FreeBSD", "operating system"] --- diff --git a/documentation/content/en/books/handbook/jails/_index.adoc b/documentation/content/en/books/handbook/jails/_index.adoc index 10ecf79d45..3b949cef5a 100644 --- a/documentation/content/en/books/handbook/jails/_index.adoc +++ b/documentation/content/en/books/handbook/jails/_index.adoc @@ -84,7 +84,7 @@ This chapter covers: * How to start, stop, and restart a jail. * The basics of jail administration, both from inside and outside the jail. * How to upgrade the different types of jail. -* A incomplete list of the different FreeBSD jail managers. +* An incomplete list of the different FreeBSD jail managers. [[jail-types]] == Jail Types diff --git a/documentation/content/en/books/handbook/zfs/_index.adoc b/documentation/content/en/books/handbook/zfs/_index.adoc index 22d41f6468..587b6510e2 100644 --- a/documentation/content/en/books/handbook/zfs/_index.adoc +++ b/documentation/content/en/books/handbook/zfs/_index.adoc @@ -2494,7 +2494,7 @@ Since quotas do not consider compression ZFS may write more data than would fit === Zstandard Compression OpenZFS 2.0 added a new compression algorithm. -Zstandard (Zstd) offers higher compression ratios than the default LZ4 while offering much greater speeds than the alternative, gzip. OpenZFS 2.0 is available starting with FreeBSD 12.1-RELEASE via package:sysutils/openzfs[] and has been the default in since FreeBSD 13.0-RELEASE. +Zstandard (Zstd) offers higher compression ratios than the default LZ4 while offering much greater speeds than the alternative, gzip. OpenZFS 2.0 is available starting with FreeBSD 12.1-RELEASE via package:sysutils/openzfs[] and has been the default since FreeBSD 13.0-RELEASE. Zstd provides a large selection of compression levels, providing fine-grained control over performance versus compression ratio. One of the main advantages of Zstd is that the decompression speed is independent of the compression level.