From patchwork Fri Sep 18 12:45:53 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alejandro Colomar X-Patchwork-Id: 40432 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 531C63954444; Fri, 18 Sep 2020 12:46:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 531C63954444 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1600433205; bh=Cmxu3JFNPBfeoSZaLw65kng+fKGIsZZMp0RzJya8YdA=; 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=xkhyDF745cuB+Ol/ns7i51delRQIH6XMBXh7Z3E/woIuggbPFK38Fzb+KTKsUpL2p WjTVqqy46xp+Syt3jAP9sxF7gJjQzmEEiYFXnF8V3Z4aOvM964Jwng/GFacb+3LjRP //eU/+tLr5/7VsbQQvpf1qjlFZP9tUTaU7vYjvo0= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-wr1-x443.google.com (mail-wr1-x443.google.com [IPv6:2a00:1450:4864:20::443]) by sourceware.org (Postfix) with ESMTPS id D6EB53857C46 for ; Fri, 18 Sep 2020 12:46:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D6EB53857C46 Received: by mail-wr1-x443.google.com with SMTP id x14so5479413wrl.12 for ; Fri, 18 Sep 2020 05:46:42 -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=Cmxu3JFNPBfeoSZaLw65kng+fKGIsZZMp0RzJya8YdA=; b=UooTsiep9Vmb9cl88y/MtJxXZ0Zex/eOk9CZg380cQ6Jokza7qECD9SM6TCy74GePb Dz9d8AxA5ZCvAyLN7gdm+2Yh6J9zWMu6GeDbeEshYVPRf9X7SA2cvWuWaIk14UzYiA80 TZrnEcPc9YkuDWMN6WrkeOvaP4TqMf+cJSD+2tIWRMiR9XcqWVBUYw8s+jqtN4nN5Ot/ ILcMvuc64PnVESiszmu8bm5EeuCHHgxD4BrJUW+9fSkVzfQT8iBoLn+yE75V+wN9+F5D 8PhrDAKmhKltesxE0h2ufxToGM7RRvF3/4/i7TyDSbnai8uyt09Tepy+G8P2wL48Zl9T vqiw== X-Gm-Message-State: AOAM531dtNSqVkze2fd11hEMEYYwnYJ7kOcn8+xIJa3xFDu5AIjwGi+d vPAEqdrRwG1/uzPApNRFehQNlnU4fCV1yA== X-Google-Smtp-Source: ABdhPJyKCm4rx31XQFLw9VUZZMITIF42vxa9utNsOB94/CQeuMpPP+dvAjHVr+qi5kxQ9hcYWqg/gw== X-Received: by 2002:adf:b602:: with SMTP id f2mr36082982wre.186.1600433202019; Fri, 18 Sep 2020 05:46:42 -0700 (PDT) Received: from localhost.localdomain ([170.253.60.68]) by smtp.googlemail.com with ESMTPSA id h76sm5254410wme.10.2020.09.18.05.46.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 18 Sep 2020 05:46:41 -0700 (PDT) To: mtk.manpages@gmail.com Subject: [PATCH 2/4] system_data_types.7: Document regoff_t Date: Fri, 18 Sep 2020 14:45:53 +0200 Message-Id: <20200918124554.46308-3-colomar.6.4.3@gmail.com> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200918124554.46308-1-colomar.6.4.3@gmail.com> References: <20200918124554.46308-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 | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 index 8969ee966..d96703b1d 100644 --- a/man7/system_data_types.7 +++ b/man7/system_data_types.7 @@ -77,12 +77,40 @@ capable of storing values in the range Conforming to: C99 and later; POSIX.1-2001 and later. .IP See also the -.\".I regoff_t , FIXME: uncomment when regoff_t is documented. .I size_t and .I ssize_t types in this page. .TP +.I regoff_t +.IP +Include: +.I . +.IP +According to POSIX, it shall be a signed integer type +capable of storing the largest value that can be stored in either a +.I ptrdiff_t +type or a +.I ssize_t +type. +.IP +Conforming to: POSIX.1-2001 and later. +.IP +Notes: Prior to POSIX.1-2008, the type was capable of storing +the largest value that can be stored in either an +.I off_t +type or a +.I ssize_t +type. +.IP +See also the +.\".I regmatch_t FIXME +.\"structure and the +.I ptrdiff_t +and +.I ssize_t +types in this page. +.TP .I sigval .IP Include: