From patchwork Tue Sep 29 10:30:30 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alejandro Colomar X-Patchwork-Id: 40541 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 75F903987525; Tue, 29 Sep 2020 10:31:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 75F903987525 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1601375501; bh=pLm71/+3rvSYpQ2Dwv83jF0VD3Qx5yqgezJQiIfi7EY=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=H0MPClwG0mYwymsNOCHecfsvylDB4kjPP8q2ycNsUFejSEzTu3q/c2YJvnwo6CbzQ QE+qMsLyQDdSs6MSGS1FJoy/Fy20CtZYMIdi2Wxv4XT50A+TMYrP/UdZ6VDgQFvcZM JUjK7J6bs69jFYgNNen5rs6i99u/kbRiV7zkE298= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-wm1-x336.google.com (mail-wm1-x336.google.com [IPv6:2a00:1450:4864:20::336]) by sourceware.org (Postfix) with ESMTPS id 858E939874E5 for ; Tue, 29 Sep 2020 10:31:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 858E939874E5 Received: by mail-wm1-x336.google.com with SMTP id t17so1594066wmi.4 for ; Tue, 29 Sep 2020 03:31:36 -0700 (PDT) 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=pLm71/+3rvSYpQ2Dwv83jF0VD3Qx5yqgezJQiIfi7EY=; b=Gnn2PAHLPbQjHXNeWKYcMjdlO/IprLcFz0LxjULjRChEsUe5f1k78dsvkiOgT0ZGIx auAp19fej9GPwVR5z9OwkFJmTV3xSAD9NsQg22w5TFvBCynJHB5oJ1RoeQY7fYTw+1OP Tjf/3I6INL3gZCcrymbwnsT09FgC84u4hs2ECMb6yEfkvrDayhL9F96BmvFp0+vc6Vhj mVtm4rS2e5eGacHk5FZJv0Bb8NC52EV3uew8QG7NNWmy8JITpbcZ9ISXDQT9XCCVzRqc TcF3Auy9odL/JVXKStHnflZxjlIR82NtoynbGW/SMTPu20GEbuYiHabSv37IN/+ut1FC Z5tg== X-Gm-Message-State: AOAM533HQul80tCFfAvi4CEyBUMtMNC5XIIbbkjSqTClyexL+lgdZG2A ti/O6XhzqfcZGCZd+jjiXLQ= X-Google-Smtp-Source: ABdhPJyyhB5+ADJ683+A+xIOOk+rG+NjymQuLPibpVK2g1MjcvMld3QS/4E/ZPEuAchDfe66djtF3w== X-Received: by 2002:a7b:c192:: with SMTP id y18mr3661266wmi.108.1601375495657; Tue, 29 Sep 2020 03:31:35 -0700 (PDT) Received: from localhost.localdomain ([170.253.60.68]) by smtp.googlemail.com with ESMTPSA id t5sm5611464wrb.21.2020.09.29.03.31.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 29 Sep 2020 03:31:35 -0700 (PDT) To: mtk.manpages@gmail.com Subject: [PATCH v2 8/8] uint8_t.3, uint16_t.3, uint32_t.3, uint64_t.3, uintN_t.3: New links to system_data_types(7) Date: Tue, 29 Sep 2020 12:30:30 +0200 Message-Id: <20200929103028.56566-9-colomar.6.4.3@gmail.com> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200929082524.49529-1-colomar.6.4.3@gmail.com> References: <20200929082524.49529-1-colomar.6.4.3@gmail.com> MIME-Version: 1.0 X-Spam-Status: No, score=-9.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, GIT_PATCH_0, 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-Patchwork-Original-From: Alejandro Colomar via Libc-alpha From: Alejandro Colomar Reply-To: Alejandro Colomar Cc: Alejandro Colomar , linux-man@vger.kernel.org, libc-alpha@sourceware.org, colomar.6.4.3@gmail.org, gcc@gcc.gnu.org Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" Signed-off-by: Alejandro Colomar --- man3/uint16_t.3 | 1 + man3/uint32_t.3 | 1 + man3/uint64_t.3 | 1 + man3/uint8_t.3 | 1 + man3/uintN_t.3 | 1 + 5 files changed, 5 insertions(+) create mode 100644 man3/uint16_t.3 create mode 100644 man3/uint32_t.3 create mode 100644 man3/uint64_t.3 create mode 100644 man3/uint8_t.3 create mode 100644 man3/uintN_t.3 diff --git a/man3/uint16_t.3 b/man3/uint16_t.3 new file mode 100644 index 000000000..db50c0f09 --- /dev/null +++ b/man3/uint16_t.3 @@ -0,0 +1 @@ +.so man7/system_data_types.7 diff --git a/man3/uint32_t.3 b/man3/uint32_t.3 new file mode 100644 index 000000000..db50c0f09 --- /dev/null +++ b/man3/uint32_t.3 @@ -0,0 +1 @@ +.so man7/system_data_types.7 diff --git a/man3/uint64_t.3 b/man3/uint64_t.3 new file mode 100644 index 000000000..db50c0f09 --- /dev/null +++ b/man3/uint64_t.3 @@ -0,0 +1 @@ +.so man7/system_data_types.7 diff --git a/man3/uint8_t.3 b/man3/uint8_t.3 new file mode 100644 index 000000000..db50c0f09 --- /dev/null +++ b/man3/uint8_t.3 @@ -0,0 +1 @@ +.so man7/system_data_types.7 diff --git a/man3/uintN_t.3 b/man3/uintN_t.3 new file mode 100644 index 000000000..db50c0f09 --- /dev/null +++ b/man3/uintN_t.3 @@ -0,0 +1 @@ +.so man7/system_data_types.7