svn commit: r271692 - head/usr.bin/elfdump

Mark Johnston markj at FreeBSD.org
Tue Sep 16 22:26:02 UTC 2014


Author: markj
Date: Tue Sep 16 22:26:01 2014
New Revision: 271692
URL: http://svnweb.freebsd.org/changeset/base/271692

Log:
  Fix a typo.
  
  MFC after:	3 days

Modified:
  head/usr.bin/elfdump/elfdump.1

Modified: head/usr.bin/elfdump/elfdump.1
==============================================================================
--- head/usr.bin/elfdump/elfdump.1	Tue Sep 16 21:48:48 2014	(r271691)
+++ head/usr.bin/elfdump/elfdump.1	Tue Sep 16 22:26:01 2014	(r271692)
@@ -50,7 +50,7 @@ The options are as follows:
 .It Fl a
 Dump all information.
 .It Fl c
-Dump shared headers.
+Dump section headers.
 .It Fl d
 Dump dynamic symbols.
 .It Fl e


More information about the svn-src-all mailing list