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 X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 59133C433B4 for ; Sat, 24 Apr 2021 22:55:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 23EB061404 for ; Sat, 24 Apr 2021 22:55:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229840AbhDXWzu (ORCPT ); Sat, 24 Apr 2021 18:55:50 -0400 Received: from vmicros1.altlinux.org ([194.107.17.57]:45374 "EHLO vmicros1.altlinux.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229687AbhDXWzu (ORCPT ); Sat, 24 Apr 2021 18:55:50 -0400 Received: from mua.local.altlinux.org (mua.local.altlinux.org [192.168.1.14]) by vmicros1.altlinux.org (Postfix) with ESMTP id C90E272C8B5; Sun, 25 Apr 2021 01:55:09 +0300 (MSK) Received: by mua.local.altlinux.org (Postfix, from userid 508) id A670D7CC8A7; Sun, 25 Apr 2021 01:55:09 +0300 (MSK) Date: Sat, 24 Apr 2021 20:00:00 +0000 From: "Dmitry V. Levin" To: Michael Kerrisk Cc: linux-man@vger.kernel.org Subject: [PATCH] move_pages.2: ffix Message-ID: <20210424200000.GA14829@altlinux.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-man@vger.kernel.org Signed-off-by: Dmitry V. Levin --- man2/move_pages.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/move_pages.2 b/man2/move_pages.2 index 279de7568..69c182f95 100644 --- a/man2/move_pages.2 +++ b/man2/move_pages.2 @@ -24,7 +24,7 @@ move_pages \- move individual pages of a process to another node .nf .B #include .PP -.BI "long move_pages(int " pid ", unsigned long count, void **" pages , +.BI "long move_pages(int " pid ", unsigned long " count ", void **" pages , .BI " const int *" nodes ", int *" status ", int " flags ); .fi .PP -- ldv