diff --git a/pages/linux/chcpu.md b/pages/linux/chcpu.md index 180ecf7ca..ca819d5d6 100644 --- a/pages/linux/chcpu.md +++ b/pages/linux/chcpu.md @@ -3,10 +3,10 @@ > Enable/disable a system's CPUs. > More information: . -- Disable CPUs via a list of CPU ID numbers: +- Disable one or more CPUs by their IDs: `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}}`