From 9c497a9133c88eed1d8ab7534250490dca03cd66 Mon Sep 17 00:00:00 2001 From: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> Date: Fri, 9 Feb 2024 11:22:02 -0300 Subject: [PATCH] chcpu: improve example descriptions (#12222) --- pages/linux/chcpu.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}}`