mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
chcpu: improve example descriptions (#12222)
This commit is contained in:
parent
b7ba524f2b
commit
9c497a9133
1 changed files with 3 additions and 3 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue