From nobody Fri Feb 07 00:37:29 2025 X-Original-To: dev-commits-src-main@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 4Ypw6V0Bw8z5mLSk; Fri, 07 Feb 2025 00:37:38 +0000 (UTC) (envelope-from maxim@maxim.int.ru) Received: from maxim.int.ru (maxim.int.ru [167.71.75.67]) (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 (2048 bits) client-digest SHA256) (Client CN "maxim.int.ru", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ypw6T2bKfz3jnQ; Fri, 07 Feb 2025 00:37:37 +0000 (UTC) (envelope-from maxim@maxim.int.ru) Authentication-Results: mx1.freebsd.org; none Received: from localhost (localhost [127.0.0.1]) by maxim.int.ru (8.18.1/8.18.1) with ESMTPS id 5170bTfH045238 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Fri, 7 Feb 2025 00:37:29 GMT (envelope-from maxim@maxim.int.ru) Date: Fri, 7 Feb 2025 00:37:29 +0000 (UTC) From: Maxim Konovalov To: Warner Losh cc: Benjamin Kaduk , src-committers , "" , "" Subject: Re: git: b7f2a457a883 - main - arch.7: grammar fixes In-Reply-To: Message-ID: <96b2357c-6b85-7c22-81f2-04d1bf2c4bd5@maxim.int.ru> References: <202502042029.514KT9UX045548@gitrepo.freebsd.org> List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 4Ypw6T2bKfz3jnQ X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:14061, ipnet:167.71.64.0/20, country:US] On Thu, 6 Feb 2025, 17:01-0700, Warner Losh wrote: > On Thu, Feb 6, 2025, 4:17?PM Benjamin Kaduk wrote: > > > On Tue, Feb 4, 2025 at 12:29?PM Maxim Konovalov wrote: > > > >> The branch main has been updated by maxim: > >> > >> URL: > >> https://cgit.FreeBSD.org/src/commit/?id=b7f2a457a883c8530c9b6111cee6a988ce5b7249 > >> > >> commit b7f2a457a883c8530c9b6111cee6a988ce5b7249 > >> Author: Maxim Konovalov > >> AuthorDate: 2025-02-04 20:26:53 +0000 > >> Commit: Maxim Konovalov > >> CommitDate: 2025-02-04 20:26:53 +0000 > >> > >> arch.7: grammar fixes > >> > >> The "for hysterical raisons" was a nice one, though. > >> > >> MFC after: 3 days > >> --- > >> share/man/man7/arch.7 | 4 ++-- > >> 1 file changed, 2 insertions(+), 2 deletions(-) > >> > >> diff --git a/share/man/man7/arch.7 b/share/man/man7/arch.7 > >> index a3c875df0bff..796c6db7d299 100644 > >> --- a/share/man/man7/arch.7 > >> +++ b/share/man/man7/arch.7 > >> @@ -352,7 +352,7 @@ userland interfaces relating to underlying hardware > >> platform > >> differences in bus architecture, device enumeration and boot interface. > >> Generally, > >> .Dv MACHINE > >> -should only be used in src/sys and src/stand or in system imagers or > >> +should only be used in src/sys and src/stand or in system images or > >> installers. > >> > > > > "system imagers" is a real term -- people or scripts who image > > (i.e., install) systems. I think "imagers" makes more sense than > > "images" here since the "system image" would typically be a static > > set of data and the imager is a thing that is potentially dynamic > > (i.e., needing to control MACHINE or behave differently depending > > on its value) and the system images that it produce do not gain > > any value from examining MACHINE). > > [...] Yes, it might be, I thought about that. Since we have the author of this text -- Warner, is it "imagers" or "images"? Thanks, Maxim -- Maxim Konovalov