From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x534.google.com (mail-ed1-x534.google.com [IPv6:2a00:1450:4864:20::534]) by sourceware.org (Postfix) with ESMTPS id D6EC63857C4C for ; Mon, 5 Apr 2021 10:55:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D6EC63857C4C Received: by mail-ed1-x534.google.com with SMTP id f8so8082278edd.11 for ; Mon, 05 Apr 2021 03:55:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:cc:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=jFUBBpTAZO/NxHKvc7rYX3MwnrY2HZyuAr8R9Ik3W9E=; b=EfgkFmw26ZmT5s0Ue5rFokp5m+3+oZMRHp07M4E6WFFdU7nWWGorV6XVU3kXAIytD2 Kxgo8GeN0E/SMCUYo1CdzR6tsyZ+NGacKhTVGyIsq4lwE6/yHYtGc5VPuxBS8aG93L/l 83Y5+qvI2HXs5AxXyiLDYAGjb99wSDez/I4KWryDZPCmiVCddnmGE1FpL4GjcrZrur6g vr+BIq4hSkwBm2j7M9K/G6Ey0Rqk+jcZaFKgrWRRQVzLKINGHJMqUjOS1/q2SE0UYNZr yTK0IhVlnjguK2ThLGwCdL7gFJLFSt8n7GkpfZbHrjZpdNuMZxrpWvXw6p3etpclF6iz 2W0Q== X-Gm-Message-State: AOAM5320mP2jdbyCYuG035i4UUC0R89gNaWRKNrFLGX/uH/QGHg/Gi+B cf01Us4a69xqkS7sWaDxyZR1PCqeHdg= X-Google-Smtp-Source: ABdhPJzFiy/1k94gzckLkJSSITRPJt0TByQLLDop9i4rgwAOptzX8aD+bVMhSgH9lhhjQnaL+rTnOQ== X-Received: by 2002:a50:e607:: with SMTP id y7mr31025293edm.18.1617620143794; Mon, 05 Apr 2021 03:55:43 -0700 (PDT) Received: from ?IPv6:2001:a61:2553:a401:cfc6:2039:a9ec:21ff? ([2001:a61:2553:a401:cfc6:2039:a9ec:21ff]) by smtp.gmail.com with ESMTPSA id a26sm11198588edm.15.2021.04.05.03.55.43 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 05 Apr 2021 03:55:43 -0700 (PDT) Cc: mtk.manpages@gmail.com, linux-man@vger.kernel.org, libc-alpha@sourceware.org Subject: Re: [PATCH v5 06/35] add_key.2: Remove unused include To: Alejandro Colomar References: <20210403194026.102818-1-alx.manpages@gmail.com> <20210404115847.78166-7-alx.manpages@gmail.com> From: "Michael Kerrisk (man-pages)" Message-ID: Date: Mon, 5 Apr 2021 12:55:42 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 MIME-Version: 1.0 In-Reply-To: <20210404115847.78166-7-alx.manpages@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-11.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, KAM_SHORT, NICE_REPLY_A, 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: Mon, 05 Apr 2021 10:55:46 -0000 Hello Alex, On 4/4/21 1:58 PM, Alejandro Colomar wrote: > was only needed for size_t, AFAIK. That is already > (and more precisely) documented in system_data_types(7). Let's > remove it here, as it's not really needed for calling add_key(). > > Signed-off-by: Alejandro Colomar Thanks. Patch applied. Cheers, Michael > --- > man2/add_key.2 | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/man2/add_key.2 b/man2/add_key.2 > index f3d803adf..dca44b8e7 100644 > --- a/man2/add_key.2 > +++ b/man2/add_key.2 > @@ -14,7 +14,6 @@ > add_key \- add a key to the kernel's key management facility > .SH SYNOPSIS > .nf > -.B #include > .B #include > .PP > .BI "key_serial_t add_key(const char *" type ", const char *" description , > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/