diff options
Diffstat (limited to 'debian/uclibc-ldd.1')
-rw-r--r-- | debian/uclibc-ldd.1 | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/debian/uclibc-ldd.1 b/debian/uclibc-ldd.1 index 2fb31b553..6e391fca8 100644 --- a/debian/uclibc-ldd.1 +++ b/debian/uclibc-ldd.1 @@ -1,28 +1,20 @@ -.TH UCLIBC-GCC 1 +.TH UCLIBC-LDD 1 .SH NAME -uclibc-gcc \- Cross-compiler for uClibc +uclibc-ldd \- Print shared library dependencies .SH SYNOPSIS -.B uclibc-gcc -[ -.B options -] -.br -.B uclibc-ld +.B uclibc-ldd [ .B options ] +.B file... .SH DESCRIPTION -These programs are wrappers for -.B gcc -and -.B ld. +Prints shared library dependencies. .SH BUGS -Probably. +Maybe. .SH AUTHORS -Manuel Nova +Erik Andersen <andersen@codepoet.org> .br Manual page written by David Schleef <ds@schleef.org> .SH SEE ALSO -.BR gcc (1), -.BR ld (1) +.BR ldd (1) |