1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 11:39:47 +01:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,10 +3,10 @@
> Enable/disable a system's CPUs.
> 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}}`
- 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}}`