From patchwork Fri Oct 23 14:57:27 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alejandro Colomar X-Patchwork-Id: 40829 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 ED334398B403; Fri, 23 Oct 2020 14:58:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ED334398B403 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1603465112; bh=I4GBOQjaVhD75Exb6QmsiQBW4MgIv6qoblY2y+r03Go=; 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=Vj7zDUZ7srxVCzcF0yG/X+AemxiQQuHjuIhf8GKVe9XZLoQBKJCFE2grmsCyVdmTO LAHIIEi/kawkxBer5oJzNSk+DtBklUy3YHcqVxvXH3StspOf0E0XcXkZE7B1T6UnEa qubWQjRykSRxrb2bdAGp4YuwFOMrQ2zO6s9SjWGo= 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 483343985425 for ; Fri, 23 Oct 2020 14:58:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 483343985425 Received: by mail-wr1-x443.google.com with SMTP id x7so2241624wrl.3 for ; Fri, 23 Oct 2020 07:58:29 -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=I4GBOQjaVhD75Exb6QmsiQBW4MgIv6qoblY2y+r03Go=; b=BkZuYNgdqI+2b+fbXkw8CYXMkfmzdGI7NtXuSswYdYGT0pQJMpRxLgiF52Y2tTdTNt xSauHQYTpUZL367HUFV0GzTdgTRV15GQnx6AcUSEH30PVXLaoQz86BQtfGASz0fMo+A4 Cnrder89yBP55CJpiNk5AZVt/+6eacl9TF43As7jVj8lifJVsqhq31k1VzH7sQv45L7X MVgHLK/dFqvNLLM6MwmqKpYj+LlRoKM36gmUrdFSvINzE2SabpZK6JGUjrnOk2YyykBZ G8XEj6A3muKRuq9d0EmJczMdflehNkm4RjO35M4N0FNKRQIDLIvE5Y/8xlnvh+0O878o sd7w== X-Gm-Message-State: AOAM531cEsD/XDChK9ndgEkO70RjiuzVkKNQGU0ofoNbIR15dYvSDi6O 9UEAlXKq2OZLUZ1Vt0sbcQE= X-Google-Smtp-Source: ABdhPJyO6rKlDqKgaRkrowAAAhqas27jcfjB5lgYFagJ7TuJJTRLbbjEku79UfWY99Ui0FivWSPDRA== X-Received: by 2002:adf:a557:: with SMTP id j23mr3195102wrb.95.1603465108205; Fri, 23 Oct 2020 07:58:28 -0700 (PDT) Received: from localhost.localdomain ([170.253.60.68]) by smtp.googlemail.com with ESMTPSA id m8sm3755268wrw.17.2020.10.23.07.58.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Oct 2020 07:58:27 -0700 (PDT) To: mtk.manpages@gmail.com Subject: [PATCH 01/11] circleq.3: New page that will hold the (circleq) content of queue.3 Date: Fri, 23 Oct 2020 16:57:27 +0200 Message-Id: <20201023145736.102750-2-colomar.6.4.3@gmail.com> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20201023145736.102750-1-colomar.6.4.3@gmail.com> References: <20201023145736.102750-1-colomar.6.4.3@gmail.com> MIME-Version: 1.0 X-Spam-Status: No, score=-11.2 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/circleq.3 | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 man3/circleq.3 diff --git a/man3/circleq.3 b/man3/circleq.3 new file mode 100644 index 000000000..39920948a --- /dev/null +++ b/man3/circleq.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 CIRCLEQ 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