Fix markup.

This commit is contained in:
ru 2007-03-09 14:36:18 +00:00
parent e13673a69c
commit 723794ddf2

View File

@ -40,30 +40,32 @@
.Op Fl t Ar string
.Ar
.Sh DESCRIPTION
This command marks an ELF binary to be run under a certain ABI for
The
.Nm
utility marks an ELF binary to be run under a certain ABI for
.Fx .
.Pp
The options are as follows:
.Bl -tag -width Fl
.Bl -tag -width indent
.It Fl f Ar ELF_ABI_number
forces branding with the supplied ELF ABI number.
Forces branding with the supplied ELF ABI number.
Incompatible with the
.Fl t
option.
These values are assigned by SCO/USL.
.It Fl l
lists all known ELF types on the standard error channel.
Writes the list of all known ELF types to the standard error.
.It Fl v
turns on verbose reporting.
Turns on verbose output.
.It Fl t Ar string
Brands the given ELF binaries to be of the
.Ar string
ABI type.
Currently supported ABIs are
.Dq Fx ,
.Dq Tn Linux ,
.Dq Li FreeBSD ,
.Dq Li Linux ,
and
.Dq Tn SVR4 .
.Dq Li SVR4 .
.It Ar file
If
.Fl t Ar string
@ -85,9 +87,10 @@ The following is an example of a typical usage
of the
.Nm
command:
.Pp
.Dl % brandelf file
.Dl % brandelf -t Linux file
.Bd -literal -offset indent
brandelf file
brandelf -t Linux file
.Ed
.Sh SEE ALSO
.Rs
.%A The Santa Cruz Operation, Inc.