Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the example usage in the man manual.
The execution result of `memhog -r6 1G --membind 0 -fmemhog.mmap` in manuals isn't as expected, it directly use the last assignment of p, "default", not "membind". We remove the '-' character and then match it.
- Loading branch information