Woodchuck wrote on Sun, Mar 18, 2007 at 10:10:46PM -0400:
> Hadn't noticed that readelf thing before. No man page.
You seem to have a point.
> Hmmm. Smells gnuish...
Don't blame the missing man page on the GNU.
It is being built, but it is not being installed.
Index: gnu/usr.bin/binutils/Makefile.bsd-wrapper
===================================================================
RCS file: /cvs/src/gnu/usr.bin/binutils/Makefile.bsd-wrapper,v
retrieving revision 1.67
diff -u -r1.67 Makefile.bsd-wrapper
--- gnu/usr.bin/binutils/Makefile.bsd-wrapper 6 Oct 2006 20:58:17 -0000
1.67
+++ gnu/usr.bin/binutils/Makefile.bsd-wrapper 19 Mar 2007 03:34:43 -0000
@@ -40,8 +40,8 @@
SUBDIRS+= binutils ld gas
CONF_SUBDIRS+= binutils ld gas
INST_SUBDIRS+= binutils ld gas
-MAN+= binutils/ar.1 binutils/ranlib.1 \
- binutils/objcopy.1 \
+MAN+= binutils/addr2line.1 binutils/ar.1 binutils/ranlib.1 \
+ binutils/objcopy.1 binutils/readelf.1 \
binutils/strings.1 binutils/strip.1 \
gas/doc/as.1 ld/ld.1
. else