From nobody Fri Apr 14 21:09:49 2023 X-Original-To: doc@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 4PypxB0wKBz44nC8 for ; Fri, 14 Apr 2023 21:09:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Pypx93Q4Tz3Qxf for ; Fri, 14 Apr 2023 21:09:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1681506589; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=qRY1hEktNl5gxGaE73pC5eByhdv01k7GNQJZkq6ZX6g=; b=masZbUlsS8cBJknq9SYxNhWscjk3MDMcU06unUNs67i8Gi+INwilaq/SzN94/Pbj5u5URP 0WCeses0ygjHrVZAzq4iR/oOIEcynD74vhyY2eejs4Wq+jvHhXzEJVS2eVueb892OAe+gn 22M0AcGO4GEWV7TihmY8DI/rwnJup3+xfjWKeHekU9mAvb4Lv3bG6UCtw8r/+AQTJyxKzt Ttw6KqolwlnTHTdzMxkAaRrKC/D4QUOMd9d1VCYIC227OB63NRaw4LU7X5F70UQ48N1XGE XoYjlDgfz5rkaVMcKrfnbjnySClEqRL5b0e53ZAN7zjZZlKM/t722hx0TX+8sw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1681506589; a=rsa-sha256; cv=none; b=WEXdnCHfcc9W+IHLNY4kW5M6uZ8ZpBjnJ2aNoORj3lmyRNnuS0f2zjhli+i4x91mTEb97k bHQnSFbllyaIDUO6mrX+RvLVdxht9DDMK0xcgC44lBbwkf3hXznzaOKzOHZrPtQZRmnz/R KqIufgqUZTvP+sOVgm6QDfx9Snbt0XV9re3fKycP+InesAcNTXhLx/xgZWvuh/IOzJ0rRw 54wC5VT9/8003W9JoW+rwQULufZOtyMlMajbByu/gbgWZcyvhFJ0x5JSdltoALgCtWQ4rA FyAU41FAv374P7gPnT1BQEBt+efCqcEVdl6hNkQ8m9cTB0h7jhTzpJmk5cIFug== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Pypx92Vq8zg02 for ; Fri, 14 Apr 2023 21:09:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 33EL9n4S097417 for ; Fri, 14 Apr 2023 21:09:49 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 33EL9nu2097416 for doc@FreeBSD.org; Fri, 14 Apr 2023 21:09:49 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: =?UTF-8?B?W0J1ZyAyNjU4MzRdIGxvYWRlci5lZmkoOCkgc2hvdWxkIG1lbnRp?= =?UTF-8?B?b24gdWVmaSg4KSBhbmQgdmljZSB2ZXJzYTsgbG9hZGVyKDgpIHNob3VsZCBt?= =?UTF-8?B?ZW50aW9uIGxvYWRlci5lZmkoOCkgYW5kIHZpY2UgdmVyc2Eg4oCm?= Date: Fri, 14 Apr 2023 21:09:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: tom@eborcom.com X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: grahamperrin@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Documentation project List-Archive: https://lists.freebsd.org/archives/freebsd-doc List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-doc@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265834 --- Comment #5 from Tom Hukins --- (In reply to Graham Perrin from comment #4) I haven't used Phabricator yet, so I don't know. Like you, I see nothing at https://reviews.freebsd.org/D39577 that includes my commit message or commi= tter details. Let me know if it would help for me to create a Phabricator account or if there's anything else I can do to help with this ticket. --=20 You are receiving this mail because: You are on the CC list for the bug.=