diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-03-21 05:16:51 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-04-14 12:50:41 +0200 |
| commit | ba8b58736615e245042f3195c789281a535c97fc (patch) | |
| tree | fad9efa2e6fd102d514dfe14c08f61eb0016b5d6 | |
| parent | ebd9e5df0d3978fc9b579f4d37829779ba450be6 (diff) | |
| download | man-pages-ba8b58736615e245042f3195c789281a535c97fc.tar.gz | |
libc.7: Add musl libc
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man7/libc.7 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/man7/libc.7 b/man7/libc.7 index 90e8e2f278..7481f807c8 100644 --- a/man7/libc.7 +++ b/man7/libc.7 @@ -89,10 +89,13 @@ and often intended for building small binaries, perhaps targeted at development for embedded Linux systems. Among such libraries are .I uClibc -.RI ( http://www.uclibc.org/ ) -and +.RI ( http://www.uclibc.org/ ), .I dietlibc -.RI ( http://www.fefe.de/dietlibc/ ). +.RI ( http://www.fefe.de/dietlibc/ ), +and +.UR http://www.musl-libc.org/ +.I "musl libc" +.UE . Details of these libraries are generally not covered by the .I man-pages project. |
