From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Wienand Subject: Small fix to numa.3 Date: Thu, 11 Feb 2010 15:31:54 -0800 Message-ID: <20100211233154.GA12434@localdomain> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:received:date:from:to :subject:message-id:mime-version:content-type:content-disposition :user-agent; bh=80QKQw/yMCT2IWv6LBOUFjiReoTV0J7OvM5plpQP6CU=; b=QrcpDb/w9NJGG+/93n5qHEIfDMHdOZ71jMHRDM9UFw5VdE1VF3R8lGFoeIrYKIDwZe q2Hr739nItoFGBK9wcvYZvogMCZuyUokJ+FBnlFh5xHpBakUN36AJQ/01ijDDPmkxoLC bUN1JJaqjw1l7pzOXOT0FNbUfVHAlPez7skts= Content-Disposition: inline Sender: linux-numa-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-numa@vger.kernel.org Hi, Trivial fix to man page -i --- ../numactl-2.0.4-rc2-orig/numa.3 2010-02-02 05:32:33.000000000 -0800 +++ numa.3 2010-02-11 15:27:36.000000000 -0800 @@ -114,7 +114,7 @@ .br .BI "int numa_sched_setaffinity(pid_t " pid ", struct bitmask *" mask ); .br -.BI "int numa_node_to_cpus(int " node ", unsigned long *" buffer ", int " bufferlen ); +.BI "int numa_node_to_cpus(int " node ", struct bitmask *" mask" ); .br .BI "int numa_node_of_cpu(int " cpu "); .sp