From nobody Tue Apr 23 14:50:40 2024 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 4VP4mf4tvGz5HPd9; Tue, 23 Apr 2024 14:50:42 +0000 (UTC) (envelope-from des@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 4VP4mf2dFdz4twT; Tue, 23 Apr 2024 14:50:42 +0000 (UTC) (envelope-from des@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1713883842; 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: in-reply-to:in-reply-to:references:references; bh=zL9d7fVFr56FM28bwJbGQpnWw5G03WHsUhZiu9xB6mA=; b=mLyqSoQQIzGry3OanjgxUIi5R4DrBXKLFeGVpJMTYJwePt2cupwoOwwUCgo6BDrWy0/Cd7 2CKy6YqAE8EORiQQ2sOfo4LX5LHtGWdVCGinpI6hATBYxI9WIDaChv9HjrJGCEn8ofGoHl 3fnMa3li1xc74jGoLeFCCtudDmN6phYA1z5O6a8GQgZkUN04FnoFEwkky3gGwkkBVs+j+6 O37sZB+wbcykvbJ5TCOBu2mYzLUCMmIrRFuWHIRs/10Hw/voZLoAeDSJlyw5VPeT94ff4S VDWc/NP4DCZYsfaSveX+RD9Xa0xws5ol+DYSuQK/lGsilGU3g81vX84EHQ12nA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1713883842; a=rsa-sha256; cv=none; b=wfP60Y/6G+fmJwjO2fYAoLzRftjSANz56Yj+yCC6baaiBN/AkbS4eAoISiCcYO5HF2LTGW zY7GVeXjAyt7b4lHEsNBbYm22nlv2rwQ+MifeGxLDlNLiXuxSxnILY3giY/mgmb98NH4d9 VJ39+AVqBuf2A0mPrB0m9YeICNznvETTxlW9orPtCNF8GDD+nu1x51dPAzH+m7AjvRVOUv rQSgJUUldPjWpRWkpi4/mWee6Wl1Cjdqx7suuiexBeXLL7Ykvs4LcTgCNL1RHXB3gPZHYr ilydJxrnZIaXB06+dHhZw7nrKdO/JZgm9ufQUDU5iDAZr5unFOTm/+n4UB6S8A== 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=1713883842; 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: in-reply-to:in-reply-to:references:references; bh=zL9d7fVFr56FM28bwJbGQpnWw5G03WHsUhZiu9xB6mA=; b=WZ06D3E5zWdc9boQDD5yY/VOtkxUfUg73cCtW8QEyBnGWoJSot2q7gJFeV40pmaeKAAFIy /PO1BJl8sdq6+8M20C7EZ8PHmmCeJ4UjSbrs2Zl35b18C0ikAEtoWu45pkuwkPGtaGCYqR 1wJnL4h7xhoD+3mtI6Eu+uUIVTpOwaC7S8pfMxcX0HR/mRzVKz7+irQJDl7bniSi4JwMzG mmW0xfT2/fR+vcNEIFeY2AXQtBy9eaqOo9zdxDJEGAb6JlfR78KaWqkW2gk7gKmXygPe7T 7B128/wsBloNMlwIj5LXhC0hopunQ1n4EYZG4XnVHtk0vBqmeOBH7YHZvolLmg== Received: from ltc.des.dev (2a02-8428-0993-f001-922e-16ff-fef1-acef.rev.sfr.net [IPv6:2a02:8428:993:f001:922e:16ff:fef1:acef]) (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 did not present a certificate) (Authenticated sender: des) by smtp.freebsd.org (Postfix) with ESMTPSA id 4VP4mf1DzSzbbs; Tue, 23 Apr 2024 14:50:42 +0000 (UTC) (envelope-from des@freebsd.org) Received: by ltc.des.dev (Postfix, from userid 1001) id E71EA1F285; Tue, 23 Apr 2024 16:50:40 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Gordon Bergling 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 In-Reply-To: (Gordon Bergling's message of "Tue, 23 Apr 2024 16:21:30 +0200") References: <202404191540.43JFeDXd088443@gitrepo.freebsd.org> <86plujaklx.fsf@ltc.des.dev> User-Agent: Gnus/5.13 (Gnus v5.13) Date: Tue, 23 Apr 2024 16:50:40 +0200 Message-ID: <86h6fs6slb.fsf@ltc.des.dev> 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 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Gordon Bergling writes: > 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 usag= e, > 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 advertis= ing > a none existing '-Sm' option. Sm is used to turn spacing on and off, cf. mdoc(7) or even just the synopsis section of the man page you were editing. I don't know why it doesn't work in that specific context, the easiest solution is to use Ns before and after each comma. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@FreeBSD.org