From patchwork Tue Oct 20 14:21:29 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alejandro Colomar X-Patchwork-Id: 40763 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 A47EB386EC26; Tue, 20 Oct 2020 14:23:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A47EB386EC26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1603203808; bh=ViKeHZ1z6gOV2R4Akzx5TO0bFMhi5Kxw19p5nrVj70I=; 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=I2XJttqZu57jtqxQ//GEYBZclskHD92WbnZ0qbV6ZAzjTXz+Ah4EK4Yeufk6Iblsw XAEbtVqD/+7o8FSCerWJmUt0sZT6JfsNOWWVLAb8AInFICTj695t1a0eBsLZc0io5R gU8bL4kyp/22/irE1f5JsMQhx7WanbuOqBwNPes4= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-wr1-x42b.google.com (mail-wr1-x42b.google.com [IPv6:2a00:1450:4864:20::42b]) by sourceware.org (Postfix) with ESMTPS id EDC3639450EA for ; Tue, 20 Oct 2020 14:23:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org EDC3639450EA Received: by mail-wr1-x42b.google.com with SMTP id n6so2375500wrm.13 for ; Tue, 20 Oct 2020 07:23:25 -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=ViKeHZ1z6gOV2R4Akzx5TO0bFMhi5Kxw19p5nrVj70I=; b=RJZ/RD4pnkufDUKRGctHX7w2cYIwXDModFg/j0u+vdmG2zmfanXsvXPsQ2wvB3jKyd 7dNUZPPU6tYAzdCOOKHwl+1CpOs+P78NX3xn1sJ2FbVXzQdZLvd5O0mXLSHxW3BzyB26 v4e59tnng1taDRZv0dHzZXuUy9i0GeUvs7/gJUb4Xcv3gNNp3CUQVboy8TuC/xxmmXhV cugbKFQ9+ao4/qTswRiGpUx0YZcpmQyS5YVu5VB42awHkXqP5b1Ro2HJOHZ2Uc2HAlwa +T9FQ837COCWCU0wo6zhyFoJdUd+385W0ECjctqRf4vtefVHMdpwhjtjQJ7OSTu2gVSw 3eaw== X-Gm-Message-State: AOAM532u7RF7wX15H5CI+AoRyjsNfFS17CPI4moER32Q2uMs1XZHe5ZF sw3CetPcUMSe6g0Rb9h9oCk= X-Google-Smtp-Source: ABdhPJzpdcocURExHnB/uWLNHrI7MfuyqtaZgtr+C96yUWscloYnY9d//LwnMCavkYh8Nh9nkVDQPQ== X-Received: by 2002:adf:eccb:: with SMTP id s11mr3876622wro.135.1603203804929; Tue, 20 Oct 2020 07:23:24 -0700 (PDT) Received: from localhost.localdomain ([170.253.60.68]) by smtp.googlemail.com with ESMTPSA id s19sm3422153wmc.0.2020.10.20.07.23.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Oct 2020 07:23:24 -0700 (PDT) To: mtk.manpages@gmail.com Subject: [PATCH 04/22] list.3: NAME: Add description Date: Tue, 20 Oct 2020 16:21:29 +0200 Message-Id: <20201020142146.61837-5-colomar.6.4.3@gmail.com> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20201020142146.61837-1-colomar.6.4.3@gmail.com> References: <20201020142146.61837-1-colomar.6.4.3@gmail.com> MIME-Version: 1.0 X-Spam-Status: No, score=-10.7 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 --- man3/list.3 | 1 + 1 file changed, 1 insertion(+) diff --git a/man3/list.3 b/man3/list.3 index d26ac8971..21ea42fa4 100644 --- a/man3/list.3 +++ b/man3/list.3 @@ -48,6 +48,7 @@ LIST_NEXT, LIST_PREV, LIST_REMOVE .\"LIST_SWAP +\- implementation of a doubly-linked list .SH SYNOPSIS .SH DESCRIPTION .SH RETURN VALUE