Deleted Added
full compact
elfdump.1 (117009) elfdump.1 (140368)
1.\" Copyright (c) 2003 David O'Brien
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 2003 David O'Brien
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/usr.bin/elfdump/elfdump.1 117009 2003-06-28 22:30:46Z ru $
25.\" $FreeBSD: head/usr.bin/elfdump/elfdump.1 140368 2005-01-17 07:44:44Z ru $
26.\"
27.Dd January 15, 2003
28.Dt ELFDUMP 1
29.Os
30.Sh NAME
31.Nm elfdump
32.Nd "display information about"
33.Tn ELF

--- 42 unchanged lines hidden (view full) ---

76.El
77.Sh EXAMPLES
78The following is an example of a typical usage
79of the
80.Nm
81command:
82.Pp
83.Dl "elfdump -a -w output /bin/ls"
26.\"
27.Dd January 15, 2003
28.Dt ELFDUMP 1
29.Os
30.Sh NAME
31.Nm elfdump
32.Nd "display information about"
33.Tn ELF

--- 42 unchanged lines hidden (view full) ---

76.El
77.Sh EXAMPLES
78The following is an example of a typical usage
79of the
80.Nm
81command:
82.Pp
83.Dl "elfdump -a -w output /bin/ls"
84.Sh DIAGNOSTICS
84.Sh EXIT STATUS
85.Ex -std
86.Sh SEE ALSO
87.Xr objdump 1 ,
88.Xr readelf 1
89.Rs
90.%A "AT&T Unix Systems Labs"
91.%T "System V Application Binary Interface"
92.%O http://www.sco.com/developers/gabi/

--- 20 unchanged lines hidden ---
85.Ex -std
86.Sh SEE ALSO
87.Xr objdump 1 ,
88.Xr readelf 1
89.Rs
90.%A "AT&T Unix Systems Labs"
91.%T "System V Application Binary Interface"
92.%O http://www.sco.com/developers/gabi/

--- 20 unchanged lines hidden ---