diff --git a/content/roadmaps/102-devops/content/101-os-concepts/106-posix.md b/content/roadmaps/102-devops/content/101-os-concepts/106-posix.md index 75704a420..9774536e5 100644 --- a/content/roadmaps/102-devops/content/101-os-concepts/106-posix.md +++ b/content/roadmaps/102-devops/content/101-os-concepts/106-posix.md @@ -9,6 +9,6 @@ So, in this case, when we want to interact with any of these streams (through a POSIX also adds a standard for exit codes, filesystem semantics, and several other command line utility API conventions. Free Content -Summary of some POSIX implementations -A guide to POSIX -POSIX standard by IEEE +POSIX standard by IEEE +Summary of some POSIX implementations +A guide to POSIX diff --git a/content/roadmaps/102-devops/content/101-os-concepts/110-threads-concurrency.md b/content/roadmaps/102-devops/content/101-os-concepts/110-threads-concurrency.md index 25ea468f8..b69280781 100644 --- a/content/roadmaps/102-devops/content/101-os-concepts/110-threads-concurrency.md +++ b/content/roadmaps/102-devops/content/101-os-concepts/110-threads-concurrency.md @@ -9,7 +9,7 @@ Each thread has its own program counter, stack, and set of registers. But the th * `join` Free Content -Process Synchronization +Process Synchronization What is Thread in OS? Process vs Thread & Multi-Threading