aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2021-09-17 13:59:41 +0000
committerEd Maste <emaste@FreeBSD.org>2021-09-17 14:22:05 +0000
commitdeef4b8ce8ba7292fe5088bf9f6d4e2e35662fe8 (patch)
tree7312621b687a4ecef4bb07c0bf1ca4a35731c238 /contrib
parentf161abf9f2cd7fdd28543f9774de82c89675477c (diff)
downloadsrc-deef4b8ce8ba7292fe5088bf9f6d4e2e35662fe8.tar.gz
src-deef4b8ce8ba7292fe5088bf9f6d4e2e35662fe8.zip
readelf: document that -u / --unwind is not yet implemented
ELF tool chain readelf accepts -u / --unwind but just ignores the option. This was previously undocumented, which could be confusing for someone encountering `readelf -u` (in a script or GNU readelf example). Reported by: markj (in D32003) MFC after: 1 week Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'contrib')
-rw-r--r--contrib/elftoolchain/readelf/readelf.13
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/elftoolchain/readelf/readelf.1 b/contrib/elftoolchain/readelf/readelf.1
index 108b62775712..c4f3408e814a 100644
--- a/contrib/elftoolchain/readelf/readelf.1
+++ b/contrib/elftoolchain/readelf/readelf.1
@@ -43,6 +43,7 @@
.Op Fl p Ar section | Fl -string-dump Ns = Ns Ar section
.Op Fl r | Fl -relocs
.Op Fl t | Fl -section-details
+.Op Fl u | Fl -unwind
.Op Fl v | Fl -version
.Oo
.Fl w Ns Oo Ns Ar afilmoprsFLR Ns Oc |
@@ -118,6 +119,8 @@ Print additional information about sections, such as the flags
fields in section headers.
Implies
.Fl S .
+.It Fl u | Fl -unwind
+Not yet implemented (option accepted but ignored).
.It Fl v | Fl -version
Prints a version identifier for
.Nm