summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-03-03 11:51:30 +0000
committerru <ru@FreeBSD.org>2003-03-03 11:51:30 +0000
commit74cf5d6de7730014f656b90ca7684b0279b3d4aa (patch)
treedf51ada76f068706f027b40730fb5916b7179a8d /usr.bin
parent170c53b3f243f4c92dc1afd03f635a6a4dfdeee2 (diff)
downloadFreeBSD-src-74cf5d6de7730014f656b90ca7684b0279b3d4aa.zip
FreeBSD-src-74cf5d6de7730014f656b90ca7684b0279b3d4aa.tar.gz
mdoc(7) police: Revision.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/elfdump/elfdump.156
1 files changed, 25 insertions, 31 deletions
diff --git a/usr.bin/elfdump/elfdump.1 b/usr.bin/elfdump/elfdump.1
index 95d611e..f310cdb 100644
--- a/usr.bin/elfdump/elfdump.1
+++ b/usr.bin/elfdump/elfdump.1
@@ -29,21 +29,24 @@
.Os
.Sh NAME
.Nm elfdump
-.Nd "Displays information about ELF files."
+.Nd "display information about"
+.Tn ELF
+files
.Sh SYNOPSIS
.Nm
.Op Fl a | cdeiGhnprs
-.Op Fl w Ar argument
+.Op Fl w Ar file
.Ar file
.Sh DESCRIPTION
-This is an example manual page for the
+The
.Nm
-command.
-It is intended that this example can be used as a template
-when writing a new manual page.
+utility
+dumps various information about the specified
+.Tn ELF
+.Ar file .
.Pp
The options are as follows:
-.Bl -tag -width ".Fl d Ar argument"
+.Bl -tag -width ".Fl w Ar file"
.It Fl a
Dump all information.
.It Fl c
@@ -66,12 +69,10 @@ Dump the program header.
Dump relocations.
.It Fl s
Dump the symbol table.
-.It Fl w
-Write output to
-.Ar argument .
-.It Ar file
-Required argument
-.Ar file .
+.It Fl w Ar file
+Write output to a
+.Ar file
+instead of the standard output.
.El
.Sh EXAMPLES
The following is an example of a typical usage
@@ -81,38 +82,31 @@ command:
.Pp
.Dl "elfdump -a -w output /bin/ls"
.Sh DIAGNOSTICS
-Exit status is 0 on success, and 1 if the command fails.
-.El
-.Sh COMPATIBILITY
-The
-.Nm
-command has no known compatibility issues.
+.Ex -std
.Sh SEE ALSO
.Xr objdump 1 ,
.Xr readelf 1
-.Pp
.Rs
-.%A AT&T Unix Systems Labs
-.%T System V Application Binary Interface
+.%A "AT&T Unix Systems Labs"
+.%T "System V Application Binary Interface"
.%O http://www.sco.com/developers/gabi/
.Re
-.\".Sh STANDARDS
-.\"If the command conforms to some standard, such as
-.\".St -p1003.2
-.\"or
-.\".St -isoC ,
-.\"it should be noted here.
.Sh HISTORY
The
.Nm
-command first appeared in
+utility first appeared in
.Fx 5.0 .
.Sh AUTHORS
+.An -nosplit
+The
.Nm
-was authored by
+utility
+was written by
.An Jake Burkholder Aq jake@FreeBSD.org .
This
manual page was written by
.An David O'Brien Aq obrien@FreeBSD.org .
.Sh BUGS
-Does not fully implement the ELF gABI.
+Does not fully implement the
+.Tn ELF
+gABI.
OpenPOWER on IntegriCloud