diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 14:55:50 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | 1701908d184ad710aaf029d66a90a9b247ee8e7f (patch) | |
tree | 54c1a8d169f643d9374ae5b7a481b6a9773a427c | |
parent | f4a2d6942386d5dcbc01dd03016eb2a48ab6b868 (diff) | |
download | slackbuilds-1701908d184ad710aaf029d66a90a9b247ee8e7f.tar.gz |
system/musl: Fix README.
-rw-r--r-- | system/musl/README | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/system/musl/README b/system/musl/README index 6c6a0e26ba..cb2417aa99 100644 --- a/system/musl/README +++ b/system/musl/README @@ -1,4 +1,6 @@ -Musl is a C standard library that strives to be lightweight, fast, simple, free, and correct. +Musl is a C standard library that strives to be lightweight, fast, +simple, free, and correct. 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. +It also provides musl-ldd to print the shared libraries loaded by the +musl loader. |