diff options
author | David Schleef <ds@schleef.org> | 2001-11-10 12:02:35 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2001-11-10 12:02:35 +0000 |
commit | 534a83fcf6edb644f1785091c2838c2e2915148e (patch) | |
tree | 6385c51850c09cff593aaa865a8bc3a1bbf48ec6 /debian/uclibc-ldd.1 | |
parent | 577acda65c42ea3570dd4bb94ed6ab086891b49b (diff) |
Limited Debian architectures to the ones we can actually build.
Improved mksnapshot script; now adds a bogus changelog entry.
Added fixlinks script that automatically converts symlinks to
conform to Debian policy and updated rules to use it. Added
another bogus man page, prolonging the pretense that I'll actually
write real ones.
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) |