From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 D40763851C3E for ; Sun, 25 Oct 2020 10:24:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D40763851C3E Received: by mail-wr1-x441.google.com with SMTP id g12so8962374wrp.10 for ; Sun, 25 Oct 2020 03:24:05 -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=fdGaAW9Akr/gmxuZahJxB9vp/UBO55/5ktZwOfQ9fMo=; b=OKunOPUgmRYCCK0E8mx0t3NEFzNAt4jLMN+e3UVMGWsd1YU2jLNrqEF7IfFl857Lxe Ipsmjdq1lDGUupAJyTs0Wrb8aacKMWqDpfF8P/7T0G2O3hYFHYaRYoDkiWraN9W/Mr7i ZcDb+48pXP4TbMK10ohVzo6w2QCMhxsiyF4prxJQhG8fRicSo4T9T2vGRwZ5IeCqrI/1 z1/Z8h5VSJfbFpBmpBWEJGnJXp6x/rmsEEa9RRP13woDrdCMdgspWZtZDA4U14A5kkYV Zm0vFM5Xj7Sou9yvD+C+XhQlzps74Fm22fkGMIA4hIeELPXGME6ICTzjf+XMGRCHsBbB bCTg== X-Gm-Message-State: AOAM5337+QHuXnDiaaJdDhPVYr6FpFdCoGHjb8r3wZ3gkBkrJKNGkh9J dTcnQlXNfaXp4IglT8p5noA= X-Google-Smtp-Source: ABdhPJyUCQmRGfVxYLOTydx/gxkvIjJuLP3i0OL5MlL5TxUjVDhjf3lblymmIoB8I72bIgD20NY+Hw== X-Received: by 2002:a5d:40cb:: with SMTP id b11mr12844002wrq.254.1603621444986; Sun, 25 Oct 2020 03:24:04 -0700 (PDT) Received: from localhost.localdomain ([170.253.60.68]) by smtp.googlemail.com with ESMTPSA id s185sm15724860wmf.3.2020.10.25.03.24.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 25 Oct 2020 03:24:04 -0700 (PDT) From: Alejandro Colomar To: mtk.manpages@gmail.com Cc: Alejandro Colomar , linux-man@vger.kernel.org, libc-alpha@sourceware.org Subject: [PATCH 1/2] queue.3: Add self to copyright notice Date: Sun, 25 Oct 2020 11:21:32 +0100 Message-Id: <20201025102132.41223-1-colomar.6.4.3@gmail.com> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-11.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, 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-List-Received-Date: Sun, 25 Oct 2020 10:24:07 -0000 Signed-off-by: Alejandro Colomar --- Hi Michael, After these 2 patches, I think I'll only add one more patch to all of the pages improving a bit the SYNOPSIS (taking a good idea from OpenBSD's queue(3)). I guess you're about to release, so please wait for that one :) I'll have it in a few minutes, anyway :p Cheers, Alex man3/queue.3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man3/queue.3 b/man3/queue.3 index 1c9a6f573..3931f8c96 100644 --- a/man3/queue.3 +++ b/man3/queue.3 @@ -1,5 +1,6 @@ .\" Copyright (c) 1993 -.\" The Regents of the University of California. All rights reserved. +.\" 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 -- 2.28.0