Skip to content

Commit

Permalink
numactl.c: Fixed description for the usage of numactl
Browse files Browse the repository at this point in the history
  • Loading branch information
luochunsheng authored and andikleen committed Aug 26, 2021
1 parent 498385e commit b6bbc8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions numactl.c
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ void usage(void)
" [--localalloc | -l] command args ...\n"
" numactl [--show | -s]\n"
" numactl [--hardware | -H]\n"
" numactl [--length | -l <length>] [--offset | -o <offset>] [--shmmode | -M <shmmode>]\n"
" numactl [--length | -L <length>] [--offset | -o <offset>] [--shmmode | -M <shmmode>]\n"
" [--strict | -t]\n"
" [--shmid | -I <id>] --shm | -S <shmkeyfile>\n"
" [--shmid | -I <id>] --file | -f <tmpfsfile>\n"
" [--huge | -u] [--touch | -T] \n"
" memory policy | --dump | -d | --dump-nodes | -D\n"
" memory policy [--dump | -d] [--dump-nodes | -D]\n"
"\n"
"memory policy is --interleave | -i, --preferred | -p, --membind | -m, --localalloc | -l\n"
"<nodes> is a comma delimited list of node numbers or A-B ranges or all.\n"
Expand Down

0 comments on commit b6bbc8b

Please sign in to comment.