From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-178.mta1.migadu.com (out-178.mta1.migadu.com [95.215.58.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 555F743803C for ; Fri, 24 Jul 2026 13:58:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.178 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784901489; cv=none; b=YGniKlTRW0BlA8Mj01Uz3LwwJv8rKhXlszqaI+Vr9uSrm6Oqq46FVAqVAAuLArFX6gxxb54hx4yItvVyPwC8E4Gp05bX1gFBALRmXm5Kh2sBDPIKkdAq0/2rQLwdViWM0pMq6cNh4n1KAXIXc5pwSWrZUhq7szKk/iBtGomVySs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784901489; c=relaxed/simple; bh=Z0GaUnfpvjUSaEhocwo/huD0ZfaOqhc6irMtNBoPe5g=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=jR39hWRuBH6qcCTy9tIGAz7TC/WJqCxGnNSwt+7m2I3SjvtKAUQxYDtBHSwbxuDNPNlMUCUwh2N8chpFEsMioqNQjao1vprR7VgG0kYbHPNF1TbqmBX6/tNAPrj2uglDjeKrhjS2fD6vw5hRflmdzreZXoVYGkBai80X5odZPCo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=wyuan.org; spf=pass smtp.mailfrom=wyuan.org; dkim=pass (2048-bit key) header.d=wyuan.org header.i=@wyuan.org header.b=NZmoUK3c; arc=none smtp.client-ip=95.215.58.178 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=wyuan.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=wyuan.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=wyuan.org header.i=@wyuan.org header.b="NZmoUK3c" Date: Fri, 24 Jul 2026 21:57:42 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wyuan.org; s=key1; t=1784901472; 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=1tHXd9moTBNicOhvA9R2AlyaFyve1XRLy3kF6zwdcy0=; b=NZmoUK3c0ATGzsWRaaigNHb4UpZUtK8WqBr7VPA2myhGTJ/Sme3sOHSNcBgRQPHTEQluPx Ug8y1qcW+ark5zlaPYYpqQvDrP4aaRtDy2n1a1CDJKfuKxS0VKOkt3q9k/dSc+wXpZ1Pm2 4Kl09zNTBi2sjZ2z4NRPbQKpnGfp1Ubp4SDeWxG7BfuWjclRyhQ3R4tl8UVLmUB931oWEp L4suhERsp9aHzDIUoE2OC+do00DmEzK5Ghn+uyLqgP28pYz7N3dhZpwdfugOK5dibyAqsH nA2ylLnBF70H0BVV0pLzzCZawTKwNTwzHYsUb82hSmph/hWV23JIgc1qkAqAfw== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Weijie Yuan To: =?utf-8?B?6JGJ5a645L2R?= Cc: Jonathan Corbet , Alex Shi , Dongliang Mu , Yanteng Si , Hu Haowen <2023002089@link.tyut.edu.cn>, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 10/16] docs/zh_TW: process: localize terminology in 2.Process.rst Message-ID: References: <20260721215542.98435-1-chenyou910331@gmail.com> <20260721215542.98435-11-chenyou910331@gmail.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Migadu-Flow: FLOW_OUT On Fri, Jul 24, 2026 at 02:41:02PM +0800, 葉宸佑 wrote: > On Thu, Jul 23, 2026 at 02:30:09PM +0800, Weijie Yuan wrote: > > s/LinusTorvalds/Linus Torvalds/ > > > 1) add a before staging > > 2) remove the after staging > > > Wrap a little bit earlier here? > > All three will be fixed in v2. The missing space in "LinusTorvalds" > and the spacing around "staging" were carried over from the old > translation, and the long line is one of the paragraphs that needs > reflowing after localization. Yes, I left many marks that many of them are not the goal of this series. I just want to make a reminder there that we may later resolve them, so we can find it easily. Otherwise that's huge pain to look for them again in the large diff ;-) Thanks.