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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7315DC433FE for ; Wed, 19 Oct 2022 13:46:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233289AbiJSNqN (ORCPT ); Wed, 19 Oct 2022 09:46:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59310 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233002AbiJSNpX (ORCPT ); Wed, 19 Oct 2022 09:45:23 -0400 Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D804613CE0; Wed, 19 Oct 2022 06:31:51 -0700 (PDT) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lirui.org; s=key1; t=1666186249; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=mofHzRnefxgzenZ91HNuKSlbNCOFeQU/hBtnHuhh+WY=; b=lF2SMX7wbwATWEz2q2A4gwDstK0rjcqu+9I+k9SaKoKWbS8RgF0g2wlE0MxWFycR31ufUT QRCogiHrVRUA6A1SZSSAFUPFk30VI3NtmNuxRTp3rq4T1LbKjUXQFS6oHn9Gd9OGBT9cVW cAnihMry1lBlQk4z8yqpm26oPQQgI7XMo9qdbfvThWFd7fQZUI7BtrqIlp+/jYydsJXf3d g3g76L6nXJaPV2l5K8CdwpEzOiELzWjBUmDxUY34bGpR2seicWi2h8sn7FZEc2ye0vkQmv c329NdRez+jRU0834MMOqTk2WuHmm5/9ya1UYS7El1JmNJLnWU3BK0sbYWIrfQ== From: Rui Li To: Alex Shi , Yanteng Si Cc: Jonathan Corbet , Wu XiangCheng , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Rui Li Subject: [PATCH v3 0/2] docs/zh_CN: Add userspace-api/index and ebpf Chinese translation Date: Wed, 19 Oct 2022 21:30:20 +0800 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Translate the following documents into Chinese: - Documentation/translations/zh_CN/userspace-api/ebpf/index.rst - Documentation/translations/zh_CN/userspace-api/ebpf/syscall.rst - Documentation/translations/zh_CN/userspace-api/index.rst Add userspace-api into the menu of zh_CN index. Rui Li (2): docs/zh_CN: Add userspace-api/index Chinese translation docs/zh_CN: Add userspace-api/ebpf Chinese translation Documentation/translations/zh_CN/index.rst | 2 +- .../zh_CN/userspace-api/ebpf/index.rst | 22 ++++++++ .../zh_CN/userspace-api/ebpf/syscall.rst | 29 +++++++++++ .../zh_CN/userspace-api/index.rst | 50 +++++++++++++++++++ 4 files changed, 102 insertions(+), 1 deletion(-) create mode 100644 Documentation/translations/zh_CN/userspace-api/ebpf/index.rst create mode 100644 Documentation/translations/zh_CN/userspace-api/ebpf/syscall.rst create mode 100644 Documentation/translations/zh_CN/userspace-api/index.rst -- 2.30.2