From 4881e7a6687829c5f7d9568178c85d3c74152e8e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 24 May 2020 17:50:28 +0300 Subject: [PATCH] docs: update --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 484930b..e4de657 100755 --- a/kiss +++ b/kiss @@ -453,7 +453,7 @@ pkg_strip() { # of ELF format (effectively hiding this fact). find "$pkg_dir/$1" -type f | while read -r file; do case $(od -j 16 -N 2 "$file") in - # REL (static libraries (.a)). + # REL (object files (.o), static libraries (.a)). *\ 000001*|*\ 020040*) strip -g -R .comment -R .note "$file" ;; # EXEC (binaries), DYN (shared libraries).