From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E1EE3C433EF for ; Mon, 6 Sep 2021 22:55:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B6C276105A for ; Mon, 6 Sep 2021 22:55:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230059AbhIFW4M (ORCPT ); Mon, 6 Sep 2021 18:56:12 -0400 Received: from ms.lwn.net ([45.79.88.28]:55176 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229949AbhIFW4L (ORCPT ); Mon, 6 Sep 2021 18:56:11 -0400 Received: from localhost (unknown [IPv6:2601:281:8300:104d:444a:d152:279d:1dbb]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 3FF506E2; Mon, 6 Sep 2021 22:55:06 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 3FF506E2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1630968906; bh=rxUjtcftkWdxQebUVXYg7ThhIwD2oFLu6PrQI5V7y0o=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=cT9eHKTvLjy+2EF41OQBspdzGQcdcWrJdttmJKs3KykhzPJnE3FEyaxHAgaPMTQVH SR++cCMVT2OMWF1yX3/vJIb07bkoLVbgTvhqrL45o/4wylKLJC6HjoF6K0lNSGSIAK Gf0ctSJSb9YClNIB3GpMfb5ZEC7w2cdlIjifZw0mRaFe1YN+EuWxBP9B9MSlch8oY3 T20bIM/K1FF8FP7aEjzP0iFoeGZ4ZYsimYmcSLtiSGRtQGcaqvqDvd5RxbK7xtCmsa lGENjgo27BMS/nR/XAeiih75e5s0hb/gAhoQws5tIi5vn0zlhxFrMP3TIK/NwtrrT0 W47R8ZldWLGOw== From: Jonathan Corbet To: Akira Yokosawa Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] docs: pdfdocs: Fix typo in CJK-language specific font settings In-Reply-To: References: Date: Mon, 06 Sep 2021 16:55:04 -0600 Message-ID: <87eea1uxfb.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Akira Yokosawa writes: > Hi Jon, [most CCs dropped] > > Just a reminder in case you have missed this fix. Interesting, I'm not quite sure how that fell through the cracks. Applied now, it'll go upstream shortly. Thanks, jon