diff options
author | Nick Clifton <nickc@redhat.com> | 1998-06-23 18:12:44 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-06-23 18:12:44 +0000 |
commit | ebb6416960c0011b7032da235ed0d5986d1d94b8 (patch) | |
tree | d706f9a6feaffa7c4fbd57656af6b6483b4b6ff3 /binutils/binutils.texi | |
parent | f915cc9125372be523af84c08cd4c2ba0e9c9eed (diff) | |
download | gdb-ebb6416960c0011b7032da235ed0d5986d1d94b8.zip gdb-ebb6416960c0011b7032da235ed0d5986d1d94b8.tar.gz gdb-ebb6416960c0011b7032da235ed0d5986d1d94b8.tar.bz2 |
Rewrite of readelf to use fopen/fread rather than mmap.
Diffstat (limited to 'binutils/binutils.texi')
-rw-r--r-- | binutils/binutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/binutils.texi b/binutils/binutils.texi index 8f20e52..bd2e7d9 100644 --- a/binutils/binutils.texi +++ b/binutils/binutils.texi @@ -2276,7 +2276,7 @@ Displays dlltool's version number and then exits. readelf [ -a | --all ] [ -h | --file-header] [ -l | --program-headers | --segments] - [ -S | --sections] + [ -S | --section-headers | --sections] [ -s | --symbols] [ -r | --relocs] [ -d | --dynamic] |