diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2019-08-01 14:39:26 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2019-08-01 14:39:26 +0000 |
| commit | 8e28ac6b9628b817a8b3cc6f1caef8b8cfade9f4 (patch) | |
| tree | 10c6d108a86ec4a28b692fec6bc8879dcc71c249 | |
| parent | 5cbdd18fd495da68449a5887eb83ef90961b00a7 (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/binutils/objdump/objdump.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/binutils/objdump/objdump.1 b/gnu/usr.bin/binutils/objdump/objdump.1 index 6190fac36660..f8710049dd55 100644 --- a/gnu/usr.bin/binutils/objdump/objdump.1 +++ b/gnu/usr.bin/binutils/objdump/objdump.1 @@ -179,13 +179,13 @@ information is mostly useful to programmers who are working on the compilation tools, as opposed to programmers who just want their program to compile and work. .PP -\&\fBobjdump\fR will be removed from a future version of the -FreeBSD base system. Users who require \&\fBobjdump\fR are advised -to install the binutils port or package. -.PP \&\fIobjfile\fR... are the object files to be examined. When you specify archives, \fBobjdump\fR shows information on each of the member object files. +.PP +\&\fBobjdump\fR will be removed from a future version of the +FreeBSD base system. Users who require \&\fBobjdump\fR are advised +to install the binutils port or package. .SH "OPTIONS" .IX Header "OPTIONS" The long and short forms of options, shown here as alternatives, are |
