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