From patchwork Sat Dec 3 20:23:10 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alejandro Colomar X-Patchwork-Id: 61438 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 5D7E0395383B for ; Sat, 3 Dec 2022 20:29:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5D7E0395383B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1670099341; bh=Up5dQTTsoBnpPkus/RnPpyOv/wcTdYY1/9hyjLc4Nb8=; h=To:Cc:Subject:Date:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=WiqHtQE5Ms54/P0q2+KHBB/PCnlCwYv4yWauAIyvuI/yOuKX+1GE/xpHrgwzBZvC8 3CwpML31CW+ddLa0ze2zjgEZ/Hud7YknHTfLLgdvDy1BjGGtADCQOad7gUHCNSsHwx yyuu8Bw+czu76R/EBA0Ae6nS9p6uaB+6L4L8k+ag= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-wr1-x434.google.com (mail-wr1-x434.google.com [IPv6:2a00:1450:4864:20::434]) by sourceware.org (Postfix) with ESMTPS id E3174385B18D for ; Sat, 3 Dec 2022 20:23:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E3174385B18D Received: by mail-wr1-x434.google.com with SMTP id w15so12943594wrl.9 for ; Sat, 03 Dec 2022 12:23:44 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Up5dQTTsoBnpPkus/RnPpyOv/wcTdYY1/9hyjLc4Nb8=; b=ys8o+3O95ADAjhZCYfspp596tIHBzPyW6OPtuXX0++WyxpSuzGnHedgijD68OvGSYS orvQVB90IwLHn1Rrue0I4tTfhwjSlyuvX57yGEcaIo8w2399BW4/8rn2yxprfAL4NzmZ YUuxLzANAUFS/g6hX7UzPmSpgfG1UVCT6UNKPOPy8RaYq9+hU/PMRuic6PzxmJRVxqV/ Ir9WFbMuCEPYVHHR/oxOiFekG32geVhIjjH0GqM+4IJsS7Nbp2OyD35qNBFSJaBV+ORu NYlLBqvG+V0fqKJCnjfMyGyUwT6Bj8gdkmotz/7l80fXb6WWSGKZlkPVo70zW8IDFsJo bjxQ== X-Gm-Message-State: ANoB5pnuajyqoodKHE3d1dNzlEgJT1xys69rmpm2jpmr3UwqEw0z1tq5 7Lzm6WcLgI9cPw3Sua8Gi2hdD/GH0OU= X-Google-Smtp-Source: AA0mqf78bkTzvsovMvdMREnA4zcdWPNNfLg9VmWYTXOY9hddFT9UIOXIlYeJKnzI82s3ztn3k9BtSQ== X-Received: by 2002:a5d:4d4e:0:b0:242:c59:b979 with SMTP id a14-20020a5d4d4e000000b002420c59b979mr22228797wru.707.1670099024603; Sat, 03 Dec 2022 12:23:44 -0800 (PST) Received: from asus5775.alejandro-colomar.es ([170.253.36.171]) by smtp.googlemail.com with ESMTPSA id p17-20020a5d68d1000000b002420cfcd13dsm10064481wrw.105.2022.12.03.12.23.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 03 Dec 2022 12:23:44 -0800 (PST) X-Google-Original-From: Alejandro Colomar To: linux-man@vger.kernel.org Cc: Alejandro Colomar , libc-alpha@sourceware.org, linux-kernel@vger.kernel.org Subject: [PATCH 34/41] time.2: SYNOPSIS: Add _Nullable Date: Sat, 3 Dec 2022 21:23:10 +0100 Message-Id: <20221203202317.252789-35-alx@kernel.org> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221203202317.252789-1-alx@kernel.org> References: <20221203202317.252789-1-alx@kernel.org> MIME-Version: 1.0 X-Spam-Status: No, score=-11.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) 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 Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" Signed-off-by: Alejandro Colomar --- man2/time.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/time.2 b/man2/time.2 index e9a09ba9b..2be79cf78 100644 --- a/man2/time.2 +++ b/man2/time.2 @@ -16,7 +16,7 @@ .SH SYNOPSIS .nf .B #include .PP -.BI "time_t time(time_t *" tloc ); +.BI "time_t time(time_t *_Nullable " tloc ); .fi .SH DESCRIPTION .BR time ()