From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x342.google.com (mail-wm1-x342.google.com [IPv6:2a00:1450:4864:20::342]) by sourceware.org (Postfix) with ESMTPS id 42816398B402 for ; Thu, 1 Oct 2020 11:35:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 42816398B402 Received: by mail-wm1-x342.google.com with SMTP id y15so2684025wmi.0 for ; Thu, 01 Oct 2020 04:35:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:cc:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=FM9x8r3VztSmKQ7WH/bq10F7BfkjHoYtKD0icd8VEtI=; b=btleDhB5VINhOe4viDNled7r9vje+zT7lyYrhC1EGr354bS3wshr14Px6RAp9lB9Wx IYwnxxk1FgSPqRr+mfmo4QNJ585tDveizFn4C5kuiZ0Y6z0Dl/mbWXeV4JHQjj0MMpnJ GfRmPROci0deyWEjbp6sTK3C3hwNp8pVuwOCGE5SAFdnM+ZpsYbvhoXV3Kut37ZXcaRm 4N+VrsSUov29am/vu/jH2MGp56paWDa+crNH4E5ldqRGXsqopjU+tdUCwy8tEh6WFkY7 k4N362N4oYjmV91flLKWHIiFvUNvRKrg7lvaV+tBcUIil4Yfn/RL2fgSIgpEh8PNsVkA AnDg== X-Gm-Message-State: AOAM533w3sDN0+j2QOeTg2gfHd+7o8rkRzzGewFRB/36uOp7XScE6IF8 h9zjf1NjYgBF1qPpWlANAHA= X-Google-Smtp-Source: ABdhPJyyft/Rh7RQh3hcjxw5MVzNG5Q+yWbw+j9rkeeOosqct/oAnZ8bi0F0u5vEnAzNcPtX2Lz8GQ== X-Received: by 2002:a1c:2d85:: with SMTP id t127mr7947710wmt.22.1601552136421; Thu, 01 Oct 2020 04:35:36 -0700 (PDT) Received: from ?IPv6:2001:a61:2479:6801:d8fe:4132:9f23:7e8f? ([2001:a61:2479:6801:d8fe:4132:9f23:7e8f]) by smtp.gmail.com with ESMTPSA id q13sm8424617wra.93.2020.10.01.04.35.35 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 01 Oct 2020 04:35:35 -0700 (PDT) Cc: mtk.manpages@gmail.com, linux-man@vger.kernel.org, libc-alpha@sourceware.org, gcc@gcc.gnu.org Subject: Re: [PATCH 16/16] uintptr_t.3: New link to system_data_types(7) To: Alejandro Colomar References: <20201001101559.77163-1-colomar.6.4.3@gmail.com> <20201001101559.77163-17-colomar.6.4.3@gmail.com> From: "Michael Kerrisk (man-pages)" Message-ID: Date: Thu, 1 Oct 2020 13:35:35 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20201001101559.77163-17-colomar.6.4.3@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-10.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, KAM_SHORT, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Oct 2020 11:35:38 -0000 Applied. On 10/1/20 12:16 PM, Alejandro Colomar wrote: > Signed-off-by: Alejandro Colomar > --- > man3/uintptr_t.3 | 1 + > 1 file changed, 1 insertion(+) > create mode 100644 man3/uintptr_t.3 > > diff --git a/man3/uintptr_t.3 b/man3/uintptr_t.3 > new file mode 100644 > index 000000000..db50c0f09 > --- /dev/null > +++ b/man3/uintptr_t.3 > @@ -0,0 +1 @@ > +.so man7/system_data_types.7 > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/