From patchwork Fri Sep 18 17:04:34 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alejandro Colomar X-Patchwork-Id: 40443 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 9EC853972031; Fri, 18 Sep 2020 17:05:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9EC853972031 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1600448702; bh=GgdQVTBaZ/tSsaQIUQ1Yuul7f+h5wjy53R4uKhzhTO8=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:Cc:From; b=PBcx9RXfa5clcnBJhSI9xbnVN1lM91+q8VS8xrV8wtz4a9LEI4XzU7+hl+zQahWkx lsRAaIrRucWaEtWP1592SvhONa5kXz2nhkFTIAj3+lCegFhQlHl0eOGyPF0/q67UjJ p/bIma7W9j3oW+C+k+CaEMiDqlBnNYO+Hluo/rC0= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-wm1-x331.google.com (mail-wm1-x331.google.com [IPv6:2a00:1450:4864:20::331]) by sourceware.org (Postfix) with ESMTPS id 455A53857C7A for ; Fri, 18 Sep 2020 17:05:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 455A53857C7A Received: by mail-wm1-x331.google.com with SMTP id q9so6001297wmj.2 for ; Fri, 18 Sep 2020 10:05:00 -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:mime-version :content-transfer-encoding; bh=GgdQVTBaZ/tSsaQIUQ1Yuul7f+h5wjy53R4uKhzhTO8=; b=ZsOxZL8R9+UioR/pKpvoBov6vyqtz0XGzCJ3eR4LmEOqAFtq+8vU6KEqy4Z9XdXDgA 6PYphVvhUAX4UDVC9fS9pFAiImOBHhxMo/Q23MXvBQ8KbcBI3+jjPk1vjVZm9OTaSJoN f3/HTGHI5cKZ0FIqNt6PJ2wv0y67JJBaud9LCLrpeyDVnFhniXlKNI9YWF06+cXWTGwj Tow/eiICDwRMtEs96OWL01tCIctplB47qKdLUi9gUBDJTLJKeR2mVugXHpiWS0piQqDo lLS0fw380+NsluAfRSsTI260zQefwsWZSxcanGYU/1GzNDKaiha2ncDKJyPr4dt3EFzi fW8A== X-Gm-Message-State: AOAM531/UQ0Xcp0as8Epw9iSk52tROZHGNjAHUkKmn6pRSxLczYSls7L TTJtd/JeMCHDYOt2n0VIKBlEkA1kTES6yA== X-Google-Smtp-Source: ABdhPJwy4g0+lK9pCD7G28PPnjnNGwUoMEd3PCiJgG2utuq6afd8jkhssudczt5SI5OPCTgZzcLt+A== X-Received: by 2002:a05:600c:2215:: with SMTP id z21mr16356270wml.176.1600448699359; Fri, 18 Sep 2020 10:04:59 -0700 (PDT) Received: from localhost.localdomain ([170.253.60.68]) by smtp.googlemail.com with ESMTPSA id q18sm6321208wre.78.2020.09.18.10.04.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 18 Sep 2020 10:04:58 -0700 (PDT) To: mtk.manpages@gmail.com Subject: [PATCH 0/9] Document aiocb, sigevent, siginfo_t Date: Fri, 18 Sep 2020 19:04:34 +0200 Message-Id: <20200918170442.94920-1-colomar.6.4.3@gmail.com> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 X-Spam-Status: No, score=-4.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, 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" Hello Michael, Here is a bigger patchset documenting a few types + a few fixes. (apply after regmatch_t patches). Cheers, Alex P.S.: Eso es todo por hoy :) Alejandro Colomar (9): system_data_types.7: ffix system_data_types.7: srcfix: Add FIXME note: Add descriptions system_data_types.7: Document sigevent sigevent.3: New link to new documented type in system_data_types(7) system_data_types.7: srcfix: cosmetic: Visually sparate types system_data_types.7: Document aiocb aiocb.3: New link to new documented type in system_data_types(7) system_data_types.7: Document siginfo_t siginfo_t.3: New link to new documented type in system_data_types(7) man3/aiocb.3 | 1 + man3/sigevent.3 | 1 + man3/siginfo_t.3 | 1 + man7/system_data_types.7 | 138 ++++++++++++++++++++++++++++++++++++--- 4 files changed, 133 insertions(+), 8 deletions(-) create mode 100644 man3/aiocb.3 create mode 100644 man3/sigevent.3 create mode 100644 man3/siginfo_t.3