Skip to content

Commit

Permalink
fix numa_node_size definition in manpage numa.3
Browse files Browse the repository at this point in the history
fixes the documentation for numa_node_size in the numa.3 parameter and return type in man pages
(change was introduced in a7c4bc7)
  • Loading branch information
danfai authored and andikleen committed Jun 16, 2021
1 parent e0de0d9 commit 20eded4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numa.3
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ numa \- NUMA policy library
.br
.BI "struct bitmask *numa_parse_cpustring_all(const char *" string );
.sp
.BI "long numa_node_size(int " node ", long *" freep );
.BI "long long numa_node_size(int " node ", long long*" freep );
.br
.BI "long long numa_node_size64(int " node ", long long *" freep );
.sp
Expand Down

0 comments on commit 20eded4

Please sign in to comment.