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