doc: small fixes

This commit is contained in:
Dylan Araps 2021-07-18 08:42:20 +03:00
parent 905256b2b5
commit 43c5283860
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 4 additions and 5 deletions

View File

@ -5,9 +5,6 @@ The KISS package manager is a self-contained POSIX shell script which is written
in a highly portable way. It should run in anywhere with a POSIX shell and in a highly portable way. It should run in anywhere with a POSIX shell and
POSIX compliant coreutils. POSIX compliant coreutils.
The package manager is merely an implementation of the package format, its
requirements and some added sugar on top.
Source: $/kisslinux/kiss Source: $/kisslinux/kiss
@ -100,6 +97,7 @@ kept to a minimum (though we must also remain realistic).
| Binutils | | | | Binutils | | |
|----------------------+--------------------------------------------+----------| |----------------------+--------------------------------------------+----------|
| ldd | Dependency Fixer | No [6] | | ldd | Dependency Fixer | No [6] |
| readelf | Dependency Fixer (better edition) | No [6] |
| strip | Binary Stripping | No [6] | | strip | Binary Stripping | No [6] |
| | | | | | | |
+----------------------+--------------------------------------------+----------+ +----------------------+--------------------------------------------+----------+
@ -150,7 +148,8 @@ kept to a minimum (though we must also remain realistic).
This makes our usage of 'strip' non-POSIX. That being said, our usage is This makes our usage of 'strip' non-POSIX. That being said, our usage is
compatible with these 'strip' implementations. compatible with these 'strip' implementations.
strips: binutils, elfutils, elftoolchain, llvm, etc. strip binutils, elfutils, elftoolchain, llvm, etc.
readelf Just needs -d flag.
@ -158,7 +157,7 @@ kept to a minimum (though we must also remain realistic).
________________________________________________________________________________ ________________________________________________________________________________
[3.1] Runtime dependency detector built around 'ldd' [3.1] Runtime dependency detector built around 'ldd'/'readelf'
____________________________________________________________________________ ____________________________________________________________________________
Dynamic dependencies brought in by build systems (which are missing from the Dynamic dependencies brought in by build systems (which are missing from the