chcpu: improve example descriptions (#12222)

This commit is contained in:
Vitor Henrique
2024-02-09 11:22:02 -03:00
committed by GitHub
parent b7ba524f2b
commit 9c497a9133

View File

@@ -3,10 +3,10 @@
> Enable/disable a system's CPUs. > Enable/disable a system's CPUs.
> More information: <https://manned.org/chcpu>. > More information: <https://manned.org/chcpu>.
- Disable CPUs via a list of CPU ID numbers: - Disable one or more CPUs by their IDs:
`chcpu -d {{1,3}}` `chcpu -d {{1,3}}`
- Enable a set of CPUs via a range of CPU ID numbers: - Enable one or more ranges of CPUs by their IDs:
`chcpu -e {{1-10}}` `chcpu -e {{1-3,5-7}}`