Skip to content

Commit

Permalink
numa(3): Fix typos and punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
panicgh authored and andikleen committed Feb 25, 2022
1 parent 8e1e03c commit 8b18345
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions numa.3
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ if the specified
.I node
is externally denied to this process, this call will fail.
This function is relatively slow compared to the
.IR malloc (3),
.IR malloc (3)
family of functions.
The memory must be freed
with
Expand Down Expand Up @@ -633,8 +633,8 @@ argument will be rounded up to a multiple of the system page size.
The nodes on which a process is allowed to allocate memory may
be constrained externally.
If this is the case, this function may fail.
This function is relatively slow compare to
.IR malloc (3),
This function is relatively slow compared to the
.IR malloc (3)
family of functions and should only be used for large areas consisting
of multiple pages.
The interleaving works at page level and will only show an effect when the
Expand All @@ -650,7 +650,7 @@ bytes of memory with the current NUMA policy.
The
.I size
argument will be rounded up to a multiple of the system page size.
This function is relatively slow compare to the
This function is relatively slow compared to the
.IR malloc (3)
family of functions.
The memory must be freed
Expand Down

0 comments on commit 8b18345

Please sign in to comment.