From 3f8bb2b68b98c5f9032340c4847259204e86cbd5 Mon Sep 17 00:00:00 2001 From: johannst Date: Wed, 28 Aug 2024 21:17:03 +0000 Subject: deploy: dfb198cc07f8774e192279b18b4deb5e4275a4d0 --- print.html | 2 +- process/taskset.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/print.html b/print.html index 6975464..95154e8 100644 --- a/print.html +++ b/print.html @@ -2511,7 +2511,7 @@ opts:

taskset(1)

Set cpu affinity for new processes or already running ones.

-
# Pin all (-a) tasks of new command on cores 0,1,2,4.
+
# Pin all (-a) tasks of new command on cores 0,1,2,4.
 taskset -ac 0-2,4 CMD [ARGS]
 
 # Pin all tasks of running PID onto cores 0,2,4.
diff --git a/process/taskset.html b/process/taskset.html
index 4a49f60..c1e5360 100644
--- a/process/taskset.html
+++ b/process/taskset.html
@@ -178,7 +178,7 @@
                     

taskset(1)

Set cpu affinity for new processes or already running ones.

-
# Pin all (-a) tasks of new command on cores 0,1,2,4.
+
# Pin all (-a) tasks of new command on cores 0,1,2,4.
 taskset -ac 0-2,4 CMD [ARGS]
 
 # Pin all tasks of running PID onto cores 0,2,4.
-- 
cgit v1.2.3