From nobody Sun Mar 26 05:16:53 2023 X-Original-To: ports@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 4Pkkhh25FZz41Gbj for ; Sun, 26 Mar 2023 05:17:08 +0000 (UTC) (envelope-from DtxdF@disroot.org) Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) (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) by mx1.freebsd.org (Postfix) with ESMTPS id 4Pkkhg0dQ8z3mB6 for ; Sun, 26 Mar 2023 05:17:07 +0000 (UTC) (envelope-from DtxdF@disroot.org) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=disroot.org header.s=mail header.b=fATcXDfi; spf=pass (mx1.freebsd.org: domain of DtxdF@disroot.org designates 178.21.23.139 as permitted sender) smtp.mailfrom=DtxdF@disroot.org; dmarc=pass (policy=reject) header.from=disroot.org Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id D109941574 for ; Sun, 26 Mar 2023 07:16:58 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mwfuTeoy7BDq for ; Sun, 26 Mar 2023 07:16:57 +0200 (CEST) Date: Sun, 26 Mar 2023 05:16:53 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1679807817; bh=UzRnDgsg7RdCL60pBoyMfhtUEZMsuDJZyTfNp4USRyQ=; h=Date:From:To:Subject:In-Reply-To:References; b=fATcXDfi7cZF4Q7MB54zyT8i/AnC5ERyH4kf4rvdjtlnpXVGP9KfniWdRflE57z0i 9LfhG8537pvGeczLRD7YBBSopqFJVRIaeXWA+/vH+JMpDF+r+vhmdYg5+HXyqigkL2 x1DdSssC3EKQ8truXGRcYMjKv2RnHOiskH6u+5HTDWRP8b014RKfQpTC5RdfFoS92+ zgLMP8iLHPd9ZNpaSFy7WNo5zZt0Cajm5qujx6vxwhyPnrHB0Uv5DM9FmOQ2YOiR9O hQxgS8HdifA4oGRvhsNNywJFZG+9MJ/Ib6/OFfCp0aowa39ZCaH/msQZlAUUr5X5tv vFXVeyv15tQKw== From: DtxdF To: ports@freebsd.org Subject: Re: explain_timerfd_create_or_die(3) In-Reply-To: <793bf7cf-3076-f7d2-70f5-8b6ca7ed0c0c@freebsd.org> References: <793bf7cf-3076-f7d2-70f5-8b6ca7ed0c0c@freebsd.org> Message-ID: <0B8FDAAF-A1BC-4F8C-B858-40C9DE0BAA30@disroot.org> List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=----K62B7F828V36STO06KAQAZYAD766D5 Content-Transfer-Encoding: 7bit X-Spamd-Result: default: False [-4.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; DMARC_POLICY_ALLOW(-0.50)[disroot.org,reject]; R_SPF_ALLOW(-0.20)[+a]; R_DKIM_ALLOW(-0.20)[disroot.org:s=mail]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RCVD_TLS_LAST(0.00)[]; MLMMJ_DEST(0.00)[ports@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; DKIM_TRACE(0.00)[disroot.org:+]; ARC_NA(0.00)[]; ASN(0.00)[asn:50673, ipnet:178.21.23.0/24, country:NL]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; PREVIOUSLY_DELIVERED(0.00)[ports@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; TO_DN_NONE(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4Pkkhg0dQ8z3mB6 X-Spamd-Bar: --- X-ThisMailContainsUnwantedMimeParts: N ------K62B7F828V36STO06KAQAZYAD766D5 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, The COPYRIGHT section provides more details on the origin:=20 ``` libexplain version 1=2E3 Copyright (C) 2009 Peter Miller ``` It seems to be libexplain: https://www=2Efreshports=2Eorg/devel/libexplain= / El 26 de marzo de 2023 5:01:59 a=2E m=2E UTC, Graham Perrin escribi=C3=B3: >Which port is the origin of this manual page? > > > ------K62B7F828V36STO06KAQAZYAD766D5 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi,

The COPYRIGHT section provides more det= ails on the origin:

```
libexplain version 1=2E3 Copyright (C) 2= 009 Peter Miller
```

It seems to be libexplain: https://www=2Efreshports=2Eorg/= devel/libexplain/


El 26 de marzo = de 2023 5:01:59 a=2E m=2E UTC, Graham Perrin <grahamperrin@freebsd=2Eorg= > escribi=C3=B3:
Which port is the origin of this manual=
 page?

<https://man=2Efreebsd=2Eorg/cgi/man=2Ecgi?query=3Dexplain_timerfd_creat= e_or_die&sektion=3D3&manpath=3Dfreebsd-ports>

<= /blockquote>
------K62B7F828V36STO06KAQAZYAD766D5--