From patchwork Sun Oct 25 09:36:43 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alejandro Colomar X-Patchwork-Id: 40856 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 6EBE0384C005; Sun, 25 Oct 2020 09:37:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6EBE0384C005 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1603618635; bh=bvARcU6hfWaEKpxggJ8hlpovH82zzk3JbPnktz8aXkg=; 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=ERgXlWh3XFfh/xAopsEeYUZvORF5YI1qpqHqyD/gHKtC/Ir/V22nGFKYtHNspXAng RaOICxom1Jx/e7dk7m2hneq+IW0Ho41VDDfAB6AvyXvKmUA+zEEl0JFG73MPFLwg6p dPqFApLoNevrXNQqg6uJ9ffPHD4/uLTscQw2bx7I= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-wr1-x441.google.com (mail-wr1-x441.google.com [IPv6:2a00:1450:4864:20::441]) by sourceware.org (Postfix) with ESMTPS id D73733857837 for ; Sun, 25 Oct 2020 09:37:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D73733857837 Received: by mail-wr1-x441.google.com with SMTP id h7so8766018wre.4 for ; Sun, 25 Oct 2020 02:37:12 -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=bvARcU6hfWaEKpxggJ8hlpovH82zzk3JbPnktz8aXkg=; b=taokhG628D1jjU+fmmLO40BUCaY/affQ0bSAaJQJgNgO8oc7AmrDPuf+NAmaZBfayz /e+OHycRe3eNjBUoxhvNYCvTbTsLc0C5CSI1fFytImJBTqW7bdogweDktdmmuXXG2+S8 QY+v1zsG/CNPGN0OCdNj7/PzJS5li/Vq62sxyYQmc2c4BteZ2j0SZqeeXyClD0saqHqC CNFW3XjWKdbSk2ut8TCmCX2buK7pcwf2IY4U+K3CpG8Nw/xV013GcnWhpkUxtS8Tnuit 3UHIv5ktnvZPUH6GfxmsSo5BFArphAvQpulHdRSn4l7VRf8ead+p/QG++8f+qx9jxkYF +s4w== X-Gm-Message-State: AOAM533NNaxVRr21qMrlVV81W9C3DydZV/LlnGHqrKc+pTLbMUQSKByM 8QYAhaT+fNZS5G48JmvvKAQ= X-Google-Smtp-Source: ABdhPJx+JhOgy10SH6kqSm7+sRVqE0kSX0IOa1pcluvn+Qh2MtChtzG4S7Y6ayjoV9v8ipPY63npFA== X-Received: by 2002:adf:8bdd:: with SMTP id w29mr12929575wra.276.1603618631964; Sun, 25 Oct 2020 02:37:11 -0700 (PDT) Received: from localhost.localdomain ([170.253.60.68]) by smtp.googlemail.com with ESMTPSA id m8sm15776446wrw.17.2020.10.25.02.37.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 25 Oct 2020 02:37:11 -0700 (PDT) To: mtk.manpages@gmail.com Subject: [PATCH 01/10] tailq.3: New page that will hold the (tailq) contents of queue.3 Date: Sun, 25 Oct 2020 10:36:43 +0100 Message-Id: <20201025093651.4616-2-colomar.6.4.3@gmail.com> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20201025093651.4616-1-colomar.6.4.3@gmail.com> References: <20201025093651.4616-1-colomar.6.4.3@gmail.com> MIME-Version: 1.0 X-Spam-Status: No, score=-11.3 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, KAM_NUMSUBJECT, 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 --- man3/tailq.3 | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 man3/tailq.3 diff --git a/man3/tailq.3 b/man3/tailq.3 new file mode 100644 index 000000000..c53b3ca4c --- /dev/null +++ b/man3/tailq.3 @@ -0,0 +1,40 @@ +.\" Copyright (c) 1993 +.\" The Regents of the University of California. All rights reserved. +.\" and Copyright (c) 2020 by Alejandro Colomar +.\" +.\" %%%LICENSE_START(BSD_3_CLAUSE_UCB) +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" 3. Neither the name of the University nor the names of its contributors +.\" may be used to endorse or promote products derived from this software +.\" without specific prior written permission. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND +.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE +.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +.\" SUCH DAMAGE. +.\" %%%LICENSE_END +.\" +.\" +.TH TAILQ 3 2020-10-21 "GNU" "Linux Programmer's Manual" +.SH NAME +.SH SYNOPSIS +.SH DESCRIPTION +.SH RETURN VALUE +.SH CONFORMING TO +.SH BUGS +.SH EXAMPLES +.SH SEE ALSO