From nobody Tue Apr 23 14:21:30 2024 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 4VP46z409sz5HLQl; Tue, 23 Apr 2024 14:21:31 +0000 (UTC) (envelope-from gbe@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4VP46z3Z22z4r2B; Tue, 23 Apr 2024 14:21:31 +0000 (UTC) (envelope-from gbe@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1713882091; 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: in-reply-to:in-reply-to:references:references; bh=n6BXeTFQB5LbXToY4JUm8kdwWoAMIFR2M283UjQK6fc=; b=emMLHaV27g9O85yHOeSr3NJYtvXEae2d+vNmWYiAksi3iL1h3uPrrpJVDi3KULNUm6eHVK mfcbjo0gGk9tfEuYvYY2zhktG2M8YvPu4lOj64Bo7tdgosjrW5QOK4Md0TBNvfhhoBJohN QUfcuOJ/I1yuvkr0iPZZakApyKpfdX9HcRkLyR1kS1LCLLdN6KH6xTXP4s+k9YchukQfpD 4oEW8gRN53xjcXj0M3cE6rlf8hCtD82Dj3E7d5Pu1jkn4BkVrKDQk71dDjrpmkMaHHTMb2 j2VAI8F7Iwe3RjDQvQmuaSiRoXxOG3FEEf5PCQHtGbHTq4ziUCwLmIIUkiYMQA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1713882091; a=rsa-sha256; cv=none; b=yXDUj0vhGj31+FXuxR8NCq5U4QI8L9v12nw4gcyANLy+RIOIjVrIGxM+EXjcNfrkK25iCo UuoFTAfw2yFQ/kVjOvWyUWTRKi5TUoVo7CX82G2rRBAmietDk3R88GveEqWiruuQLcKoHD g/KQ0ultHfeyvglWFEbjcnJLnU6f4VIo4FzbNMO1u0IN1U0wjMHnaApRrwky0EZxMq3qlf NUUSZc+URSfPuihsZ9mQ2RPOPGNcEuD2QBmBdXPXuEjrLzqtHcqEIVQtuVJ7Y/vfs15THF R+HyLmUn4ahi86wdgZjkYie04YB0c3Uqz0Qj3O5WRxm8LtlXZzOBlSvHIvYhFg== 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=1713882091; 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: in-reply-to:in-reply-to:references:references; bh=n6BXeTFQB5LbXToY4JUm8kdwWoAMIFR2M283UjQK6fc=; b=wJvrTdTs3zuiZTp6kYPwj8OChD2r/R5EF00TYELXZRcdXt/F5R9EvvW+tYDlWh446V7PB2 7nU2ahR+wJy3ppIbHpMqH9EDchrg0yhkq1ddfUCnL3a6qciN5UnANP9iqhGSzNQ1s8MWL9 2elHDlrTcCCxaCSEG/39NnDf79aq7Ln6qYJc+SeApCt/q97QXKRZ64zAWSvf0Mi8838cdA OoMN34Kx5A2sst/aIj9xoFDakWqKGqfhHBYo0g/00QB0bSEhbb7IQnQskOsC7FTuGKOG+q s/31YBe91fPswZ329NC+p1au0GiHCU8JKLM6phlaDd4EhvhtxW5Epb5DTB5EdQ== Received: from localhost (p200300cb8707821becb918c29f154d1c.dip0.t-ipconnect.de [IPv6:2003:cb:8707:821b:ecb9:18c2:9f15:4d1c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: gbe) by smtp.freebsd.org (Postfix) with ESMTPSA id 4VP46z0KH1zb1g; Tue, 23 Apr 2024 14:21:30 +0000 (UTC) (envelope-from gbe@freebsd.org) Date: Tue, 23 Apr 2024 16:21:30 +0200 From: Gordon Bergling To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: 8993d785a261 - main - expand.1: Fix markup for the '-t' option Message-ID: References: <202404191540.43JFeDXd088443@gitrepo.freebsd.org> <86plujaklx.fsf@ltc.des.dev> 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: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="PUq3DGEPkp19jxkN" Content-Disposition: inline In-Reply-To: <86plujaklx.fsf@ltc.des.dev> X-Url: X-Operating-System: FreeBSD 14.0-RELEASE-p6 amd64 X-Host-Uptime: 4:06PM up 7 days, 22:20, 3 users, load averages: 0.24, 0.26, 0.24 --PUq3DGEPkp19jxkN Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi des, On Sat, Apr 20, 2024 at 09:40:26PM +0200, Dag-Erling Sm=F8rgrav wrote: > Gordon Bergling writes: > > expand.1: Fix markup for the '-t' option > > =20 > > When viewing the manpage the '-t' option is shown as follows > > =20 > > -t -Sm tab1, tab2, ..., tabn Sm > > =20 > > with the markup '\&Sm' included within '.It Fl t', which doesn't > > makes any sense. > > =20 > > So just remove it. >=20 > You can't just remove the Sm, you need to add Ns before and after each > comma to do what the Sm was intended to do. This is why we have a patch > review system, please use it. I usualy always create differentials for changes, but I try to avoid them for one-line changes. I have tested various combinations for the .Sm usage, but I didn't saw any change in the manual page formating when removing the macro, so that was the easiest thing to have the '-t' option not advertising a none existing '-Sm' option. --Gordon --PUq3DGEPkp19jxkN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEYbWI0KY5X7yH/Fy4OQX2V8rP09wFAmYnw+gACgkQOQX2V8rP 09zWqAf5AdbDDc2359uTyAhHWEMTgBxdw0wMF7gL99vXHfPwdppd+YlIcdLUhQbw 7W+bxG3r9TzhlxF4ljJZxFfyQbYkMBptcCtnp6eb39sBZoFvRbFMC3LMA37VuvV3 Q/w3RNTC/M21U+g/TdniT9iWh1OjhLVmRuy//cKH1vWZ+zS+3XbMSKSwBcHhOLAB XoWOH0d5hAjTWnulHiFcTl2ehcrJa8b5KwfZE2z5Uld9Bz6ylY9q+YIuBZ3LGKu6 PQzRM2JLOpABXtP/oQysPT8R9MoQgRMghKcFjhnbFE4r7OlimIy7o9UEqkyJCMo7 Cnl1lKGiHzSUtJGHcuGorTngRqeWRA== =SRTp -----END PGP SIGNATURE----- --PUq3DGEPkp19jxkN--