From patchwork Thu Oct 22 12:38:13 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alejandro Colomar X-Patchwork-Id: 40813 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 639A63971C20; Thu, 22 Oct 2020 12:38:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 639A63971C20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1603370335; bh=4RD0Ms86p14aql5dD7Y/pXQk5G6LCzhe3j13b77RVtw=; 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=KKOSJqHhVElLNu9/XwJRRoehh4kMjyO6COZGqQvAYBHq1Ji0qBNdGWYew1j3xoF1F AXerFmeMCM2IlwXHkQDZ98elf9/w3ie19vhplwMKZon07Y9TThlkCihxU6cBQuS+sx K7YkpLIsP2aj/k/A3XkpgzffbaV8npM+6UvZUlgo= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-wm1-x342.google.com (mail-wm1-x342.google.com [IPv6:2a00:1450:4864:20::342]) by sourceware.org (Postfix) with ESMTPS id 897C93861857 for ; Thu, 22 Oct 2020 12:38:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 897C93861857 Received: by mail-wm1-x342.google.com with SMTP id c77so1894962wmd.4 for ; Thu, 22 Oct 2020 05:38:52 -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=4RD0Ms86p14aql5dD7Y/pXQk5G6LCzhe3j13b77RVtw=; b=gtq/1donm0kum0s9MDXnYIB3FxnVipKZLlDPO6ehNW5b9+rB6jYUAFLlBKwJYDH4Uw lIKkbnsUsElq7jtKhtLFTIrhbho4nP1m8Zfu95Y/qXxzEWMP63BrZKZBfX4ybsR3akac nIuTX3u2ty9883+TEfk97IsfmpAF2vQnn6g5bFQIHv1yCqEWCBtLQXaQJa94jR+jE2WG J0SKrKGhgA40QJOawMcQmmwRsvpNECZMFLlTEmQrCiN+pAiq6yBqYGjI1KgbJ+VNtre+ jVGarBYObMj06tyuUC3hMhcPkK0Ixh4rPw0VMx4Y0GKEzxeWWmrLUy3BiJh2wvxBBKU8 D2nw== X-Gm-Message-State: AOAM530Dyjj6z5CVrOs02PU1c+5a2QZX+WGSuZLjMJrXO+P+ARtd1Pvl nQD+/nFub1lArA9vdSvHRvk= X-Google-Smtp-Source: ABdhPJwIAhsaAsvvGGTLCMaig0aLolKjI/0Ojj8hM6RDilea0LJ/z+RF6JmEWn+JKBk+c06DHWgeiA== X-Received: by 2002:a1c:7708:: with SMTP id t8mr2341181wmi.6.1603370331718; Thu, 22 Oct 2020 05:38:51 -0700 (PDT) Received: from debian-VLC.home ([170.253.60.68]) by smtp.googlemail.com with ESMTPSA id m1sm3573883wme.48.2020.10.22.05.38.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 22 Oct 2020 05:38:51 -0700 (PDT) To: mtk.manpages@gmail.com Subject: [PATCH 01/10] slist.3: New page that will hold the (slist) contents of queue.3 Date: Thu, 22 Oct 2020 14:38:13 +0200 Message-Id: <20201022123821.22602-2-colomar.6.4.3@gmail.com> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20201022123821.22602-1-colomar.6.4.3@gmail.com> References: <20201022123821.22602-1-colomar.6.4.3@gmail.com> MIME-Version: 1.0 X-Spam-Status: No, score=-10.6 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/slist.3 | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 man3/slist.3 diff --git a/man3/slist.3 b/man3/slist.3 new file mode 100644 index 000000000..20058a9c6 --- /dev/null +++ b/man3/slist.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 SLIST 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