From nobody Tue Jun 30 04:51:47 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 4gq9jJ1syPz6jTTw for ; Tue, 30 Jun 2026 04:51:48 +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 4gq9jH1sCmz4Jxw for ; Tue, 30 Jun 2026 04:51:47 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782795107; 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=cpCfo8IZUzI/66AMdUpV5eUSEVBHjrTtCW9Ipvphs2M=; b=gdJGDJ3Zx5mmT0uDAlwCAhezFwKZ6lhsqUGBHhkyDIYOfKD1PhZf6f2DqmhEJHMg7ejUJX S4/1d6ksYYRfy3BRBDU63iZMQvrHmegedn+kesjDcK7/FGK5O1f9YEIerfP/6Wm52YHYp0 N4NFHd2O8kj/3nP7ZLlHeUsyX2vNAyjI0+MUfTKF8AXL4Jq9AjfwPsO8JJ9V7NZDBHBiAC lc1x3H8MCIhVCbMcWWmE8nMes408qGaronmy8iu9dzHyVk6ILHAvk4oyAlALU8MYy6CelL Mq1EJv0xnT+ik27DFShvN4eNzmoswQlpF0nPSbK+9nbzP8ivE9h19vnJtzTKdA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1782795107; a=rsa-sha256; cv=none; b=vwBgh7CFZsr9a+Tr+vdME5+28/k1uYkcX49PFZmnBykPb8ZnHHgEEuM3PNawJJ3v1fZJct xxD6Tw/VjFHWtm3hDu8zyLb0hZeAt4YIjh7vIFel3ZcJYz4MKhrHs5zGqCtRlJUMILu56p u/VTSFim09J4YZ+H+xWYr9pn9N5GGB1mid+niqROHKAqIbWacMwYVDuogQpMRReVPjymLd O4B8Z6h1fd0EIzH/udbfGiwklsjQ37UHLxoRLw5KVQ88vLGC7BCjx0TgWTUmAG7G1ytR6f Q+EAhR88mJ18macgXIjuFLjA3TiYGA1n2t7Txsjutfeks21csQ1lXIXLoEkqqQ== 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=1782795107; 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=cpCfo8IZUzI/66AMdUpV5eUSEVBHjrTtCW9Ipvphs2M=; b=lsuDCDJzBywH0D/abENnZshwG1KBApvSxP3cklb5qF/SIhu+YSX5OhVO3XF9B5z1pfSEA0 VaNEOOWikOB/Hx7+jK77QdiQUJ88FPd+5gSIdWz2WXb1+zyI8t1vecwOLMaG5e8sGEBp8J H9W5GGMfNwexkP/05T1uFkYbW2wFPikgqKLL2WMGICSJ+wFC2INmMs5I9+2HKeKslztQmC rgnyRNUCAjYIe+vtvqEzP26ZhGuiR3gaBqO1eo4wqa0sb5rJqYtYfP3QkvwNMWSuMzIejD yM4cGI3oNqSAQIRD744YjAhweQUoEnnfjR4IpjvKpkpb2KgpP5tzOGsePRRhYA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gq9jH0sftzD6J for ; Tue, 30 Jun 2026 04:51:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3e0a8 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Tue, 30 Jun 2026 04:51:47 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Gordon Bergling Subject: git: 3a27e586a109 - stable/15 - ggated(8): Fix two typos 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: 3a27e586a109466ed29d2d4b57379f54f4c39f62 Auto-Submitted: auto-generated Date: Tue, 30 Jun 2026 04:51:47 +0000 Message-Id: <6a434b63.3e0a8.74a4a537@gitrepo.freebsd.org> The branch stable/15 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=3a27e586a109466ed29d2d4b57379f54f4c39f62 commit 3a27e586a109466ed29d2d4b57379f54f4c39f62 Author: Gordon Bergling AuthorDate: 2026-06-27 10:58:09 +0000 Commit: Gordon Bergling CommitDate: 2026-06-30 04:48:58 +0000 ggated(8): Fix two typos in the manual page - s/colunm/column/ - s/operaions/operations/ (cherry picked from commit e2339370737bdbebc8bd34a84f5b869da3a9ed43) --- sbin/ggate/ggated/ggated.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/ggate/ggated/ggated.8 b/sbin/ggate/ggated/ggated.8 index c48967268df8..e1dbdcda487e 100644 --- a/sbin/ggate/ggated/ggated.8 +++ b/sbin/ggate/ggated/ggated.8 @@ -92,7 +92,7 @@ hostname RW,DIRECT /tmp/direct-image hostname RW,NODIRECT /tmp/nodirect-image .Ed .Pp -The first colunm specifies the ip, network with netmask, or the hostname +The first column specifies the ip, network with netmask, or the hostname that the export applies to. .Pp The next column is the access flags that apply to the export @@ -121,7 +121,7 @@ DIRECT and NODIRECT are used to coerce the use of the O_DIRECT flag to .Xr open 2 when the specified path is opened. If DIRECT is specified the path is always opened with O_DIRECT. If NODIRECT is specified the path is never opened with O_DIRECT. DIRECT access limits the cache effects of -IO operaions on the file. This has the effect of having clients accessing +IO operations on the file. This has the effect of having clients accessing exports to not impact the cache of the local machine, however it will cause greater IO utilization to the devices on which the files reside. .Pp