From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3A7E5C433EF for ; Wed, 27 Oct 2021 21:16:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 203CF610A6 for ; Wed, 27 Oct 2021 21:16:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244268AbhJ0VTC (ORCPT ); Wed, 27 Oct 2021 17:19:02 -0400 Received: from mail.python.org ([188.166.95.178]:52090 "EHLO mail.python.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244273AbhJ0VSz (ORCPT ); Wed, 27 Oct 2021 17:18:55 -0400 X-Greylist: delayed 528 seconds by postgrey-1.27 at vger.kernel.org; Wed, 27 Oct 2021 17:18:55 EDT Received: from auth2-smtp.messagingengine.com (auth2-smtp.messagingengine.com [66.111.4.228]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.python.org (Postfix) with ESMTPSA id 4Hfh954j8dzpG9j; Wed, 27 Oct 2021 17:07:37 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=python.org; s=200901; t=1635368857; bh=P+djIUM6/mDOpSBRgxW2P4hDGQwY8oCCyOpi8sKBU7E=; h=From:To:Cc:Subject:Date:From; b=dtFKpBIR+iX//scPkFmU8cKMxIOsplC5nJ32YyR0DcoN1VMFRsCtvyrbN5DNtO1Ua yHsYblLJ1AbTYa5bSmA13LnTW9R20ifx7/7l3fPTJg3PMdVe0Ewdro8stUHUJG1XSo o0ns3qwO/R8ZhEwkB8i1ZAulXw3qOd84KcpxrcIw= Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailauth.nyi.internal (Postfix) with ESMTP id 0017E27C005B; Wed, 27 Oct 2021 17:07:35 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute6.internal (MEProxy); Wed, 27 Oct 2021 17:07:36 -0400 X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrvdegtddgheefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgggfestdekredtre dttdenucfhrhhomhepuegvnhhjrghmihhnucfrvghtvghrshhonhcuoegsvghnjhgrmhhi nhesphihthhhohhnrdhorhhgqeenucggtffrrghtthgvrhhnpedtjeevveetffejvdfhle efteduvdehieegieduuefhjedukeetueevfeetheekkeenucevlhhushhtvghrufhiiigv pedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpegstghpodhmvghsmhhtphgruhhthhhpvg hrshhonhgrlhhithihqddvtdduieekfeefjedqudduleeitdeiheefqdgsvghnjhgrmhhi nheppehphihthhhonhdrohhrghesfhgrshhtmhgrihhlrdgtohhm X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 27 Oct 2021 17:07:34 -0400 (EDT) From: Benjamin Peterson To: linux-man@vger.kernel.org Cc: alx.manpages@gmail.com, mtk.manpages@gmail.com Subject: [PATCH] ioctl.2: SEE ALSO: Add ioctl_ficlone Date: Wed, 27 Oct 2021 14:07:32 -0700 Message-Id: <20211027210732.454713-1-benjamin@python.org> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-man@vger.kernel.org Signed-off-by: Benjamin Peterson --- man2/ioctl.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/man2/ioctl.2 b/man2/ioctl.2 index 85a9d2351..28d985a68 100644 --- a/man2/ioctl.2 +++ b/man2/ioctl.2 @@ -196,6 +196,7 @@ for the various architectures. .BR fcntl (2), .BR ioctl_console (2), .BR ioctl_fat (2), +.BR ioctl_ficlone (2), .BR ioctl_ficlonerange (2), .BR ioctl_fideduperange (2), .BR ioctl_fslabel (2), -- 2.32.0