diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:23:37 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:08 -0400 |
commit | 77095cfc51518d6afe026f3eece2857f14221cf7 (patch) | |
tree | 58eec69412c24ecce69402550a9ce801d4c969a0 /system/musl | |
parent | 3a5c36a16021464a52766d6b0d674ebb8b5201b5 (diff) | |
download | slackbuilds-77095cfc51518d6afe026f3eece2857f14221cf7.tar.gz |
system/musl: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/musl')
-rw-r--r-- | system/musl/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/musl/README b/system/musl/README index a72afb60b5..eb8c088c99 100644 --- a/system/musl/README +++ b/system/musl/README @@ -2,6 +2,6 @@ Musl is a C standard library that is lightweight, fast, simple, free, and strives to be correct in the sense of standards-conformance and safety. -Musl includes a wrapper, musl-gcc, for building files linked against musl. -It also provides musl-ldd to print the shared libraries loaded by the -musl loader. +Musl includes a wrapper, musl-gcc, for building files linked against +musl. It also provides musl-ldd to print the shared libraries loaded +by the musl loader. |