From nobody Fri Jun 19 21:03:05 2026 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 4ghqnF4PzGz6gqwW; Fri, 19 Jun 2026 21:03:13 +0000 (UTC) (envelope-from ziaee@FreeBSD.org) Received: from mailtransmit05.runbox.com (mailtransmit05.runbox.com [IPv6:2a0c:5a00:149::26]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4ghqnD6qCTz48P3; Fri, 19 Jun 2026 21:03:12 +0000 (UTC) (envelope-from ziaee@FreeBSD.org) Authentication-Results: mx1.freebsd.org; none Received: from mailtransmit03.runbox ([10.9.9.163] helo=aibo.runbox.com) by mailtransmit05.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1wagMk-00ACO1-Hq; Fri, 19 Jun 2026 23:03:06 +0200 Received: from [10.9.9.129] (helo=rmmprod07.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1wagMk-0003JK-2f; Fri, 19 Jun 2026 23:03:06 +0200 Received: from mail by rmmprod07.runbox with local (Exim 4.86_2) (envelope-from ) id 1wagMk-00012M-0O; Fri, 19 Jun 2026 23:03:06 +0200 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Received: from [Authenticated alias (960477)] by runbox.com with http (RMM6); Fri, 19 Jun 2026 21:03:05 GMT From: "Alexander Ziaee" To: "Dag-Erling Smørgrav" CC: "src-committers" , "dev-commits-src-all" , "dev-commits-src-main" , "Artem Bunichev" Subject: Re: git: b3dfd5d59c4a - main - rmdir.1: Document non-POSIX -v option Date: Fri, 19 Jun 2026 21:03:05 +0000 (UTC) X-RMM-Aliasid: 960477 X-Mailer: RMM6 In-Reply-To: <865x3euvwz.fsf@ltc.des.dev> Message-Id: X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:50304, ipnet:2a0c:5a00::/29, country:NO] X-Rspamd-Queue-Id: 4ghqnD6qCTz48P3 X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated On 2026-06-19 16:17 -04:00 EDT, "Dag-Erling Sm=C3=B8rgrav" wrote: > Alexander Ziaee writes: >> @@ -104,6 +104,10 @@ The >> utility is expected to be >> .St -p1003.2 >> compatible. >> +.Pp >> +The >> +.Fl v >> +option is an extension to that specification. >=20 > This is not the wording we normally use for these cases. We use in in rm(1), but we do not have a style guide and I am not aware of = a consistent pattern. What would you prefer? Best, Alex=