We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 037410b commit 2c934b4Copy full SHA for 2c934b4
1 file changed
Documentation/teaching/lectures/processes.rst
@@ -306,8 +306,8 @@ the parent and which should be copied or isolated:
306
307
308
For example, if `CLONE_FILES | CLONE_VM | CLONE_FS` is used by the
309
-caller than effectively a new thread is created. If these flags are
310
-not used than a new process is created.
+caller then effectively a new thread is created. If these flags are
+not used then a new process is created.
311
312
Namespaces and "containers"
313
---------------------------
0 commit comments