Skip to content
Snippets Groups Projects

Documentation/FAQ improvements.

Merged Ribbon requested to merge (removed):master into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -5,7+5,7 @@
This page covers the most asked questions.
- [What is Redox?](#what-is-redox)
- [What is the purpose of Redox?](#what-is-the-purpose-of-redox)
- [What I can do with Redox?](#what-i-can-do-with-redox)
- [What is an Unix-like OS?](#what-is-an-unix-like-os)
- [How Redox is inspired by other systems?](#how-redox-is-inspired-by-other-systems)
@@ -42,7+42,7 @@
## What is an Unix-like OS?
Any OS with based on [Unix], [POSIX] and Single Unix Specification design, such as shell, "everything is a file" concept, multitasking and multiuser.
Any OS based on [Unix] or compatible with [POSIX] and Single Unix Specification, such as shell, "everything is a file" concept, multitasking and multiuser.
It's important to remind that Unix was the most influential modern multitasking system, then many systems used his design choices.
Loading