README.md: fix table formatting

This commit is contained in:
Ella-0 2021-08-23 22:03:05 +00:00
parent 3ce664f0f2
commit 95b7b96c63

View file

@ -41,27 +41,27 @@ at build time and for this reason we are working on a stub implementation.
## Replacements LUT
standard tool | iglunix tool | use
-----------------------------------
glibc | musl | libc
glibc | libexecinfo | backtrace functions
libstdc++ | libc++ | C++ standard library
libgcc | libunwind | stack unwinding
libgcc | complier-rt | compiler builtins
flex | reflex | POSIX lex
bison | byacc | POSIX yacc
coreutils | toybox+busybox | POSIX utilities
gcc | clang | C++ compiler
zlib | zlib-ng | compression library
gmake | bmake, others | POSIX Make implementation
ninja | samurai | Ninja build implementation
GNU M4 | OpenBSD M4 | POSIX M4 implementation
ncurses | netbsd-curses | X/Open Curses implementation
bash | mksh | Shell
Linux PAM | Open PAM | Pluggable Authentication Modules
sudo | doas | privalidge esculation
openssl | libressl (for now) | TLS
pkg-config | pkgconf | package configuration tool
|standard tool | iglunix tool | use |
|--------------|--------------------|----------------------------------|
|glibc | musl | libc |
|glibc | libexecinfo | backtrace functions |
|libstdc++ | libc++ | C++ standard library |
|libgcc | libunwind | stack unwinding |
|libgcc | complier-rt | compiler builtins |
|flex | reflex | POSIX lex |
|bison | byacc | POSIX yacc |
|coreutils | toybox+busybox | POSIX utilities |
|gcc | clang | C++ compiler |
|zlib | zlib-ng | compression library |
|gmake | bmake, others | POSIX Make implementation |
|ninja | samurai | Ninja build implementation |
|GNU M4 | OpenBSD M4 | POSIX M4 implementation |
|ncurses | netbsd-curses | X/Open Curses implementation |
|bash | mksh | Shell |
|Linux PAM | Open PAM | Pluggable Authentication Modules |
|sudo | doas | privalidge esculation |
|openssl | libressl (for now) | TLS |
|pkg-config | pkgconf | package configuration tool |