From nobody Sun Feb 27 15:37:54 2022 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 0EE4719DA18F; Sun, 27 Feb 2022 15:39:27 +0000 (UTC) (envelope-from vladimir@kondratyev.su) Received: from corp.infotel.ru (corp.infotel.ru [195.170.219.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4K673f65wVz4Ysn; Sun, 27 Feb 2022 15:39:26 +0000 (UTC) (envelope-from vladimir@kondratyev.su) Received: from corp (corp.infotel.ru [195.170.219.3]) by corp.infotel.ru (Postfix) with ESMTP id C4E3732DF12; Sun, 27 Feb 2022 18:39:18 +0300 (MSK) X-Virus-Scanned: amavisd-new at corp.infotel.ru Received: from corp.infotel.ru ([195.170.219.3]) by corp (corp.infotel.ru [195.170.219.3]) (amavisd-new, port 10024) with ESMTP id clmnBuczKnX3; Sun, 27 Feb 2022 18:38:43 +0300 (MSK) Received: from mail.cicgroup.ru (unknown [195.170.219.74]) by corp.infotel.ru (Postfix) with ESMTP id 27A0C32DF11; Sun, 27 Feb 2022 18:38:43 +0300 (MSK) Received: from mail.cicgroup.ru (localhost [127.0.0.1]) by mail.cicgroup.ru (Postfix) with ESMTP id DB58A42211F; Sun, 27 Feb 2022 18:38:38 +0300 (MSK) Received: from mail.cicgroup.ru ([127.0.0.1]) by mail.cicgroup.ru (mail.cicgroup.ru [127.0.0.1]) (amavisd-new, port 10024) with SMTP id 4y8tVBGDF48G; Sun, 27 Feb 2022 18:38:31 +0300 (MSK) Received: from [127.0.0.1] (localhost [127.0.0.1]) by mail.cicgroup.ru (Postfix) with ESMTPA id 8DFAD42211C; Sun, 27 Feb 2022 18:38:31 +0300 (MSK) Message-ID: Date: Sun, 27 Feb 2022 18:37:54 +0300 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: Sender: owner-dev-commits-src-main@freebsd.org X-BeenThere: dev-commits-src-main@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: git: 16ee5cd15ad0 - main - Fix mdoc issues found by mandoc -Tlint. Content-Language: en-US To: Christian Brueffer , src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Cc: wulf@freebsd.org References: <202202251641.21PGfSC6070034@gitrepo.freebsd.org> <20220225181107.wpzeW%steffen@sdaoden.eu> <01854643-cf53-a30d-7d07-577c8bb360ae@FreeBSD.org> From: Vladimir Kondratyev In-Reply-To: <01854643-cf53-a30d-7d07-577c8bb360ae@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4K673f65wVz4Ysn X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On 27.02.2022 14:24, Christian Brueffer wrote: > On 2022-02-25 19:11, Steffen Nurpmeso wrote: >> Hello. >> >> Christian Brueffer wrote in >> =C2=A0 <202202251641.21PGfSC6070034@gitrepo.freebsd.org>: >> =C2=A0 |The branch main has been updated by brueffer: >> =C2=A0 | >> =C2=A0 |URL: https://cgit.FreeBSD.org/src/commit/?id=3D16ee5cd15ad0952= 0c03f9f222f4\ >> =C2=A0 |400507f1a82d7 >> =C2=A0 | >> =C2=A0 |commit 16ee5cd15ad09520c03f9f222f4400507f1a82d7 >> =C2=A0 |Author:=C2=A0=C2=A0=C2=A0=C2=A0 Christian Brueffer >> =C2=A0 |AuthorDate: 2022-02-25 16:39:09 +0000 >> =C2=A0 |Commit:=C2=A0=C2=A0=C2=A0=C2=A0 Christian Brueffer >> =C2=A0 |CommitDate: 2022-02-25 16:41:19 +0000 >> =C2=A0 | >> =C2=A0 |=C2=A0=C2=A0=C2=A0 Fix mdoc issues found by mandoc -Tlint. >> =C2=A0 ... >> =C2=A0 |+.\".Xr moused 8 >> >> I love donkeys, cats, songbirds, rats .. and mice!=C2=A0 Whoever is >> really keen on earthworms ventilating and transforming earth, oh >> s?he has _no_ idea of how important Mice are!=C2=A0 Oh, mice are brave >> and emphatic.=C2=A0 They are beautiful.=C2=A0 They are the first mamma= ls, >> our ancestors thus, and they, different to us, have experienced >> mental development and respect for life. >> >> Heck, do not mistreat them so devilish under laboratory conditions! >> Just my humble opinion, of course. >> >=20 > From context it looked to me that the moused .Xr should be commented > out, but since it's been there since the initial import it's hard to be > sure. >=20 > CCing wulf@, maybe he can clarify this. >=20 Moused is commented out as in-base version does not support hms(4) yet --=20 WBR Vladimir Kondratyev