From patchwork Fri Sep 18 17:04:35 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alejandro Colomar X-Patchwork-Id: 40444 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 45B26397246A; Fri, 18 Sep 2020 17:05:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 45B26397246A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1600448704; bh=ZSPzC1XJAN+rkxlBP3R3K3Z2FSgBSa+RVd2a4zCq8TA=; 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=fSiqvJgx78KT6ti//NiOv3dy1TQ9Rgwqf7eBr7SzRlA6oIpE1DV/PSULFSN7uf0yS 5DBJRogb5DgHVfKxc64wDiSOfi/rv0zqo0A8xuP05cq6CFsILBajq7syPd4CNC6uQl iJKJPIMILN6ZYu/yC/RVA+uQoH8+wLvpnvdSb8ls= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-wm1-x344.google.com (mail-wm1-x344.google.com [IPv6:2a00:1450:4864:20::344]) by sourceware.org (Postfix) with ESMTPS id 49DF73954C16 for ; Fri, 18 Sep 2020 17:05:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 49DF73954C16 Received: by mail-wm1-x344.google.com with SMTP id e17so6000864wme.0 for ; Fri, 18 Sep 2020 10:05:01 -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=ZSPzC1XJAN+rkxlBP3R3K3Z2FSgBSa+RVd2a4zCq8TA=; b=r6vFvql0Nfr0z/U++Tay+ZRM8W7JfgASBJLDkRYfJfA7XTk+iIdD/4w9UV74kyjs8t Hq50/Ij9ApHxBO1jZ59gnIDQgQx205Px64k8nW7wJe1xkFCHoZ46bBRE6omcOPOz0ZAi lcBLwz86jmrI1xU/yXee6QRHMvJYYvhnEI2uNUfIbUARRA6iar+jgIaHrkRA0T5tzdAT wBcsXwDXfd8sBWUvWsYC5gY3KSQE0w6tHzDuCecFQo+3IpoeBnc+9xiIecXv4sbULolK bYG4oFFYm5CElc7K6j0m+aOmHSZxLMuu7PDNKysPuLXYbpuR3zHh2A5xlP6/zp7ufENA 0bow== X-Gm-Message-State: AOAM532EX3WKE6T25YmbAGCfxOT3xS9Tehe/3PJjq6h3yf5xMPvUizwj 2bjssnB6laApoMIorTZd41w= X-Google-Smtp-Source: ABdhPJwrjjP82Er0XEpWODNCRibnwYY/gR+jssacmM9NPVluWMUDaAL38Az/KliMxdy3vsQrySxcWw== X-Received: by 2002:a1c:6607:: with SMTP id a7mr16343116wmc.142.1600448700449; Fri, 18 Sep 2020 10:05:00 -0700 (PDT) Received: from localhost.localdomain ([170.253.60.68]) by smtp.googlemail.com with ESMTPSA id q18sm6321208wre.78.2020.09.18.10.04.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 18 Sep 2020 10:04:59 -0700 (PDT) To: mtk.manpages@gmail.com Subject: [PATCH 1/9] system_data_types.7: ffix Date: Fri, 18 Sep 2020 19:04:35 +0200 Message-Id: <20200918170442.94920-2-colomar.6.4.3@gmail.com> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200918170442.94920-1-colomar.6.4.3@gmail.com> References: <20200918170442.94920-1-colomar.6.4.3@gmail.com> MIME-Version: 1.0 X-Spam-Status: No, score=-9.5 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 Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" Signed-off-by: Alejandro Colomar --- man7/system_data_types.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 index eb4718491..5352f3ef2 100644 --- a/man7/system_data_types.7 +++ b/man7/system_data_types.7 @@ -232,9 +232,9 @@ Notes: .IR , .IR , .IR , -.IR +.I and -.IR +.I define .I size_t since POSIX.1-2008.