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=-9.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham 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 EFB55C433E0 for ; Sun, 31 May 2020 18:56:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CED682074A for ; Sun, 31 May 2020 18:56:38 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="sImQZ3Wa" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728374AbgEaS4h (ORCPT ); Sun, 31 May 2020 14:56:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48080 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728370AbgEaS4g (ORCPT ); Sun, 31 May 2020 14:56:36 -0400 Received: from mail-ej1-x643.google.com (mail-ej1-x643.google.com [IPv6:2a00:1450:4864:20::643]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 355DAC061A0E; Sun, 31 May 2020 11:56:36 -0700 (PDT) Received: by mail-ej1-x643.google.com with SMTP id e2so7121672eje.13; Sun, 31 May 2020 11:56:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=RNkHOML5FF6ZSQOlglHi4/y91XOJKfFGnpUO92kIJ3s=; b=sImQZ3WaB/mkAFxMWPpLDhstWwqBTdv8739g/NGUaH/ioC1U4TYWIYCw+reUIV+1Wu SNe12MJn0dJmPE01u78oaodV31e4FO9oB8pVNsRhpUrl3Mp90mrfNSHg0CTGKWPsrKxR K7oiA+ZbYIpF7rVi6kR7cZI/rjIWq8W8fVIfm2feP2yGr64ceLsscz4z+qe0TsmwDt25 XzK6X/LaKeuM66ZkM5u87MaVSrG1kk+pLaeyNcAttKEljJAapHviH6aVKS0qZV659aKM 2sBrfV3/9DY7Lnr4XeCBfrbhwmCYieDcAl3sPijHNdcVuTea5T8MtHSNPicoSjaMdKty cs0w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=RNkHOML5FF6ZSQOlglHi4/y91XOJKfFGnpUO92kIJ3s=; b=AMYi4iAJUzUz5VVntGt/1p+uRNLd/Q8BAWt6llgwMkxy6tYiarrAtpqraLNLVP5Xgk DD/pb/EAEOvFy+MWTVyHNx7v5ANq5VJ83Z5+uK6OZ5SRQwWyUnWLjShdScbEFh06/wQy GU/pRUC7cCEWT1KJj0hcLni9IbDTIcx30uUYKwCgElr2a44DzorcJo4WAU9GpCqmVhiW E/+yQ5NKrY7RIbcjqtlwVNhWo75QrBEGZzUdFwc1rLdTQn3rwi4tUFz2BTmClO+XETiG gO60tCRUSOM6HfGbpOqZ3fLPLdI/SmxVyLMF+o5H9pafZ7O+dK20qB2omgqpMrgNGvp2 CJBQ== X-Gm-Message-State: AOAM530WVEiIWUM37rGjD0ZLa1RhfM1wtj2RcuQBKcZvR7sho5v7c8Km HP4W2M4pHVRmYUtUAd23fA8= X-Google-Smtp-Source: ABdhPJxshDs2+5ehML4fKmCm+E/WaZ0Mrq96yPJH3lODHE+UUHZviLOdGxt5O/fRHCAim16EV//z+Q== X-Received: by 2002:a17:906:e211:: with SMTP id gf17mr16702126ejb.495.1590951394643; Sun, 31 May 2020 11:56:34 -0700 (PDT) Received: from felia.fritz.box ([2001:16b8:2d2d:7800:bd95:ecb6:e9e3:ecd3]) by smtp.gmail.com with ESMTPSA id w12sm13685736eds.4.2020.05.31.11.56.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 31 May 2020 11:56:34 -0700 (PDT) From: Lukas Bulwahn To: Jonathan Corbet , linux-doc@vger.kernel.org Cc: Federico Vaga , Lukas Bulwahn , linux-kernel@vger.kernel.org Subject: [PATCH] docs: it_IT: address invalid reference warnings Date: Sun, 31 May 2020 20:56:18 +0200 Message-Id: <20200531185618.7099-1-lukas.bulwahn@gmail.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Documentation generation warns: it_IT/kernel-hacking/hacking.rst: WARNING: unknown document: ../core-api/symbol/namespaces it_IT/process/5.Posting.rst: WARNING: undefined label: it_email_clients it_IT/process/submitting-patches.rst: WARNING: undefined label: it_email_clients it_IT/process/howto.rst: WARNING: undefined label: it_managementstyle Refer to English documentation, as Italian translation does not exist, and add labels for Italian process documents to resolve label references. Signed-off-by: Lukas Bulwahn --- Jonathan, please pick this quick fix of warnings. applies on doc-next and next-20200529 Documentation/translations/it_IT/kernel-hacking/hacking.rst | 4 ++-- Documentation/translations/it_IT/process/email-clients.rst | 2 ++ Documentation/translations/it_IT/process/management-style.rst | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Documentation/translations/it_IT/kernel-hacking/hacking.rst b/Documentation/translations/it_IT/kernel-hacking/hacking.rst index 6aab27a8d323..e9a2e92134f0 100644 --- a/Documentation/translations/it_IT/kernel-hacking/hacking.rst +++ b/Documentation/translations/it_IT/kernel-hacking/hacking.rst @@ -634,7 +634,7 @@ Definita in ``include/linux/export.h`` Questa è una variate di `EXPORT_SYMBOL()` che permette di specificare uno spazio dei nomi. Lo spazio dei nomi è documentato in -:doc:`../core-api/symbol-namespaces` +:doc:`../../../core-api/symbol-namespaces` :c:func:`EXPORT_SYMBOL_NS_GPL()` -------------------------------- @@ -643,7 +643,7 @@ Definita in ``include/linux/export.h`` Questa è una variate di `EXPORT_SYMBOL_GPL()` che permette di specificare uno spazio dei nomi. Lo spazio dei nomi è documentato in -:doc:`../core-api/symbol-namespaces` +:doc:`../../../core-api/symbol-namespaces` Procedure e convenzioni ======================= diff --git a/Documentation/translations/it_IT/process/email-clients.rst b/Documentation/translations/it_IT/process/email-clients.rst index 89abf6d325f2..66d3d65776f7 100644 --- a/Documentation/translations/it_IT/process/email-clients.rst +++ b/Documentation/translations/it_IT/process/email-clients.rst @@ -3,6 +3,8 @@ :Original: :doc:`../../../process/email-clients` :Translator: Alessia Mantegazza +.. _it_email_clients: + Informazioni sui programmi di posta elettronica per Linux ========================================================= diff --git a/Documentation/translations/it_IT/process/management-style.rst b/Documentation/translations/it_IT/process/management-style.rst index c709285138a7..76ed074082ea 100644 --- a/Documentation/translations/it_IT/process/management-style.rst +++ b/Documentation/translations/it_IT/process/management-style.rst @@ -3,6 +3,8 @@ :Original: :doc:`../../../process/management-style` :Translator: Alessia Mantegazza +.. _it_managementstyle: + Il modello di gestione del kernel Linux ======================================= -- 2.17.1