summaryrefslogtreecommitdiffstats
path: root/usr.bin/brandelf/brandelf.1
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/brandelf/brandelf.1')
-rw-r--r--usr.bin/brandelf/brandelf.122
1 files changed, 15 insertions, 7 deletions
diff --git a/usr.bin/brandelf/brandelf.1 b/usr.bin/brandelf/brandelf.1
index c7d69b3..713b491 100644
--- a/usr.bin/brandelf/brandelf.1
+++ b/usr.bin/brandelf/brandelf.1
@@ -35,7 +35,7 @@
.Nd mark an ELF binary for a specific ABI
.Sh SYNOPSIS
.Nm brandelf
-.Op Fl f
+.Op Fl f Ar ELF ABI number
.Op Fl l
.Op Fl v
.Op Fl t Ar string
@@ -46,17 +46,18 @@ This command marks an ELF binary to be run under a certain ABI for
.Pp
The options are as follows:
.Bl -tag -width Fl
-.It Fl f
-forces branding even if the brand requested is unknown, and disables
-warnings for unknown brands.
+.It Fl f Ar ELF ABI number
+forces branding with the supplied ELF ABI number. In compatable with the
+.It Fl t
+option. These values are assigned by SCO/USL.
.It Fl l
lists all known ELF types on the standard error channel.
.It Fl v
turns on verbose reporting
.It Fl t Ar string
-Brands the given ELF binaries with
+Brands the given ELF binaries to be of the
.Ar string
-as the ABI type. Currently supported ABI's are
+ABI type. Currently supported ABI's are
.Dq Tn FreeBSD
and
.Dq Linux .
@@ -65,7 +66,7 @@ If
.Fl t Ar string
is given it will brand
.Ar file
-with
+to be of type
.Ar string ,
otherwise it will simply display the branding of
.Ar file .
@@ -84,6 +85,13 @@ fails if a file doesn't exist, is too short, fails to brand properly,
or the brand requested is not one of the known types and the
.Fl f
option is not set.
+.Sh SEE ALSO
+.Rs
+.%A The Scanta Cruz Operation, Inc.
+.%T System V Application Binary Interface
+.%D April 29, 1998 (DRAFT)
+.%O http://www.sco.com/developer/devspecs/
+.Re
.Sh HISTORY
The
.Nm
OpenPOWER on IntegriCloud