diff options
author | obrien <obrien@FreeBSD.org> | 2000-04-18 16:25:51 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-04-18 16:25:51 +0000 |
commit | 676fba7784c6df731b5aa198bb80757fc6ddda7f (patch) | |
tree | ec79269a477db6ccac245aa3f773de59ac71291e /usr.bin/brandelf | |
parent | 75e82c815e00de5ffd06e2f8af574ed5a4e6cf3d (diff) | |
download | FreeBSD-src-676fba7784c6df731b5aa198bb80757fc6ddda7f.zip FreeBSD-src-676fba7784c6df731b5aa198bb80757fc6ddda7f.tar.gz |
* I goofed and didn't break sentances the right way.
* Make the option arguments format better
* Fix mispelling
Submitted by: ru
Diffstat (limited to 'usr.bin/brandelf')
-rw-r--r-- | usr.bin/brandelf/brandelf.1 | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/usr.bin/brandelf/brandelf.1 b/usr.bin/brandelf/brandelf.1 index 713b491..06d661f 100644 --- a/usr.bin/brandelf/brandelf.1 +++ b/usr.bin/brandelf/brandelf.1 @@ -34,30 +34,32 @@ .Nm brandelf .Nd mark an ELF binary for a specific ABI .Sh SYNOPSIS -.Nm brandelf -.Op Fl f Ar ELF ABI number -.Op Fl l -.Op Fl v +.Nm +.Op Fl lv +.Op Fl f Ar ELF_ABI_number .Op Fl t Ar string -.Ar file ... +.Ar .Sh DESCRIPTION This command marks an ELF binary to be run under a certain ABI for .Tn FreeBSD . .Pp The options are as follows: .Bl -tag -width Fl -.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 f Ar 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. .It Fl v -turns on verbose reporting +turns on verbose reporting. .It Fl t Ar string Brands the given ELF binaries to be of the .Ar string -ABI type. Currently supported ABI's are +ABI type. +Currently supported ABIs are .Dq Tn FreeBSD and .Dq Linux . @@ -68,7 +70,7 @@ is given it will brand .Ar file to be of type .Ar string , -otherwise it will simply display the branding of +otherwise it will simply display the branding of .Ar file . .El .Sh EXAMPLES @@ -81,13 +83,13 @@ command: .Dl % brandelf -t Linux file .Sh DIAGNOSTICS Exit status is 0 on success, and 1 if the command -fails if a file doesn't exist, is too short, fails to brand properly, +fails if a file does not 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. +.%A The Santa Cruz Operation, Inc. .%T System V Application Binary Interface .%D April 29, 1998 (DRAFT) .%O http://www.sco.com/developer/devspecs/ |